mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
Removed the body and header tags of these pages, because when are joined by php the final document will have three times the body and the header tags included. Removed the width tags, to avoid the space in the right side and the horizontal slide. Removed the homewmaker2.png link image, because this text can be made using formatted text. Removed a lot of \n \r.
24 lines
1.2 KiB
PHP
24 lines
1.2 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>
|
|
</table>
|
|
</div>
|