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.3 by pjm2, Sun Jan 7 12:49:28 2001 UTC vs.
Revision 1.4 by pjm2, Sun Jan 7 13:05:21 2001 UTC

# Line 99 | Line 99 | public class IscreamLayout {
99      }
100      
101      public static void printTable(BufferedWriter bw, PlotData pd) throws IOException{
102 +
103          bw.write("<table border=\"0\"  align=\"center\">");
104          
105          bw.write("<tr bgcolor=\"black\"><td><font color=\"white\">Date</font></td><td><font color=\"white\">Value</font></td></tr>");
106          
107 +        // Alternating row colours.
108          String rowColour1 = "#ccccff";
109          String rowColour2 = "#ffffff";
110          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines