|
@@ -159,8 +159,6 @@ function responsiblePagination() {
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
|
|
- retrieveStateData(1);
|
|
|
-
|
|
|
// 반복 start/stop 클릭
|
|
|
$('#playButton').click(function () {
|
|
|
if (activeReloadTimer()) {
|
|
@@ -263,7 +261,7 @@ $(document).ready(function() {
|
|
|
</div>
|
|
|
<div class="card-body">
|
|
|
<div class="row patients-list">
|
|
|
- <%-- <jsp:useBean id="now" class="java.util.Date" />
|
|
|
+ <jsp:useBean id="now" class="java.util.Date" />
|
|
|
<fmt:formatDate value="${now}" pattern="yyyyMMdd" var="nowDateString" />
|
|
|
<c:forEach var="patient" items="${items}" varStatus="status">
|
|
|
<c:set var="viewLink" value="./info?patientIdx=${patient.patientIdx}" />
|
|
@@ -291,7 +289,7 @@ $(document).ready(function() {
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </c:forEach> --%>
|
|
|
+ </c:forEach>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card-footer">
|