fix : 유저 관련 수정

main
이범준 1 year ago
parent 73892f135e
commit 15988d045b

@ -21,9 +21,12 @@
<caption>사용자부재 등록</caption> <caption>사용자부재 등록</caption>
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">
<label class="required">사용자ID</label> <label class="required">계정ID</label>
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap">
<input name="userAcnt" id="userAcnt" title="계정ID" type="text"
value="<c:out value='${userAbsnce.userAcnt}'/>" size="30" class="readOnlyClass" readonly>
</td>
</tr> </tr>
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">

@ -21,9 +21,12 @@
<caption>사용자부재 등록</caption> <caption>사용자부재 등록</caption>
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">
<label class="required">사용자ID</label> <label class="required">계정ID</label>
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap">
<input name="userAcnt" id="userAcnt" title="계정ID" type="text"
value="<c:out value='${userAbsnce.userAcnt}'/>" size="30" class="readOnlyClass" readonly>
</td>
</tr> </tr>
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">

@ -84,9 +84,12 @@ function fncUserAbsnceDelete() {
<table summary="사용자부재정보를 수정한다."> <table summary="사용자부재정보를 수정한다.">
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">
<label class="required">사용자ID</label> <label class="required">계정ID</label>
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap">
<input name="userAcnt" id="userAcnt" title="계정ID" type="text"
value="<c:out value='${userAbsnce.userAcnt}'/>" size="30" class="readOnlyClass" readonly>
</td>
</tr> </tr>
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">
@ -124,7 +127,7 @@ function fncUserAbsnceDelete() {
</td> </td>
<td width="10"></td> <td width="10"></td>
<td> <td>
<a href="<c:url value='/framework/biz/mng/usr/userAbsntMng_delete_proc.do'/>?userId=<c:out value='${userAbsnce.userId}'/>&amp;selAbsnceAt=<c:out value='${userAbsnceSearchVO.selAbsnceAt}'/>" onclick="fncUserAbsnceDelete(); return false;"><spring:message code="button.delete" /></a> <a href="<c:url value='/framework/biz/mng/usr/userAbsntMng_delete_proc.do'/>?userAcnt=<c:out value='${userAbsnce.userAcnt}'/>&amp;selAbsnceAt=<c:out value='${userAbsnceSearchVO.selAbsnceAt}'/>" onclick="fncUserAbsnceDelete(); return false;"><spring:message code="button.delete" /></a>
</td> </td>
<td width="10"></td> <td width="10"></td>
<td> <td>

@ -105,9 +105,12 @@ function fncUserAbsnceDelete() {
<caption>사용자부재 등록</caption> <caption>사용자부재 등록</caption>
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">
<label class="required">사용자ID</label> <label class="required">계정ID</label>
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonly></td> <td nowrap="nowrap">
<input name="userAcnt" id="userAcnt" title="계정ID" type="text"
value="<c:out value='${userAbsnce.userAcnt}'/>" size="30" class="readOnlyClass" readonly>
</td>
</tr> </tr>
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">

@ -65,9 +65,12 @@ function fncUserAbsnceDelete() {
<table> <table>
<tr> <tr>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">
<label class="required">사용자ID</label> <label class="required">계정ID</label>
</th> </th>
<td nowrap="nowrap"><input name="userId" id="userId" title="사용자ID" type="text" value="<c:out value='${userAbsnce.userId}'/>" size="30" class="readOnlyClass" readonl <td nowrap="nowrap">
<input name="userAcnt" id="userAcnt" title="계정ID" type="text"
value="<c:out value='${userAbsnce.userAcnt}'/>" size="30" class="readOnlyClass" readonly />
</td>
<th width="20%" scope="row" nowrap="nowrap"> <th width="20%" scope="row" nowrap="nowrap">
<label class="required">사용자명</label> <label class="required">사용자명</label>
</th> </th>

@ -308,7 +308,9 @@ table {
</td> </td>
<td width="10"></td> <td width="10"></td>
<td> <td>
<a href="<c:url value='/framework/biz/mng/usr/UserRegMng_delete_proc.do'/>" onclick="fnDeleteUser('<c:out value='${userManageVO.userTy}'/>:<c:out value='${userManageVO.userId}'/>'); return false;"><spring:message code="button.delete" /></a> <a href="<c:url value='/framework/biz/mng/usr/UserRegMng_delete_proc.do'/>" onclick="fnDeleteUser('<c:out value='${userManageVO.userId}'/>'); return false;">
<spring:message code="button.delete" />
</a>
</td> </td>
<td width="10"></td> <td width="10"></td>
<td> <td>

Loading…
Cancel
Save