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