Facilitate the merge
[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         .topmenu { font-size: 14px; font-weight: bold;  }
19         .footnote { font-size: 12px; color: #aaaaaa; }
20
21         a.navi0 { color: #ffffff; text-decoration: none}
22         a.navi0:visited { color: #cccccc; }
23         a.navi0:hover { color: #ee9900; text-decoration: underline; }
24
25         a.navi1 { color: #ffffff; text-decoration: none; margin-left: 7px;}
26         a.navi1:visited { color: #cccccc; }
27         a.navi1:hover { color: #ee9900; text-decoration: underline; }
28
29         a.navi2 { color: #ffffff; text-decoration: none; margin-left: 20px;}
30         a.navi2:visited { color: #cccccc; }
31         a.navi2:hover { color: #ee9900; text-decoration: underline; }
32
33         a.topmenu { color: #ffffff; text-decoration: none; margin-left: 7px;}
34         a.topmenu:visited { color: #cccccc; }
35         a.topmenu:hover { color: #ee9900; text-decoration: underline; }
36
37         h1 {
38                 border-bottom: 2px solid #dddddd;
39         }
40
41         pre { font-size: 12px; }
42
43         .shell { 
44         border-style: solid; background: #000000; color: #bbbbbb;
45         border-width:
46         1px; padding: 2pt; 
47         margin:15px;
48         }
49 // --> 
50 </style>
51 #CSS#
52 #SCRIPT#
53 </head>
54 <body bgcolor="#555555" text="#000000">
55
56 <table cellpadding="0" cellspacing="0" border="0" width="100%">
57     <tr>
58         <td><img src="images/pixel.gif" alt="" /></td><!-- left border
59         -->
60         <td colspan="4">
61         <table>
62           <tr>
63             <td>
64                <a href="http://www.go-mono.com"><img
65         src="images/mono-new.gif" alt="mono-logo" border="0" /></a>
66             </td>
67             <td>
68               <a class="topmenu" href="download.html">Downloads</a> |
69               <a class="topmenu" href="http://go-mono.com/daily/">Daily snapshots</a> |              
70               <a class="topmenu" href="screenshots.html">Screenshots</a> |
71               <a class="topmenu" href="http://www.go-mono.com:8080">Documentation</a> |
72               <a class="topmenu" href="bugs.html">Bugs</a> |
73               <a class="topmenu" href="http://www.go-mono.com/monologue/">Blogs</a>
74             </td>
75           </tr>
76         </table>
77         </td>
78         <td><img src="images/pixel.gif" alt="" /></td><!-- right border
79         -->
80     </tr>
81     <tr>
82         <td><img src="images/pixel.gif" width="1" height="1" alt="" /></td>
83         <td colspan="3" bgcolor="black"><img src="images/pixel.gif"
84         height="2" alt="" /></td>
85         <td bgcolor="black"><img src="images/pixel.gif" width="1" alt="" /></td>
86              <td><img src="images/pixel.gif" alt="" /></td>
87     </tr>
88     <tr>
89         <td width="100"><img src="images/pixel.gif" alt="" /></td>
90         <td valign="top">
91             <table cellpadding="2" valign="top" cellspacing="0" border="0">
92                 #MENU#
93             </table>
94              </td>
95         <td bgcolor="black" width="1"><img src="images/pixel.gif"
96         width="1" alt="" /></td>
97         <td bgcolor="white" align="left" width="80%" valign="top">
98             <table cellpadding="16">
99               <tr><td>
100                 #CONTENT#
101                    </td></tr>
102             </table>
103         </td>
104         <td bgcolor="black"><img src="images/pixel.gif" width="1" alt="" /></td>
105         <td width="100"><img src="images/pixel.gif" alt="" /></td>
106     </tr>
107     <tr>
108         <td colspan="2">
109             <img src="images/pixel.gif" alt="" /></td>
110         <td colspan="2" bgcolor="black"><img src="images/pixel.gif"
111         height="1" alt="" /></td>
112         <td bgcolor="black"><img src="images/pixel.gif" width="1" alt="" /></td>
113         <td><img src="images/pixel.gif" alt="" /></td>
114     </tr>
115
116     <tr>
117       <td colspan="2"></td>
118       <td colspan="2" align="center">
119           <a class="footnote" href="mailto:webmaster@go-mono.com">webmaster@go-mono.com</a>
120       </td>
121       <td colspan="2"></td>
122     </tr>
123 </table>
124
125 </body>
126 </html>