diff --git a/WebContent/jsp/onl/admin/inflow/inflowClientControlMan.jsp b/WebContent/jsp/onl/admin/inflow/inflowClientControlMan.jsp new file mode 100644 index 0000000..5d0275e --- /dev/null +++ b/WebContent/jsp/onl/admin/inflow/inflowClientControlMan.jsp @@ -0,0 +1,138 @@ +<%@ page language="java" contentType="text/html; charset=utf-8"%> +<%@ page import="java.io.*"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%> +<%@ include file="/jsp/common/include/localemessage.jsp" %> +<% + response.setHeader("Pragma", "No-cache"); + response.setHeader("Cache-Control", "no-cache"); + response.setHeader("Expires", "0"); + +%> + + + + + + + + + +
+
+ +
+
+
+ +
+
클라이언트 유량제어클라이언트(API Key) 유량제어를 관리한다
+ + + + + + + + +
클라이언트명
+ +
+
+ +
+
+ + + diff --git a/WebContent/jsp/onl/admin/inflow/inflowClientControlManDetail.jsp b/WebContent/jsp/onl/admin/inflow/inflowClientControlManDetail.jsp new file mode 100644 index 0000000..2bac2cd --- /dev/null +++ b/WebContent/jsp/onl/admin/inflow/inflowClientControlManDetail.jsp @@ -0,0 +1,185 @@ +<%@ page language="java" contentType="text/html; charset=utf-8"%> +<%@ page import="java.io.*"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%> +<%@ include file="/jsp/common/include/localemessage.jsp" %> +<% + response.setHeader("Pragma", "No-cache"); + response.setHeader("Cache-Control", "no-cache"); + response.setHeader("Expires", "0"); +%> + + + + + + + + + + + +
+
+ +
+
+
+ + + +
+
클라이언트 유량제어 클라이언트 유량제어
+ +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
클라이언트 ID
클라이언트명
<%= localeMessage.getString("infAdpConMan.thrPerSecond") %>
<%= localeMessage.getString("infAdpConMan.thr") %>
<%= localeMessage.getString("infAdpConMan.thrTimeUnit") %> +
+
<%= localeMessage.getString("infAdpConMan.useYn") %> +
+
+
+ +
+
+ + + diff --git a/WebContent/jsp/onl/apim/portalnotice/portalNoticeMan.jsp b/WebContent/jsp/onl/apim/portalnotice/portalNoticeMan.jsp index 6ec81bb..0980d1c 100644 --- a/WebContent/jsp/onl/apim/portalnotice/portalNoticeMan.jsp +++ b/WebContent/jsp/onl/apim/portalnotice/portalNoticeMan.jsp @@ -17,34 +17,75 @@