ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/DBReporter/IscreamLayout.java
(Generate patch)

Comparing projects/cms/source/reports/DBReporter/IscreamLayout.java (file contents):
Revision 1.16 by pjm2, Sun Jan 7 17:12:43 2001 UTC vs.
Revision 1.19 by pjm2, Sun Jan 7 19:13:14 2001 UTC

# Line 80 | Line 80 | public class IscreamLayout {
80                  graphTitle = "Hourly report from "+DateUtils.dateString(startDate)+" to "+DateUtils.dateString(endDate);
81                  scaleRow = " <tr><td>&nbsp;</td>";
82                  for (long i = startDate; i < endDate; i+=DateUtils.secsPerHour/6){
83 <                    scaleRow += "<td align=\"center\" width=\""+(100/colspan)+"%\"><font size=\"2\">"+DateUtils.timeString(i)+"</font></td>";
83 >                    scaleRow += "<td align=\"left\" width=\""+(100/colspan)+"%\"><font size=\"2\">&gt;"+DateUtils.timeString(i)+"</font></td>";
84                  }
85                  scaleRow += "</tr>";
86                  colspan = 6;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines