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.12 by pjm2, Sun Jan 7 14:09:39 2001 UTC vs.
Revision 1.13 by pjm2, Sun Jan 7 14:11:20 2001 UTC

# Line 112 | Line 112 | public class IscreamLayout {
112          
113          bw.write("<table border=\"0\">");
114          bw.write(" <tr><td>&nbsp;</td><td colspan=\""+colspan+"\"><b>"+graphTitle+"</b></td></tr>");
115 <        bw.write(" <tr><td valign="top">max</td><td colspan=\""+colspan+"\" rowspan=\"3\"><img src=\""+filename+"\" width=\""+width+"\" height=\""+height+"\"></td><td valign="middle">"+yAxisTitle+"</td><td valign="bottom">min</td></tr>");
115 >        bw.write(" <tr><td valign=\"top\">max</td><td colspan=\""+colspan+"\" rowspan=\"3\"><img src=\""+filename+"\" width=\""+width+"\" height=\""+height+"\"></td><td valign=\"middle\">"+yAxisTitle+"</td><td valign=\"bottom\">min</td></tr>");
116          bw.write(scaleRow);
117          bw.write("</table>");
118          bw.newLine();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines