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.1 by pjm2, Mon Dec 11 16:34:16 2000 UTC vs.
Revision 1.2 by pjm2, Sun Jan 7 00:12:08 2001 UTC

# Line 48 | Line 48 | public class IscreamLayout {
48      
49      public static void printLeftMenu(BufferedWriter bw) throws IOException{
50          bw.newLine();
51 <        bw.write("<!--#include virtual=\"left.inc\" -->");
51 >        bw.write("<!--#include virtual=\"../left.inc\" -->");
52          bw.newLine();
53          bw.write("</td><td valign=\"top\">");
54          bw.newLine();
# Line 57 | Line 57 | public class IscreamLayout {
57      
58      public static void printTitle(BufferedWriter bw, String title) throws IOException{
59          bw.newLine();
60 <        bw.write("<!--#include virtual=\"title.inc\" -->");
60 >        bw.write("<!--#include virtual=\"../title.inc\" -->");
61          bw.newLine();
62          bw.newLine();
63          bw.write("<h3>"+title+"</h3>");
# Line 107 | Line 107 | public class IscreamLayout {
107      
108      public static void printBottom(BufferedWriter bw) throws IOException{
109          bw.newLine();
110 <        bw.write("<!--#include virtual=\"bottom.inc\" -->");
110 >        bw.write("<!--#include virtual=\"../bottom.inc\" -->");
111          bw.newLine();
112          bw.newLine();
113          bw.flush();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines