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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1403 - (hide annotations) (download)
Thu Apr 28 19:48:24 2011 UTC (13 years, 1 month ago) by torben
File size: 973 byte(s)
Re-organize menu and statistics no longer need to link to savedstatistics
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 torben 1402 </ul>
27 torben 1398
28    
29 torben 1402 <ul>
30 torben 1403 <li><a href="http://smokeping.t-hoerup.dk/cgi-bin/smokeping.cgi?target=Denmark">Smokeping</a></li>
31 torben 1402 <li><a href="/MarketStats/ShowStats?app=dk.thoerup.traininfo">MarketStats</a></li>
32 torben 1398 </ul>
33 torben 1402
34     <br>
35    
36    
37 torben 1398 </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