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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1403 - (show annotations) (download)
Thu Apr 28 19:48:24 2011 UTC (13 years ago) by torben
File size: 973 byte(s)
Re-organize menu and statistics no longer need to link to savedstatistics
1 <%
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 </ul>
27
28
29 <ul>
30 <li><a href="http://smokeping.t-hoerup.dk/cgi-bin/smokeping.cgi?target=Denmark">Smokeping</a></li>
31 <li><a href="/MarketStats/ShowStats?app=dk.thoerup.traininfo">MarketStats</a></li>
32 </ul>
33
34 <br>
35
36
37 </div>
38 </td>
39
40 <td>
41 <iframe width='100%' height='100%' frameborder='0' src='<%=target%>'>
42 <p>Your browser does not support iframes.</p>
43 </iframe>
44 </td>
45
46
47 </tr>
48 </table>
49
50
51 </body>
52
53
54 </html>

  ViewVC Help
Powered by ViewVC 1.1.20