|
|
@ -6,11 +6,11 @@
|
|
|
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
|
|
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
|
|
|
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
|
|
|
|
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link href="<c:url value='/resources/framework/css/cmmn/common-style.css'/>" rel="stylesheet" type="text/css" >
|
|
|
|
<script type="text/javascript" src="<c:url value="/_anonymous_/login/validator.do"/>"></script>
|
|
|
|
<script type="text/javascript" src="<c:url value="/_anonymous_/login/validator.do"/>"></script>
|
|
|
|
<validator:javascript formName="userManageVO" staticJavascript="false" xhtml="true" cdata="false"/>
|
|
|
|
<validator:javascript formName="userManageVO" staticJavascript="false" xhtml="true" cdata="false"/>
|
|
|
|
<script type="text/javascript" src="<c:url value='/resources/framework/js/egov/EgovZipPopup.js' />" ></script>
|
|
|
|
<script type="text/javascript" src="<c:url value='/resources/framework/js/egov/EgovZipPopup.js' />" ></script>
|
|
|
|
<script type="text/javaScript" language="javascript" defer="defer">
|
|
|
|
<script type="text/javaScript">
|
|
|
|
function fnIdCheck(){
|
|
|
|
function fnIdCheck(){
|
|
|
|
var retVal;
|
|
|
|
var retVal;
|
|
|
|
var url = "<c:url value='/_anonymous_/login/IdDuplCnfirm.do'/>";
|
|
|
|
var url = "<c:url value='/_anonymous_/login/IdDuplCnfirm.do'/>";
|
|
|
@ -121,6 +121,7 @@ table {
|
|
|
|
<div id="search_field" >
|
|
|
|
<div id="search_field" >
|
|
|
|
<div id="search_field_loc"><h2><strong>업무사용자 등록</strong></h2></div>
|
|
|
|
<div id="search_field_loc"><h2><strong>업무사용자 등록</strong></h2></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<%--@elvariable id="userManageVO" type=""--%>
|
|
|
|
<form:form commandName="userManageVO" action="${pageContext.request.contextPath}/_anonymous_/login/UserReg_insert_proc.do" name="userManageVO" method="post" >
|
|
|
|
<form:form commandName="userManageVO" action="${pageContext.request.contextPath}/_anonymous_/login/UserReg_insert_proc.do" name="userManageVO" method="post" >
|
|
|
|
<!-- 우편번호검색 -->
|
|
|
|
<!-- 우편번호검색 -->
|
|
|
|
<input type="hidden" name="zip_url" value="<c:url value='/_cmmn_/popup/ZipSearchList.do'/>" />
|
|
|
|
<input type="hidden" name="zip_url" value="<c:url value='/_cmmn_/popup/ZipSearchList.do'/>" />
|
|
|
@ -128,8 +129,8 @@ table {
|
|
|
|
<div class="modify_user">
|
|
|
|
<div class="modify_user">
|
|
|
|
<table class="tbl02">
|
|
|
|
<table class="tbl02">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="15%" height="23" class="required">사용자아이디
|
|
|
|
<th width="15%" height="23" class="required">
|
|
|
|
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
<label>사용자아이디</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td width="35%" >
|
|
|
|
<td width="35%" >
|
|
|
|
<input type="text" size="20" maxlength="20" disabled="disabled" id="id_view" name="id_view" style="width: 60%">
|
|
|
|
<input type="text" size="20" maxlength="20" disabled="disabled" id="id_view" name="id_view" style="width: 60%">
|
|
|
@ -140,7 +141,9 @@ table {
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<form:errors path="emplyrId" cssClass="error"/>
|
|
|
|
<form:errors path="emplyrId" cssClass="error"/>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<th width="15%" height="23" class="required">핸드폰번호 </th>
|
|
|
|
<th width="15%" height="23" class="required">
|
|
|
|
|
|
|
|
<label>핸드폰번호 </label>
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td width="35%" >
|
|
|
|
<td width="35%" >
|
|
|
|
<form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" />
|
|
|
|
<form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" />
|
|
|
|
<form:errors path="moblphonNo" cssClass="error" />
|
|
|
|
<form:errors path="moblphonNo" cssClass="error" />
|
|
|
@ -148,15 +151,15 @@ table {
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="15%" height="23" class="required" >비밀번호
|
|
|
|
<th width="15%" height="23" class="required">
|
|
|
|
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
<label>비밀번호</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td width="35%" >
|
|
|
|
<td width="35%" >
|
|
|
|
<form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" />
|
|
|
|
<form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" />
|
|
|
|
<form:errors path="password" cssClass="error" />
|
|
|
|
<form:errors path="password" cssClass="error" />
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<th width="15%" height="23" class="required" >비밀번호확인
|
|
|
|
<th width="15%" height="23" class="required" >
|
|
|
|
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
<label>비밀번호확인</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td width="35%" >
|
|
|
|
<td width="35%" >
|
|
|
|
<input name="password2" id="password2" title="비밀번호확인" type="password" size="20" maxlength="20" />
|
|
|
|
<input name="password2" id="password2" title="비밀번호확인" type="password" size="20" maxlength="20" />
|
|
|
@ -164,8 +167,8 @@ table {
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="15%" height="23" class="required" >비밀번호힌트
|
|
|
|
<th width="15%" height="23" class="required">
|
|
|
|
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
<label>비밀번호힌트</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td width="35%" >
|
|
|
|
<td width="35%" >
|
|
|
|
<form:select path="passwordHint" id="passwordHint" title="비밀번호힌트">
|
|
|
|
<form:select path="passwordHint" id="passwordHint" title="비밀번호힌트">
|
|
|
@ -174,8 +177,8 @@ table {
|
|
|
|
</form:select>
|
|
|
|
</form:select>
|
|
|
|
<form:errors path="passwordHint" cssClass="error"/>
|
|
|
|
<form:errors path="passwordHint" cssClass="error"/>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<th width="15%" height="23" class="required" >비밀번호정답
|
|
|
|
<th width="15%" height="23" class="required">
|
|
|
|
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
<label>비밀번호정답</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td width="35%" >
|
|
|
|
<td width="35%" >
|
|
|
|
<form:input path="passwordCnsr" id="passwordCnsr" title="비밀번호정답" cssClass="txaIpt" size="50" maxlength="100" />
|
|
|
|
<form:input path="passwordCnsr" id="passwordCnsr" title="비밀번호정답" cssClass="txaIpt" size="50" maxlength="100" />
|
|
|
@ -184,14 +187,16 @@ table {
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="20%" height="23" class="required">이름
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
<label>이름</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" />
|
|
|
|
<input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" />
|
|
|
|
<form:errors path="emplyrNm" cssClass="error" />
|
|
|
|
<form:errors path="emplyrNm" cssClass="error" />
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<th width="20%" height="23" class="required">소속기관</th>
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
|
|
|
|
<label>소속기관</label>
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<form:select path="insttCode" id="insttCode" title="소속기관">
|
|
|
|
<form:select path="insttCode" id="insttCode" title="소속기관">
|
|
|
|
<form:option value="" label="--선택하세요--"/>
|
|
|
|
<form:option value="" label="--선택하세요--"/>
|
|
|
@ -202,8 +207,8 @@ table {
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="20%" height="23" class="required">조직코드
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
<label>조직코드</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<form:select path="orgnztId" id="orgnztId" title="부서">
|
|
|
|
<form:select path="orgnztId" id="orgnztId" title="부서">
|
|
|
@ -212,7 +217,9 @@ table {
|
|
|
|
</form:select>
|
|
|
|
</form:select>
|
|
|
|
<form:errors path="orgnztId" cssClass="error"/>
|
|
|
|
<form:errors path="orgnztId" cssClass="error"/>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<th width="20%" height="23" class="required" >직위명</th>
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
|
|
|
|
<label>직위명</label>
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" />
|
|
|
|
<form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" />
|
|
|
|
<form:errors path="ofcpsNm" cssClass="error" />
|
|
|
|
<form:errors path="ofcpsNm" cssClass="error" />
|
|
|
@ -220,12 +227,15 @@ table {
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="20%" height="23" class="required">이메일주소</th>
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
|
|
|
|
<label>이메일주소</label>
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td width="30%">
|
|
|
|
<td width="30%">
|
|
|
|
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
|
|
|
|
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
|
|
|
|
<form:errors path="emailAdres" cssClass="error" />
|
|
|
|
<form:errors path="emailAdres" cssClass="error" />
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<th width="20%" height="23" class="required">집전화지역번호
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
|
|
|
|
<label>집전화지역번호</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
|
|
|
|
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
|
|
|
@ -238,12 +248,16 @@ table {
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="20%" height="23" class="required">사무실전화번호</th>
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
|
|
|
|
<label>사무실전화번호</label>
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
|
|
|
|
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
|
|
|
|
<form:errors path="offmTelno" cssClass="error" />
|
|
|
|
<form:errors path="offmTelno" cssClass="error" />
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<th width="20%" height="23" class="required">팩스번호</th>
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
|
|
|
|
<label>팩스번호</label>
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" />
|
|
|
|
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" />
|
|
|
|
<form:errors path="fxnum" cssClass="error" />
|
|
|
|
<form:errors path="fxnum" cssClass="error" />
|
|
|
@ -251,7 +265,9 @@ table {
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="20%" height="23" class="required">주소</th>
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
|
|
|
|
<label>주소</label>
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" cssStyle="width: 60%"/>
|
|
|
|
<form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" cssStyle="width: 60%"/>
|
|
|
|
<form:errors path="homeadres" cssClass="error" />
|
|
|
|
<form:errors path="homeadres" cssClass="error" />
|
|
|
@ -263,7 +279,9 @@ table {
|
|
|
|
<form:errors path="zip" cssClass="error" />
|
|
|
|
<form:errors path="zip" cssClass="error" />
|
|
|
|
<input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" />
|
|
|
|
<input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" />
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<th width="20%" height="23" class="required" >상세주소</th>
|
|
|
|
<th width="20%" height="23" class="required" >
|
|
|
|
|
|
|
|
<label>상세주소</label>
|
|
|
|
|
|
|
|
</th>
|
|
|
|
<td width="30%" >
|
|
|
|
<td width="30%" >
|
|
|
|
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
|
|
|
|
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
|
|
|
|
<form:errors path="detailAdres" cssClass="error" />
|
|
|
|
<form:errors path="detailAdres" cssClass="error" />
|
|
|
@ -271,8 +289,8 @@ table {
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th width="20%" height="23" class="required">그룹아이디
|
|
|
|
<th width="20%" height="23" class="required">
|
|
|
|
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
<label>그룹아이디</label>
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<td colspan="3" width="30%">
|
|
|
|
<td colspan="3" width="30%">
|
|
|
|
<form:select path="groupId" id="groupId" title="그룹아이디">
|
|
|
|
<form:select path="groupId" id="groupId" title="그룹아이디">
|
|
|
|