refactor : 레이아웃 관련 jsp파일명 변경

main
이범준 2 years ago
parent 595a4ae673
commit f5356c761c

@ -136,7 +136,7 @@ http://xit.xit-git.com:3000/xit-java/fims.git
<div class="popup">
<div class="container-window1">
<!-- popup title -->
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp"%>
<div class="container-window-btn1">
<span colspan="4">
@ -148,7 +148,7 @@ http://xit.xit-git.com:3000/xit-java/fims.git
</div>
<!--팝업 버튼 -->
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp"%>
```
### columns style

@ -111,7 +111,7 @@
</div>
</div>
</div>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-tab-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-tab.jsp" %>
</div>

@ -22,7 +22,7 @@ Date Author Description
<!-- form 화면에서 팝업호출시 set한 값으로 set -->
<div class="container-window2" style="max-width: 700px;">
<!-- 위에서 set한 bizName으로 isUpdate에 따라 변경 / 등록 타이틀 표시 -->
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<form>
<table class="table-03">
@ -77,8 +77,8 @@ Date Author Description
</form>
<!-- 팝업 버튼 : 업무에 따라 선택 적용 -->
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-use-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-use.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp" %>
</div>
</div>

@ -10,7 +10,7 @@
<div class="popup" style="min-width: 100px;">
<div class="container-window2" style="max-width: 800px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<%--@elvariable id="cmmAnsTmpl" type="validator"--%>
<form:form commandName="cmmAnsTmpl" name="cmmAnsTmpl">
@ -185,7 +185,7 @@
<a href="#" class="btn btn-green" id="btnPreview">미리보기</a>
</span>
</div>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-use-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-use.jsp" %>
<!-- //등록버튼 -->
</div>
</div>

@ -7,7 +7,7 @@
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 400px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<form>
<table class="table-03">
<caption><c:out value="${bizName}"/> <spring:message code="title.update"/> / <spring:message code="title.create"/></caption>
@ -59,7 +59,7 @@
</tbody>
</table>
</form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp" %>
</div>
</div>
<!-- //popup -->

@ -6,7 +6,7 @@
<div class="popup" style="min-width: 100%">
<div class="container-window2">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp"%>
<form>
<table class="table-03">
<caption>
@ -60,7 +60,7 @@
</tbody>
</table>
</form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp"%>
</div>
</div>

@ -11,7 +11,7 @@
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 420px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp"%>
<%--@elvariable id="roleManage" type=""--%>
<form:form commandName="roleManage" name="roleManage">
<table class="table-03">
@ -84,7 +84,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp"%>
</div>
</div>
<!-- //popup -->

@ -10,7 +10,7 @@
<div class="popup" style="min-width: 100px;">
<div class="container-window2" style="max-width: 800px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<%--@elvariable id="boardBasic" type="validator"--%>
<form:form commandName="boardBasic" name="boardBasic" method="post" enctype="multipart/form-data">
@ -81,7 +81,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-use-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-use.jsp" %>
<!-- //등록버튼 -->
</div>
</div>

@ -8,7 +8,7 @@
<validator:javascript formName="boardMaster" staticJavascript="false" xhtml="true" cdata="false"/>
<div class="popup" style="min-width: 100px;">
<div class="container-window2" style="max-width: 800px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<%--@elvariable id="boardMaster" type="validator"--%>
<form:form commandName="boardMaster" name="boardMaster">
@ -128,7 +128,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-use-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-use.jsp" %>
<!-- //등록버튼 -->
</div>
</div>

@ -11,7 +11,7 @@
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 530px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<form:form commandName="templateInf" name="templateInf">
<table class="table-03">
<caption><c:out value="${bizName}"/> 등록 / 변경</caption>

@ -10,7 +10,7 @@
<div class="popup" style="min-width: 100px;">
<div class="container-window2" style="max-width: 800px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<form id="boardUseInf" name="boardUseInf">
<table class="table-03">
@ -79,7 +79,7 @@
</tbody>
</table>
</form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-use-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-use.jsp" %>
<!-- //등록버튼 -->
</div>
</div>

@ -10,7 +10,7 @@
<%--@elvariable id="cmmnClCode" type="validator"--%>
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 700px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<form:form commandName="cmmnClCode" name="cmmnClCode">
<table class="table-03">
<caption><c:out value="${bizName}"/> 등록 / 변경</caption>
@ -62,7 +62,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-use-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-use.jsp" %>
<!-- //등록버튼 -->
</div>
</div>

@ -10,7 +10,7 @@
<%--@elvariable id="cmmnDetailCode" type="validator"--%>
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 700px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<form:form commandName="cmmnDetailCode" name="cmmnDetailCode">
<table class="table-03">
@ -114,7 +114,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-use-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-use.jsp" %>
<!-- //등록버튼 -->
</div>
</div>

@ -10,7 +10,7 @@
<%--@elvariable id="cmmnCode" type="validator"--%>
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 700px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp"%>
<form:form commandName="cmmnCode" name="cmmnCode">
<table class="table-03">
<caption><c:out value="${bizName}"/> 등록 / 변경</caption>
@ -71,7 +71,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-use-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup-use.jsp" %>
<!-- //등록버튼 -->
</div>
</div>

@ -12,7 +12,7 @@
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 600px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp"%>
<%--@elvariable id="zipVO" type="validator"--%>
<form:form commandName="zipVO" name="zipVO">
<table class="table-03">
@ -80,7 +80,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp" %>
<!-- //등록버튼 -->
</div>
</div>

@ -16,7 +16,7 @@
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 900px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp" %>
<table class="table-03" summary="메뉴 등록화면">
<caption><c:out value="${bizName}"/> 등록 / 변경</caption>
<colgroup>
@ -97,7 +97,7 @@
</tr>
</tbody>
</table>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp" %>
</div>
</div>
<!-- //popup -->

@ -10,7 +10,7 @@
<div class="popup" style="min-width: 100%;">
<div class="container-window2" style="max-width: 700px;">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp"%>
<%--@elvariable id="progrmMngVO" type=""--%>
<form:form name="progrmMngVO" commandName="progrmMngVO">
@ -67,7 +67,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp"%>
</div>
</div>
<!-- //popup -->

@ -10,7 +10,7 @@
<div class="popup" style="min-width: 100%;">
<div class="container-window2">
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-title.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/title-biz-popup.jsp"%>
<%--@elvariable id="userInfoVO" type=""--%>
<form:form commandName="userInfoVO" name="userInfoVO">
<table class="table-03">
@ -193,7 +193,7 @@
</tbody>
</table>
</form:form>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-popup-btn.jsp"%>
<%@include file="/WEB-INF/jsp/framework/layouts/btns-biz-popup.jsp"%>
</div>
</div>
<!-- //popup -->

@ -5,9 +5,9 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<%@include file="/WEB-INF/jsp/framework/layouts/framework-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-framework.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-biz.jsp" %>
<script type="text/javaScript">
var popup = null;

@ -5,7 +5,7 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-biz.jsp" %>
<script type="text/javaScript">
var popup = null;
var unblockUI = () => $.unblockUI();

@ -8,7 +8,7 @@
<head>
<title>과태료 통합 관리 시스템</title>
<%@include file="/WEB-INF/jsp/framework/layouts/framework-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-framework.jsp" %>
<link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/common/css/bizMain.css" />
<!-- 메뉴 -->
@ -22,7 +22,7 @@
<!-- [JS] rolling -->
<script type="text/javascript" src="${ctx}/resources/3rd-party/rolling/js/jquery.vticker-min.js"></script>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-biz.jsp" %>
<!-- iframe탭 -->
<script src="${pageContext.request.contextPath}/resources/biz/layout/js/ifrTabs.js"></script>

@ -5,9 +5,9 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<%@include file="/WEB-INF/jsp/framework/layouts/framework-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-framework.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-biz.jsp" %>
<script type="text/javaScript">
var popup = null;

@ -5,8 +5,8 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<%@include file="/WEB-INF/jsp/framework/layouts/framework-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/biz-head.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-framework.jsp" %>
<%@include file="/WEB-INF/jsp/framework/layouts/head-biz.jsp" %>
<c:if test="${!empty pageTitle}">
<title>${pageTitle}</title>

Loading…
Cancel
Save