|
|
|
@ -101,7 +101,7 @@ table {
|
|
|
|
|
<div class="modify_user" >
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text">사용자아이디
|
|
|
|
|
<th width="20%" height="23" class="required">사용자아이디
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
@ -112,7 +112,7 @@ table {
|
|
|
|
|
</a>
|
|
|
|
|
<form:errors path="emplyrId" cssClass="error"/>
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text">핸드폰번호 </th>
|
|
|
|
|
<th width="20%" height="23" class="required">핸드폰번호 </th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" />
|
|
|
|
|
<form:errors path="moblphonNo" cssClass="error" />
|
|
|
|
@ -120,14 +120,14 @@ table {
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text" >비밀번호
|
|
|
|
|
<th width="20%" height="23" class="required" >비밀번호
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" />
|
|
|
|
|
<form:errors path="password" cssClass="error" />
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text" >비밀번호확인
|
|
|
|
|
<th width="20%" height="23" class="required" >비밀번호확인
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
@ -136,7 +136,7 @@ table {
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text" >비밀번호힌트
|
|
|
|
|
<th width="20%" height="23" class="required" >비밀번호힌트
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
@ -146,7 +146,7 @@ table {
|
|
|
|
|
</form:select>
|
|
|
|
|
<form:errors path="passwordHint" cssClass="error"/>
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text" >비밀번호정답
|
|
|
|
|
<th width="20%" height="23" class="required" >비밀번호정답
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
@ -156,14 +156,14 @@ table {
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text">이름
|
|
|
|
|
<th width="20%" height="23" class="required">이름
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" />
|
|
|
|
|
<form:errors path="emplyrNm" cssClass="error" />
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text">소속기관</th>
|
|
|
|
|
<th width="20%" height="23" class="required">소속기관</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:select path="insttCode" id="insttCode" title="소속기관">
|
|
|
|
|
<form:option value="" label="--선택하세요--"/>
|
|
|
|
@ -174,7 +174,7 @@ table {
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text">조직코드
|
|
|
|
|
<th width="20%" height="23" class="required">조직코드
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
@ -184,7 +184,7 @@ table {
|
|
|
|
|
</form:select>
|
|
|
|
|
<form:errors path="orgnztId" cssClass="error"/>
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text" >직위명</th>
|
|
|
|
|
<th width="20%" height="23" class="required" >직위명</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" />
|
|
|
|
|
<form:errors path="ofcpsNm" cssClass="error" />
|
|
|
|
@ -192,12 +192,12 @@ table {
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text">이메일주소</th>
|
|
|
|
|
<th width="20%" height="23" class="required">이메일주소</th>
|
|
|
|
|
<td width="30%">
|
|
|
|
|
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
|
|
|
|
|
<form:errors path="emailAdres" cssClass="error" />
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text">집전화지역번호
|
|
|
|
|
<th width="20%" height="23" class="required">집전화지역번호
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
|
|
|
|
@ -210,12 +210,12 @@ table {
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text">사무실전화번호</th>
|
|
|
|
|
<th width="20%" height="23" class="required">사무실전화번호</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
|
|
|
|
|
<form:errors path="offmTelno" cssClass="error" />
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text">팩스번호</th>
|
|
|
|
|
<th width="20%" height="23" class="required">팩스번호</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" />
|
|
|
|
|
<form:errors path="fxnum" cssClass="error" />
|
|
|
|
@ -223,7 +223,7 @@ table {
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text">주소</th>
|
|
|
|
|
<th width="20%" height="23" class="required">주소</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" />
|
|
|
|
|
<form:errors path="homeadres" cssClass="error" />
|
|
|
|
@ -234,7 +234,7 @@ table {
|
|
|
|
|
<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" />
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text" >상세주소</th>
|
|
|
|
|
<th width="20%" height="23" class="required" >상세주소</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
|
|
|
|
|
<form:errors path="detailAdres" cssClass="error" />
|
|
|
|
@ -242,7 +242,7 @@ table {
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<th width="20%" height="23" class="required_text">사용자상태코드
|
|
|
|
|
<th width="20%" height="23" class="required">사용자상태코드
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
@ -252,7 +252,7 @@ table {
|
|
|
|
|
</form:select>
|
|
|
|
|
<form:errors path="emplyrSttusCode" cssClass="error"/>
|
|
|
|
|
</td>
|
|
|
|
|
<th width="20%" height="23" class="required_text">그룹아이디
|
|
|
|
|
<th width="20%" height="23" class="required">그룹아이디
|
|
|
|
|
<img src="<c:url value='/'/>resourcesimages/required.gif" width="15" height="15" alt="필수" />
|
|
|
|
|
</th>
|
|
|
|
|
<td width="30%" >
|
|
|
|
|