/[projects]/dao/DaoAdresseService/src/main/webapp/admin.jsp
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/webapp/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 2346 by torben, Mon Feb 23 14:39:49 2015 UTC
# Line 70  $(document).ready( function() { Line 70  $(document).ready( function() {
70                                  </tr>                                  </tr>
71                                  <tr>                                  <tr>
72                                          <td>Ikke dækket: </td>                                          <td>Ikke dækket: </td>
73                                          <td align="right"><c:out value="${stats.ikkeDaekketCount}"></c:out></td>                                          <td align="right" target='_blank'>
74                                                    <a href='CsvUdtraek?type=ikkedaekket'><c:out value="${stats.ikkeDaekketCount}"></c:out></a>
75                                            </td>
76                                  </tr>                                  </tr>
77                          </table>                          </table>
78                                    
79              </c:when>              </c:when>
80              <c:otherwise>              <c:otherwise>
81                  Data ikke læst endnu                  Data ikke læst endnu
82              </c:otherwise>              </c:otherwise>                  
83            </c:choose>
84            
85            <h3>Data</h3>
86            
87            <c:choose>
88                <c:when test="${hasSearch}">
89                            <table>
90                                    <tr>
91                                            <td>Indlæst: </td>
92                                            <td align="right"><c:out value="${stats.buildTime}"></c:out></td>
93                                    </tr>
94                                    <tr>
95                                            <td>Forbrugt (ms): </td>
96                                            <td align="right"><c:out value="${stats.elapsed}"></c:out></td>
97                                    </tr>
98                            </table>
99                    
100                </c:when>
101                <c:otherwise>
102                    Data ikke læst endnu
103                </c:otherwise>                  
104          </c:choose>          </c:choose>
105                    
106          <h3>Dataloader</h3>          <h3>Dataloader</h3>
107          <button type="button" class="btn" id="reloadData"> awaiting status</button>          <button type="button" class="btn" id="reloadData"> awaiting status</button>
               
           
108                    
109                    
110            
# Line 91  $(document).ready( function() { Line 112  $(document).ready( function() {
112      <!-- ------------------------------------------  -->      <!-- ------------------------------------------  -->
113            
114      <div class="col-sm-8">      <div class="col-sm-8">
115        <h3>Column 2</h3>        <h3>Runtime options</h3>
116        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>        <iframe src="ConfigServlet" width="100%" frameborder="0">
117        <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>        </iframe>
118    
119      </div>      </div>
120    
121    </div>    </div>

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

  ViewVC Help
Powered by ViewVC 1.1.20