--- android/TrainInfoService/WebContent/savedstatistics.jsp 2010/07/07 09:12:32 961 +++ android/TrainInfoService/WebContent/savedstatistics.jsp 2011/04/28 18:50:24 1400 @@ -1,11 +1,12 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@ page import="java.util.List" %> + <%@ page import="dk.thoerup.traininfoservice.SavedStatBean" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c-rt" %> - + + @@ -15,15 +16,56 @@ +

Average

+ + + + + + + + + + + + + + + +
CountStationbyLocationbyNamebyFavoritesDeparturedepCachedepErrorTimetabletimeCachetimeError
${avg.label}${avg.station }${avg.location }${avg.name }${avg.favorites }${avg.departure }${avg.depcache }${avg.deperror }${avg.timetable }${avg.timecache }${avg.timeerror }
+

- +

Latest

- + - + + + + + + + + + + + + + + +
 StationbyLocationbyNamebyFavoritesDeparturedepCachedepErrorTimetabletimeCachetimeError
DateStationbyLocationbyNamebyFavoritesDeparturedepCachedepErrorTimetabletimeCachetimeError
${stat.statisticsdate}${stat.label}${stat.station }${stat.location }${stat.name }${stat.favorites }${stat.departure }${stat.depcache }${stat.deperror }${stat.timetable }${stat.timecache }${stat.timeerror }
+ +

Top 5 busiest

+by non-failed departure lookups + + + + + + @@ -40,5 +82,6 @@
DateStationbyLocationbyNamebyFavoritesDeparturedepCachedepErrorTimetabletimeCachetimeError
${stat.label} ${stat.station } ${stat.location } ${stat.name }
+ \ No newline at end of file