/[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 963 by torben, Wed Jul 7 10:01:38 2010 UTC revision 964 by torben, Wed Jul 7 11:46:02 2010 UTC
# Line 1  Line 1 
1  <%@ page language="java" contentType="text/html; charset=UTF-8"  <%@ page language="java" contentType="text/html; charset=UTF-8"
2      pageEncoding="UTF-8"%>      pageEncoding="UTF-8"%>
3  <%@ page import="java.util.List" %>  
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" %>
# Line 19  Line 19 
19  <table border="1">  <table border="1">
20    <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>    <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.label}</td>
23          <td>${avg.station }</td>          <td>${avg.station }</td>
24          <td>${avg.location }</td>          <td>${avg.location }</td>
25          <td>${avg.name }</td>          <td>${avg.name }</td>
# Line 41  Line 41 
41    
42  <c-rt:forEach var="stat" items="${statbeans}">  <c-rt:forEach var="stat" items="${statbeans}">
43    <tr>    <tr>
44          <td>${stat.statisticsdate}</td>          <td>${stat.label}</td>
45          <td>${stat.station }</td>          <td>${stat.station }</td>
46          <td>${stat.location }</td>          <td>${stat.location }</td>
47          <td>${stat.name }</td>          <td>${stat.name }</td>

Legend:
Removed from v.963  
changed lines
  Added in v.964

  ViewVC Help
Powered by ViewVC 1.1.20