하이퍼링크 제거
This commit is contained in:
parent
29b2a97fa9
commit
3f84ab49cc
@ -135,7 +135,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<tr onclick="fnAcptDetail('${list.msgSeq}');" style="cursor:pointer;">
|
||||
<tr>
|
||||
<td>
|
||||
<c:if test="${msgMgrVO.searchSortOrd eq 'desc' }">
|
||||
<c:out value="${ ( paginationInfo.totalRecordCount - ((msgMgrVO.pageIndex -1)*msgMgrVO.pageUnit) ) - status.index }"/>
|
||||
|
||||
@ -126,13 +126,13 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<tr onclick="fnAcptDetail('${list.emailSeq}');" style="cursor:pointer;">
|
||||
<tr>
|
||||
<td>
|
||||
<c:if test="${smsMgrVO.searchSortOrd eq 'desc' }">
|
||||
<c:out value="${ ( paginationInfo.totalRecordCount - ((smsMgrVO.pageIndex -1)*smsMgrVO.pageUnit) ) - status.index }"/>
|
||||
<c:if test="${emailMgrVO.searchSortOrd eq 'desc' }">
|
||||
<c:out value="${ ( paginationInfo.totalRecordCount - ((emailMgrVO.pageIndex -1)*emailMgrVO.pageUnit) ) - status.index }"/>
|
||||
</c:if>
|
||||
<c:if test="${smsMgrVO.searchSortOrd eq 'asc' }">
|
||||
<c:out value="${(smsMgrVO.pageIndex - 1) * smsMgrVO.pageUnit + status.count}"/>
|
||||
<c:if test="${emailMgrVO.searchSortOrd eq 'asc' }">
|
||||
<c:out value="${(emailMgrVO.pageIndex - 1) * emailMgrVO.pageUnit + status.count}"/>
|
||||
</c:if>
|
||||
</td>
|
||||
<td><kc:code codeId="CC050" code="${list.emailTy}"/></td>
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<c:forEach var="list" items="${list}" varStatus="status">
|
||||
<tr onclick="fnAcptDetail('${list.smsSeq}');" style="cursor:pointer;">
|
||||
<tr>
|
||||
<td>
|
||||
<c:if test="${smsMgrVO.searchSortOrd eq 'desc' }">
|
||||
<c:out value="${ ( paginationInfo.totalRecordCount - ((smsMgrVO.pageIndex -1)*smsMgrVO.pageUnit) ) - status.index }"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user