|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<%@ include file="/WEB-INF/jsp/framework/taglibs.jsp"%>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="<c:url value="/framework/util/validator.do"/>"></script>
|
|
|
|
|
<validator:javascript formName="userInfoVO" staticJavascript="true" xhtml="true" cdata="false"/>
|
|
|
|
|
<validator:javascript formName="userInfoVO" staticJavascript="false" xhtml="true" cdata="false"/>
|
|
|
|
|
<%--@elvariable id="userInfoVO" type=""--%>
|
|
|
|
|
<form:form commandName="userInfoVO" name="userInfoVO">
|
|
|
|
|
<input type="hidden" name="zip_url" value="<c:url value='/framework/biz/cmm/popup/ZipSearchList.do'/>" />
|
|
|
|
@ -13,11 +13,19 @@
|
|
|
|
|
|
|
|
|
|
<div class="popup" style="min-width: 1100px;">
|
|
|
|
|
<div class="popup_inner" style="max-width: 1100px;">
|
|
|
|
|
<c:set var="pageTitle"><spring:message code="comUssUmt.deptUserManage.title"/></c:set>
|
|
|
|
|
<p class="pop_title">${pageTitle } <spring:message code="title.update" /></p>
|
|
|
|
|
<p class="pop_title">
|
|
|
|
|
<c:choose>
|
|
|
|
|
<c:when test="${empty userInfoVO.uniqId}">
|
|
|
|
|
<spring:message code="comUssUmt.deptUserManage.title"/> <spring:message code="title.create"/>
|
|
|
|
|
</c:when>
|
|
|
|
|
<c:otherwise>
|
|
|
|
|
<spring:message code="comUssUmt.deptUserManage.title"/> <spring:message code="title.update"/>
|
|
|
|
|
</c:otherwise>
|
|
|
|
|
</c:choose>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<table class="tbl03">
|
|
|
|
|
<caption>${pageTitle } <spring:message code="title.update" /></caption>
|
|
|
|
|
<caption><spring:message code="comUssUmt.deptUserManage.title"/> <spring:message code="title.update"/> / <spring:message code="title.create"/></caption>
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width: 20%;"/>
|
|
|
|
|
<col style="width: 30%;"/>
|
|
|
|
|