From 4ea704f60ee93b6ae5c3de306730b7d443942fd3 Mon Sep 17 00:00:00 2001 From: eastargh Date: Mon, 21 Sep 2026 14:33:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EC=A0=81=20=ED=95=84=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EC=B6=9C=20=EC=83=81=EC=84=B8=20-=20=EC=9D=B8?= =?UTF-8?q?=ED=84=B0=ED=8E=98=EC=9D=B4=EC=8A=A4=20=ED=8C=9D=EC=97=85=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/fieldExtractInfoManDetail.jsp | 6 +- .../transaction/extnl/interfaceManPopup.jsp | 130 ++++++++++++++++++ 2 files changed, 133 insertions(+), 3 deletions(-) create mode 100644 WebContent/jsp/onl/transaction/extnl/interfaceManPopup.jsp diff --git a/WebContent/jsp/onl/admin/service/fieldExtractInfoManDetail.jsp b/WebContent/jsp/onl/admin/service/fieldExtractInfoManDetail.jsp index d731b5f..0694ad2 100644 --- a/WebContent/jsp/onl/admin/service/fieldExtractInfoManDetail.jsp +++ b/WebContent/jsp/onl/admin/service/fieldExtractInfoManDetail.jsp @@ -410,7 +410,7 @@ var url_view = ''; <%= localeMessage.getString("fieldExtract.eaiSvcName")%> - + <%-- " level="W" status="DETAIL,NEW" class="btn_img" /> --%> @@ -469,14 +469,14 @@ var url_view = ''; <%= localeMessage.getString("fieldExtract.layoutName")%> - + <%-- " level="W" status="DETAIL,NEW" class="btn_img" /> --%> <%= localeMessage.getString("fieldExtract.layoutDesc")%> - + diff --git a/WebContent/jsp/onl/transaction/extnl/interfaceManPopup.jsp b/WebContent/jsp/onl/transaction/extnl/interfaceManPopup.jsp new file mode 100644 index 0000000..fa5f9cc --- /dev/null +++ b/WebContent/jsp/onl/transaction/extnl/interfaceManPopup.jsp @@ -0,0 +1,130 @@ +<%@ page language="java" contentType="text/html; charset=utf-8"%> +<%@ page import="java.io.*"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ include file="/jsp/common/include/localemessage.jsp" %> +<% + response.setHeader("Pragma", "No-cache"); + response.setHeader("Cache-Control", "no-cache"); + response.setHeader("Expires", "0"); + +%> + + + + + + + + + + + +