Files
window-maker.github.io/dock.php
Carlos R. Mafra a475c8357e Initial Themes Gallery
The first one contributed by Martin Dietze.
2012-02-10 02:30:04 +00:00

43 lines
1.7 KiB
PHP

<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"></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"></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"></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"></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"></a></td>
</tr>
<tr>
<td><a href="themes.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image6','','themes.png',0)"><img src="themes.png" alt="Themes" width="60" height=
"81"></a></td>
</tr>
<tr>
<td><a href="links.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image7','','links.png',0)"><img src="links.png" alt="Links" width="60" height=
"81"></a></td>
</tr>
</table>
</div>