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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1431 - (hide annotations) (download)
Mon May 2 19:28:02 2011 UTC (13 years, 1 month ago) by torben
File size: 1292 byte(s)
add a view for failed byName searches and add DumpResultSet to admin.jsp
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 torben 1404
35     <ul>
36     <li><a href="http://maps.google.com/?q=http://app.t-hoerup.dk/TrainInfoService/RequestPlotter?count=7">RequestPlotter</a></li>
37     <li><a href="admin.jsp?target=version.jsp">Versions</a></li>
38 torben 1431 <li><a href="admin.jsp?target=namesearch.jsp">NameSearch</a></li>
39     <li><a href="DumpResultSet">DumpResultSet</a></li>
40    
41 torben 1404 </ul>
42    
43 torben 1402 <br>
44    
45    
46 torben 1398 </div>
47     </td>
48    
49     <td>
50     <iframe width='100%' height='100%' frameborder='0' src='<%=target%>'>
51     <p>Your browser does not support iframes.</p>
52     </iframe>
53     </td>
54    
55    
56     </tr>
57     </table>
58    
59    
60     </body>
61    
62    
63     </html>

  ViewVC Help
Powered by ViewVC 1.1.20