/[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 2090 by torben, Sat Jun 9 11:35:22 2012 UTC revision 2091 by torben, Fri Dec 6 08:52:00 2013 UTC
# Line 7  Line 7 
7    
8            
9  <c-rt:set var="statbeans" value="${requestScope.stats}"/>  <c-rt:set var="statbeans" value="${requestScope.stats}"/>
10  <c-rt:set var="top5beans" value="${requestScope.top5}"/>      <c-rt:set var="top10beans" value="${requestScope.top10}"/>    
11            
12  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
13  <html>  <html>
# Line 79  Line 79 
79    
80  </table>  </table>
81    
82  <h2>Top 5 busiest</h2>  <h2>Top 10 busiest</h2>
83  <b>by non-failed departure lookups</b>  <b>by non-failed departure lookups</b>
84  <table border="1">  <table border="1">
85  <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>  <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>
86    
87  <c-rt:forEach var="stat" items="${top5beans}">  <c-rt:forEach var="stat" items="${top10beans}">
88    <tr>    <tr>
89          <td>${stat.label}</td>          <td>${stat.label}</td>
90          <td>${stat.station }</td>          <td>${stat.station }</td>
# Line 105  Line 105 
105    
106    
107  </body>  </body>
 </html>  
108    </html>

Legend:
Removed from v.2090  
changed lines
  Added in v.2091

  ViewVC Help
Powered by ViewVC 1.1.20