/[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 1811 by torben, Thu Apr 28 18:50:24 2011 UTC revision 1812 by torben, Sat Jun 9 11:35:22 2012 UTC
# Line 4  Line 4 
4  <%@ page import="dk.thoerup.traininfoservice.SavedStatBean" %>  <%@ page import="dk.thoerup.traininfoservice.SavedStatBean" %>
5  <%@ taglib uri="http://java.sun.com/jstl/core"    prefix="c" %>  <%@ taglib uri="http://java.sun.com/jstl/core"    prefix="c" %>
6  <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c-rt" %>  <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c-rt" %>
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="top5beans" value="${requestScope.top5}"/>    
# Line 34  Line 35 
35    </tr>    </tr>
36  </table>  </table>
37    
38    <br/><br/>
39    
40    <h2>Average 30 days</h2>
41    <table border="1">
42      <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>
43      <tr>
44            <td>${avg30.label}</td>
45            <td>${avg30.station }</td>
46            <td>${avg30.location }</td>
47            <td>${avg30.name }</td>
48            <td>${avg30.favorites }</td>
49            <td>${avg30.departure }</td>
50            <td>${avg30.depcache }</td>
51            <td>${avg30.deperror }</td>
52            <td>${avg30.timetable }</td>
53            <td>${avg30.timecache }</td>
54            <td>${avg30.timeerror }</td>
55      </tr>
56    </table>
57    
58  <br/><br/>  <br/><br/>
59    
60  <h2>Latest</h2>  <h2>Latest</h2>

Legend:
Removed from v.1811  
changed lines
  Added in v.1812

  ViewVC Help
Powered by ViewVC 1.1.20