|
@@ -181,77 +181,11 @@ function getExcel(){
|
|
|
</div>
|
|
|
<div class="col-6 text-right">
|
|
|
<button class="btn btn-success" data-toggle="modal" data-target="#excelDownMemo">Excel 다운로드</button>
|
|
|
- <c:if test="${role._CREATE eq 'Y'}">
|
|
|
- <button class="btn btn-primary" onclick="location.href='./new';">생활치료센터 신규 등록</button>
|
|
|
- </c:if>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="table-responsive">
|
|
|
- <table class="table table-striped text-center">
|
|
|
- <colgroup>
|
|
|
- <col style=" width: 5%; ">
|
|
|
- <col style=" width: 14%; ">
|
|
|
- <col style=" width: 6%; ">
|
|
|
- <col style=" width: 12%; ">
|
|
|
- <col style=" width: 8%; ">
|
|
|
- <col style=" width: 8%; ">
|
|
|
- </colgroup>
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th rowspan="2">번호</th>
|
|
|
- <th rowspan="2">생활치료센터</th>
|
|
|
- <th rowspan="2">지역</th>
|
|
|
- <th rowspan="2">협력병원</th>
|
|
|
- <th rowspan="2">API 호출 횟수</th>
|
|
|
- <th rowspan="2">API 호출 건수</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <c:choose>
|
|
|
- <c:when test="${total > 0}">
|
|
|
- <c:forEach var="l" items="${item}" varStatus="lStatus">
|
|
|
- <c:set var="viewLink" value="./info?centerCode=${l.centerCode}" />
|
|
|
- <c:set var="pageNum" value="${ ( total - lStatus.index ) - ( (page - 1) * pageSize ) }" />
|
|
|
-
|
|
|
- <tr>
|
|
|
- <td><fmt:formatNumber value="${pageNum}" pattern="#,###" /></td>
|
|
|
- <td>
|
|
|
- <c:out value="${l.centerName}" />
|
|
|
- </td>
|
|
|
- <td><c:out value="${l.locationName}" /></td>
|
|
|
- <td><c:out value="${l.cooperativeName}" /></td>
|
|
|
- <td><c:out value="${l.apiCount}"/></td>
|
|
|
- <td><c:out value="${l.numberOfCase}"/></td>
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
- </c:when>
|
|
|
- <c:otherwise>
|
|
|
- <tr>
|
|
|
- <td colspan="13">오픈API 통계 정보가 없습니다.</td>
|
|
|
- </tr>
|
|
|
- </c:otherwise>
|
|
|
- </c:choose>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="row mt-5">
|
|
|
- <div class="col-12 col-lg-6 mb-2">
|
|
|
- </div>
|
|
|
- <div class="col-12 col-lg-6 mb-2">
|
|
|
- <jsp:include page="${data._INCLUDE}/paging.jsp" flush="true">
|
|
|
- <jsp:param name="firstPageNo" value="${paging.firstPageNo}" />
|
|
|
- <jsp:param name="prevPageNo" value="${paging.prevPageNo}" />
|
|
|
- <jsp:param name="startPageNo" value="${paging.startPageNo}" />
|
|
|
- <jsp:param name="pageNo" value="${paging.pageNo}" />
|
|
|
- <jsp:param name="endPageNo" value="${paging.endPageNo}" />
|
|
|
- <jsp:param name="nextPageNo" value="${paging.nextPageNo}" />
|
|
|
- <jsp:param name="finalPageNo" value="${paging.finalPageNo}" />
|
|
|
- <jsp:param name="preFix" value="${paging.preFix}" />
|
|
|
- <jsp:param name="url" value="${paging.url}" />
|
|
|
- <jsp:param name="total" value="${paging.totalCount}" />
|
|
|
- </jsp:include>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|