Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/web/template.html.in')
-rw-r--r--doc/web/template.html.in85
1 files changed, 85 insertions, 0 deletions
diff --git a/doc/web/template.html.in b/doc/web/template.html.in
new file mode 100644
index 00000000000..7603e1945d5
--- /dev/null
+++ b/doc/web/template.html.in
@@ -0,0 +1,85 @@
+<html>
+<head>
+<title>#TITLE#</title>
+<style type="text/css">
+<!--
+ body { font-family: "trebuchet ms", lucida, verdana, helvetica;
+ background-image: url("images/bgsquares.gif");
+ background-attachment: fixed; }
+ body, td, table { font-family: "trebuchet ms", lucida, verdana, helvetica;
+ font-size: 14px; }
+
+ .navi0 { font-size: 14px; font-weight: bold; background: #444444; }
+ .navi1 { font-size: 14px; font-weight: bold; left-margin: 10pt}
+ .navi2 { font-size: 10px; font-weight: bold; left-margin: 20pt}
+ .footnote { font-size: 12px; color: #aaaaaa; }
+
+ a.navi0 { color: #ffffff; text-decoration: none}
+ a.navi0:visited { color: #cccccc; }
+ a.navi0:hover { color: #ee9900; text-decoration: underline; }
+
+ a.navi1 { color: #ffffff; text-decoration: none; margin-left: 7px;}
+ a.navi1:visited { color: #cccccc; }
+ a.navi1:hover { color: #ee9900; text-decoration: underline; }
+
+ a.navi2 { color: #ffffff; text-decoration: none; margin-left: 20px;}
+ a.navi2:visited { color: #cccccc; }
+ a.navi2:hover { color: #ee9900; text-decoration: underline; }
+
+// -->
+</style>
+#CSS#
+#SCRIPT#
+</head>
+<body bgcolor="#555555" text="#000000">
+
+<table cellpadding="0" cellspacing="0" border="0" width="100%">
+ <tr>
+ <td><img src="images/pixel.gif"></td><!-- left border -->
+ <td colspan="4">
+ <a href="http://www.go-mono.com"><img src="images/mono.gif" border="0"></a></td>
+ <td><img src="images/pixel.gif"></td><!-- right border -->
+ </tr>
+ <tr>
+ <td><img src="images/pixel.gif" width="1" height="1"></td>
+ <td colspan="3" bgcolor="black"><img src="images/pixel.gif" height="2"></td>
+ <td bgcolor="black"><img src="images/pixel.gif" width="1"></td>
+ <td><img src="images/pixel.gif"></td>
+ </tr>
+ <tr>
+ <td width="100"><img src="images/pixel.gif"></td>
+ <td valign="top">
+ <table cellpadding="2" valign="top" cellspacing="0" border="0">
+ #MENU#
+ </table>
+ </td>
+ <td bgcolor="black" width="1"><img src="images/pixel.gif" width="1"></td>
+ <td bgcolor="white" align="left" width="80%" valign="top">
+ <table cellpadding="16">
+ <tr><td>
+ #CONTENT#
+ </td></tr>
+ </table>
+ </td>
+ <td bgcolor="black"><img src="images/pixel.gif" width="1"></td>
+ <td width="100"><img src="images/pixel.gif"></td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <img src="images/pixel.gif"></td>
+ <td colspan="2" bgcolor="black"><img src="images/pixel.gif" height="1"></td>
+ <td bgcolor="black"><img src="images/pixel.gif" width="1"></td>
+ <td><img src="images/pixel.gif"></td>
+ </tr>
+
+ <td colspan="2"></td>
+ <td colspan="2" align="center">
+ <a class="footnote" href="mailto: webmaster@go-mono.com">webmaster@go-mono.com</a>
+ </td>
+ <td colspan="2"></td>
+ </tr>
+</tr>
+</table>
+
+</body>
+</html>