| 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(); |
| 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>"); |
| 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(); |