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: 79841d2bc2a7fa4947f66958419feb2b333d673d (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>#TITLE#</title>
<link rel="icon" href="../MonoIcon.png" type="image/png">
<!-- background-image: url("images/bgsquares.gif");  -->
<style type="text/css">
<!--
   body { font-family: "trebuchet ms", lucida, verdana, helvetica; 
          
   }
   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}
	.topmenu { font-size: 14px; font-weight: bold;  }
	.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; }

	a.topmenu { color: #ffffff; text-decoration: none; margin-left: 7px;}
	a.topmenu:visited { color: #cccccc; }
	a.topmenu:hover { color: #ee9900; text-decoration: underline; }

	h1 {
		border-bottom: 2px solid #dddddd;
	}

	.shell { 
	border-style: solid; background: #000000; color: #bbbbbb;
	#777777; border-width:
	1px; padding: 2pt; 
	margin:15px;
	}
// --> 
</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">
	<table>
	  <tr>
	    <td>
               <a href="http://www.go-mono.com"><img
        src="images/mono-new.gif" alt="mono-logo" border="0"></a>
	    </td>
	    <td>
              <a class="topmenu" href="download.html">Downloads</a> |
              <a class="topmenu" href="http://go-mono.com/daily">Daily snapshots</a> |              
              <a class="topmenu" href="screenshots.html">Screenshots</a> |
              <a class="topmenu" href="http://www.go-mono.com:8080">Documentation</a> |
              <a class="topmenu" href="bugs.html">Bugs</a> |
	      <a class="topmenu" href="http://www.go-mono.com/monologue/">Blogs</a>
	    </td>
	  </tr>
	</table>
	</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>