dock.php: Remove unused onmouseout and onmouseover attributes.
[whome.git] / dock.php
blob7f361e3d12b6776b7e44959ee63a8f15827d98cc
1 <div id="dock">
2 <table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
3 <tr>
4 <td><a href="home.php"><img src="homewmaker.png" alt="Home" width="60" height="81"></a></td>
5 </tr>
7 <tr>
8 <td><a href="news.php"><img src=
9 "news.png" alt="News" width="60" height="81"></a></td>
10 </tr>
12 <tr>
13 <td><a href="docs.php"><img src=
14 "docs.png" alt="Documentation" width="60" height="81"></a></td>
15 </tr>
17 <tr>
18 <td><a href="lists.php"><img src="mailing_list.png" alt="Mailing Lists" width="60" height=
19 "81"></a></td>
20 </tr>
22 <tr>
23 <td><a href="dev.php"><img src="development.png" alt="Development" width="60" height=
24 "81"></a></td>
25 </tr>
27 <tr>
28 <td><a href="themes.php"><img src="themes.png" alt="Themes" width="60" height=
29 "81"></a></td>
30 </tr>
32 <tr>
33 <td><a href="links.php"><img src="links.png" alt="Links" width="60" height=
34 "81"></a></td>
35 </tr>
36 </table>
37 </div>