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

Diff of /android/TrainInfoService/WebContent/savedstatistics.jsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 961 by torben, Wed Jul 7 09:12:32 2010 UTC revision 962 by torben, Wed Jul 7 09:53:04 2010 UTC
# Line 15  Line 15 
15  </head>  </head>
16  <body>  <body>
17    
18    <h2>Average</h2>
19    <table border="1">
20      <tr><th width=100>&nbsp;</th><th>Station</th><th>byLocation</th><th>byName</th><th>byFavorites</th><th>Departure</th><th>depCache</th><th>depError</th><th>Timetable</th><th>timeCache</th><th>timeError</th></tr>
21      <tr>
22            <td>${avg.statisticsdate}</td>
23            <td>${avg.station }</td>
24            <td>${avg.location }</td>
25            <td>${avg.name }</td>
26            <td>${avg.favorites }</td>
27            <td>${avg.departure }</td>
28            <td>${avg.depcache }</td>
29            <td>${avg.deperror }</td>
30            <td>${avg.timetable }</td>
31            <td>${avg.timecache }</td>
32            <td>${avg.timeerror }</td>
33      </tr>
34    </table>
35    
36    <br/><br/>
37    
38    <h2>Latest</h2>
39  <table border="1">  <table border="1">
40  <tr><th>&nbsp;</th><th>Station</th><th>byLocation</th><th>byName</th><th>byFavorites</th><th>Departure</th><th>depCache</th><th>depError</th><th>Timetable</th><th>timeCache</th><th>timeError</th></tr>  <tr><th width=100>&nbsp;</th><th>Station</th><th>byLocation</th><th>byName</th><th>byFavorites</th><th>Departure</th><th>depCache</th><th>depError</th><th>Timetable</th><th>timeCache</th><th>timeError</th></tr>
41    
42  <c-rt:forEach var="stat" items="${statbeans}">  <c-rt:forEach var="stat" items="${statbeans}">
43    <tr>    <tr>

Legend:
Removed from v.961  
changed lines
  Added in v.962

  ViewVC Help
Powered by ViewVC 1.1.20