/[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 962 by torben, Wed Jul 7 09:53:04 2010 UTC revision 963 by torben, Wed Jul 7 10:01:38 2010 UTC
# Line 17  Line 17 
17    
18  <h2>Average</h2>  <h2>Average</h2>
19  <table border="1">  <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>    <tr><th width=100>Count</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>    <tr>
22          <td>${avg.statisticsdate}</td>          <td>${avg.statisticsdate}</td>
23          <td>${avg.station }</td>          <td>${avg.station }</td>
# Line 37  Line 37 
37    
38  <h2>Latest</h2>  <h2>Latest</h2>
39  <table border="1">  <table border="1">
40  <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>  <tr><th width=100>Date</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.962  
changed lines
  Added in v.963

  ViewVC Help
Powered by ViewVC 1.1.20