|
|
|
@ -37,8 +37,10 @@
|
|
|
|
|
<input onchange="${infoPrefix}Control.select(this.checked);" type="checkbox" class="form-check-input"></th>
|
|
|
|
|
<th class="sorting sorting_asc" aria-sort="ascending" style="width: 223.719px;">계정</th>
|
|
|
|
|
<th class="sorting" style="width: 146.156px;">이름</th>
|
|
|
|
|
<th class="sorting" style="width: 146.156px;">기관</th>
|
|
|
|
|
<th class="sorting" style="width: 146.156px;">부서</th>
|
|
|
|
|
<th class="sorting" style="width: 160.141px;">전화번호(유선)</th>
|
|
|
|
|
<th class="sorting" style="width: 195.688px;">이메일</th>
|
|
|
|
|
<th class="sorting" style="width: 160.141px;">전화번호(무선)</th>
|
|
|
|
|
<th class="sorting" style="width: 230.469px;">등록일자</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
@ -49,14 +51,16 @@
|
|
|
|
|
<td style="text-align:center;"><input value="{USER_ID}" onchange="${infoPrefix}Control.select('{USER_ID}', this.checked);" type="checkbox" class="form-check-input"></td>
|
|
|
|
|
<td {onclick} {ondblclick}>{USER_ACNT}</td>
|
|
|
|
|
<td {onclick} {ondblclick}>{USER_NM}</td>
|
|
|
|
|
<td {onclick} {ondblclick}>{NSTT_NM}</td>
|
|
|
|
|
<td {onclick} {ondblclick}>{DEPT_NM}</td>
|
|
|
|
|
<td {onclick} {ondblclick}>{TELNO}</td>
|
|
|
|
|
<td {onclick} {ondblclick}>{EML_ADRS}</td>
|
|
|
|
|
<td {onclick} {ondblclick}>{MBL_TELNO}</td>
|
|
|
|
|
<td {onclick} {ondblclick}>{REG_DT}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
<template id="${infoPrefix}NotFound">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<td valign="top" colspan="6" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
<td valign="top" colspan="8" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
</table>
|
|
|
|
|