A face only a mother could love...
[mono.git] / web / web / template.html.in
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>#TITLE#</title>
5 <link rel="icon" href="../MonoIcon.png" type="image/png">
6 <!-- background-image: url("images/bgsquares.gif");  -->
7 <style type="text/css">
8 <!--
9    body { font-family: "trebuchet ms", lucida, verdana, helvetica; 
10           
11    }
12    body, td, table { font-family: "trebuchet ms", lucida, verdana, helvetica; 
13                      font-size: 14px; }
14
15         .navi0 { font-size: 14px; font-weight: bold; background: #444444; }
16         .navi1 { font-size: 14px; font-weight: bold; left-margin: 10pt}
17         .navi2 { font-size: 10px; font-weight: bold; left-margin: 20pt}
18         .footnote { font-size: 12px; color: #aaaaaa; }
19
20         a.navi0 { color: #ffffff; text-decoration: none}
21         a.navi0:visited { color: #cccccc; }
22         a.navi0:hover { color: #ee9900; text-decoration: underline; }
23
24         a.navi1 { color: #ffffff; text-decoration: none; margin-left: 7px;}
25         a.navi1:visited { color: #cccccc; }
26         a.navi1:hover { color: #ee9900; text-decoration: underline; }
27
28         a.navi2 { color: #ffffff; text-decoration: none; margin-left: 20px;}
29         a.navi2:visited { color: #cccccc; }
30         a.navi2:hover { color: #ee9900; text-decoration: underline; }
31
32 // --> 
33 </style>
34 #CSS#
35 #SCRIPT#
36 </head>
37 <body bgcolor="#555555" text="#000000">
38
39 <table cellpadding="0" cellspacing="0" border="0" width="100%">
40     <tr>
41         <td><img src="images/pixel.gif" alt=""></td><!-- left border -->
42         <td colspan="4">
43            <a href="http://www.go-mono.com"><img src="images/mono-new.gif"
44         alt="mono-logo" border="0"></a></td>
45         <td><img src="images/pixel.gif" alt=""></td><!-- right border -->
46     </tr>
47     <tr>
48         <td><img src="images/pixel.gif" width="1" height="1" alt=""></td>
49         <td colspan="3" bgcolor="black"><img src="images/pixel.gif"
50         height="2" alt=""></td>
51         <td bgcolor="black"><img src="images/pixel.gif" width="1" alt=""></td>
52              <td><img src="images/pixel.gif" alt=""></td>
53     </tr>
54     <tr>
55         <td width="100"><img src="images/pixel.gif" alt=""></td>
56         <td valign="top">
57             <table cellpadding="2" valign="top" cellspacing="0" border="0">
58                 #MENU#
59             </table>
60              </td>
61         <td bgcolor="black" width="1"><img src="images/pixel.gif"
62         width="1" alt=""></td>
63         <td bgcolor="white" align="left" width="80%" valign="top">
64             <table cellpadding="16">
65               <tr><td>
66                 #CONTENT#
67                    </td></tr>
68             </table>
69         </td>
70         <td bgcolor="black"><img src="images/pixel.gif" width="1" alt=""></td>
71         <td width="100"><img src="images/pixel.gif" alt=""></td>
72     </tr>
73     <tr>
74         <td colspan="2">
75             <img src="images/pixel.gif" alt=""></td>
76         <td colspan="2" bgcolor="black"><img src="images/pixel.gif"
77         height="1" alt=""></td>
78         <td bgcolor="black"><img src="images/pixel.gif" width="1" alt=""></td>
79         <td><img src="images/pixel.gif" alt=""></td>
80     </tr>
81
82     <tr>
83       <td colspan="2"></td>
84       <td colspan="2" align="center">
85           <a class="footnote" href="mailto:webmaster@go-mono.com">webmaster@go-mono.com</a>
86       </td>
87       <td colspan="2"></td>
88     </tr>
89   </tr>
90 </table>
91
92 </body>
93 </html>