/[projects]/android/TrainInfoService/WebContent/admin.jsp
ViewVC logotype

Annotation of /android/TrainInfoService/WebContent/admin.jsp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1398 - (hide annotations) (download)
Thu Apr 28 15:08:29 2011 UTC (13 years, 1 month ago) by torben
File size: 901 byte(s)
Add admin overview page
1 torben 1398 <%
2    
3     String target = request.getParameter("target");
4     if (target == null) {
5     target = "index.jsp";
6     }
7    
8     %>
9    
10     <html>
11    
12     <body>
13     <br><br>
14    
15     <table width='100%' height='100%' border='0'>
16     <tr>
17     <td width='220' valign='top'>
18    
19     <div style="background: #aaaaaa;">
20     <p align='center'><b>TrainInfoService</b></p>
21     <ul>
22     <li><a href="admin.jsp?target=CircuitBreakerServlet">CircuitBreaker</a></li>
23     <li><a href="admin.jsp?target=ConfigServlet">WebConfig</a></li>
24     <li><a href="admin.jsp?target=statistics.jsp">Statistics</a></li>
25     <li><a href="admin.jsp?target=SavedStatistics">Saved Statistics</a></li>
26     <li><a href="http://smokeping.t-hoerup.dk/cgi-bin/smokeping.cgi?target=Denmark" target="_blank">Smokeping</a>(ext)</li>
27    
28     <br><br>
29    
30     </ul>
31     </div>
32     </td>
33    
34     <td>
35     <iframe width='100%' height='100%' frameborder='0' src='<%=target%>'>
36     <p>Your browser does not support iframes.</p>
37     </iframe>
38     </td>
39    
40    
41     </tr>
42     </table>
43    
44    
45     </body>
46    
47    
48     </html>

  ViewVC Help
Powered by ViewVC 1.1.20