|
|
@@ -169,12 +169,10 @@
|
|
|
<fmt:formatNumber value="${total}" pattern="#,###" />
|
|
|
</div>
|
|
|
<div class="col-6 text-right">
|
|
|
-<%-- <c:if test="${data._SES_GROUP_IDX ne 1}"> --%>
|
|
|
-<%-- <c:if test="${sesGroupIdx eq '1' or sesGroupIdx eq '2'}"> --%>
|
|
|
- <button class="btn btn-info" onclick="location.href='../list';">푸시 발송 현황</button>
|
|
|
- <button class="btn btn-primary" onclick="location.href='../send';">신규 푸시 발송</button>
|
|
|
-<%-- </c:if> --%>
|
|
|
-<%-- </c:if> --%>
|
|
|
+ <button class="btn btn-info" onclick="location.href='../list';">푸시 발송 현황</button>
|
|
|
+ <c:if test="${role._CREATE eq 'Y'}">
|
|
|
+ <button class="btn btn-primary" onclick="location.href='../send';">신규 푸시 발송</button>
|
|
|
+ </c:if>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="table-responsive">
|
|
|
@@ -244,86 +242,13 @@
|
|
|
</c:forEach>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
-<%-- <c:choose> --%>
|
|
|
-<%-- <c:when test="${total > 0}"> --%>
|
|
|
-<%-- <c:forEach var="l" items="${item}"> --%>
|
|
|
-<!-- <tr> -->
|
|
|
-<%-- <td><c:out value="${l.num}" /></td> --%>
|
|
|
-<!-- <td> -->
|
|
|
-<%-- <a href="./info?staffId=${l.id}"><c:out value="${l.id}" /></a> --%>
|
|
|
-<!-- </td> -->
|
|
|
-<%-- <td><c:out value="${l.name}" /></td> --%>
|
|
|
-<%-- <td><c:out value="${l.centerName}" /></td> --%>
|
|
|
-<!-- <td> -->
|
|
|
-<%-- <c:if test="${l.groupIdx eq 1}">시스템관리자</c:if> --%>
|
|
|
-<%-- <c:if test="${l.groupIdx eq 2}">관리자</c:if> --%>
|
|
|
-<%-- <c:if test="${l.groupIdx eq 3}">일반사용자</c:if> --%>
|
|
|
-<!-- </td> -->
|
|
|
-<%-- <td><c:out value="${l.lastLoginTime}" /></td> --%>
|
|
|
-<%-- <td><c:out value="${l.createDate}" /></td> --%>
|
|
|
-<!-- <td> -->
|
|
|
-<%-- <c:choose> --%>
|
|
|
-<%-- <c:when test="${l.useYn == 'Y'}"> --%>
|
|
|
-<!-- <span class="text-success">활성</span> -->
|
|
|
-<%-- </c:when> --%>
|
|
|
-<%-- <c:otherwise> --%>
|
|
|
-<!-- <span class="text-danger">비활성</span> -->
|
|
|
-<%-- </c:otherwise> --%>
|
|
|
-
|
|
|
-<%-- </c:choose> --%>
|
|
|
-<!-- </td> -->
|
|
|
-<!-- </tr> -->
|
|
|
-<%-- </c:forEach> --%>
|
|
|
-<%-- </c:when> --%>
|
|
|
-<%-- <c:otherwise> --%>
|
|
|
-<!-- <tr> -->
|
|
|
-<!-- <td colspan="11">등록된 푸시가 없습니다.</td> -->
|
|
|
-<!-- </tr> -->
|
|
|
-<%-- </c:otherwise> --%>
|
|
|
-<%-- </c:choose> --%>
|
|
|
- <!-- <tr>
|
|
|
- <td>9</td>
|
|
|
- <td>
|
|
|
- <a href="javscript:;">김레몬</a>
|
|
|
- </td>
|
|
|
- <td>남</td>
|
|
|
- <td>55</td>
|
|
|
- <td>1501</td>
|
|
|
- <td>2020-10-13 15:23</td>
|
|
|
- <td>2020-10-15 10:15</td>
|
|
|
- <td>-</td>
|
|
|
- </tr> -->
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div class="row mt-5">
|
|
|
- <div class="col-12 col-lg-6 mb-2">
|
|
|
-<!-- <select class="custom-select form-control col-md-2" id="inputState" name="inputState"> -->
|
|
|
-<!-- <option value="success" selected="">전체</option> -->
|
|
|
-<!-- <option value="info">입소</option> -->
|
|
|
-<!-- <option value="warning">퇴소</option> -->
|
|
|
-<!-- </select> -->
|
|
|
- </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>
|
|
|
</div>
|
|
|
- <!-- 의료진 관리 END -->
|
|
|
</div>
|
|
|
</main>
|
|
|
|