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

template.html.in « web « doc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16508b36201d74ba7e7c3c939db044b4f949c8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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" alt=""></td><!-- left border -->
        <td colspan="4">
           <a href="http://www.go-mono.com"><img src="images/mono.gif"
        alt="mono-logo" border="0"></a></td>
        <td><img src="images/pixel.gif" alt=""></td><!-- right border -->
    </tr>
    <tr>
        <td><img src="images/pixel.gif" width="1" height="1" alt=""></td>
        <td colspan="3" bgcolor="black"><img src="images/pixel.gif"
        height="2" alt=""></td>
        <td bgcolor="black"><img src="images/pixel.gif" width="1" alt=""></td>
	     <td><img src="images/pixel.gif" alt=""></td>
    </tr>
    <tr>
        <td width="100"><img src="images/pixel.gif" alt=""></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" alt=""></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" alt=""></td>
        <td width="100"><img src="images/pixel.gif" alt=""></td>
    </tr>
    <tr>
        <td colspan="2">
            <img src="images/pixel.gif" alt=""></td>
        <td colspan="2" bgcolor="black"><img src="images/pixel.gif"
        height="1" alt=""></td>
        <td bgcolor="black"><img src="images/pixel.gif" width="1" alt=""></td>
        <td><img src="images/pixel.gif" alt=""></td>
    </tr>

    <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>