Initial state for the homepage

This commit is contained in:
Carlos R. Mafra
2012-02-04 21:21:32 +00:00
commit a6df0c6b3c
25 changed files with 898 additions and 0 deletions

41
dock.php Normal file
View File

@@ -0,0 +1,41 @@
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<div id="dock">
<table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="home.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image1','','homewmaker.png',0)"><img src="homewmaker.png" alt="Home" width="60" height="81" border="0" id=
"Image1"></a></td>
</tr>
<tr>
<td><a href="news.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','news.png',0)"><img src=
"news.png" alt="News" width="60" height="81" border="0" id="Image2"></a></td>
</tr>
<tr>
<td><a href="docs.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','docs.png',0)"><img src=
"docs.png" alt="Documentation" width="60" height="81" border="0" id="Image3"></a></td>
</tr>
<tr>
<td><a href="lists.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image4','','mailing_list.png',0)"><img src="mailing_list.png" alt="Mailing Lists" width="60" height="81"
border="0" id="Image4"></a></td>
</tr>
<tr>
<td><a href="dev.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image5','','development.png',0)"><img src="development.png" alt="Development" width="60" height="81"
border="0" id="Image5"></a></td>
</tr>
</table>
</div>
</body>
</html>