/[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 2338 by torben, Mon Feb 23 12:48:00 2015 UTC revision 2349 by torben, Mon Feb 23 15:02:48 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                                    
# Line 110  $(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" height="250">
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.2338  
changed lines
  Added in v.2349

  ViewVC Help
Powered by ViewVC 1.1.20