/[projects]/dao/DaoAdresseService/WebContent/admin.jsp
ViewVC logotype

Diff of /dao/DaoAdresseService/WebContent/admin.jsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2337 by torben, Mon Feb 23 12:30:41 2015 UTC revision 2338 by torben, Mon Feb 23 12:48:00 2015 UTC
# Line 77  $(document).ready( function() { Line 77  $(document).ready( function() {
77              </c:when>              </c:when>
78              <c:otherwise>              <c:otherwise>
79                  Data ikke læst endnu                  Data ikke læst endnu
80              </c:otherwise>              </c:otherwise>                  
81            </c:choose>
82            
83            <h3>Data</h3>
84            
85            <c:choose>
86                <c:when test="${hasSearch}">
87                            <table>
88                                    <tr>
89                                            <td>Indlæst: </td>
90                                            <td align="right"><c:out value="${stats.buildTime}"></c:out></td>
91                                    </tr>
92                                    <tr>
93                                            <td>Forbrugt (ms): </td>
94                                            <td align="right"><c:out value="${stats.elapsed}"></c:out></td>
95                                    </tr>
96                            </table>
97                    
98                </c:when>
99                <c:otherwise>
100                    Data ikke læst endnu
101                </c:otherwise>                  
102          </c:choose>          </c:choose>
103                    
104          <h3>Dataloader</h3>          <h3>Dataloader</h3>
105          <button type="button" class="btn" id="reloadData"> awaiting status</button>          <button type="button" class="btn" id="reloadData"> awaiting status</button>
               
           
106                    
107                    
108            

Legend:
Removed from v.2337  
changed lines
  Added in v.2338

  ViewVC Help
Powered by ViewVC 1.1.20