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.21 by pjm2, Sun Jan 7 20:03:33 2001 UTC vs.
Revision 1.24 by pjm2, Sun Jan 7 20:52:12 2001 UTC

# Line 40 | Line 40 | public class IscreamLayout {
40          bw.write("<meta name=\"generator\" content=\"pjm2's DBReporterMain\">");
41          bw.write("</head>");
42          bw.write("<body bgcolor=\"#ffffff\" link=\"#0000ff\" alink=\"#3333cc\" vlink=\"#3333cc\" text=\"#000066\">");
43 <        bw.write("<table border=\"0\" cellpadding=\"2\" cellspacing=\"2\">");
43 >        bw.write("<table border=\"0\" cellpadding=\"2\" cellspacing=\"2\" align=\"center\">");
44          bw.write(" <tr>");
45          bw.write("  <td valign=\"top\">");
46          bw.write("");
# Line 51 | Line 51 | public class IscreamLayout {
51      public static void printLeftMenu(BufferedWriter bw) throws IOException{
52          bw.newLine();
53          bw.write("<!--#include virtual=\"../left.inc\" -->");
54        bw.newLine();
55        bw.write("</td><td valign=\"top\">");
54          bw.newLine();
55          bw.flush();
56      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines