mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
dock.php: Remove unused onmouseout and onmouseover attributes.
The onmouseout and onmouseover attributes to the <a> tags in dock.php called javascript functions MM_swapImage() and MM_swapImgRestore(), which appear nowhere else on the website. Therefore, they have been removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
117e47bfb9
commit
b9ef3a23a8
19
dock.php
19
dock.php
@@ -1,41 +1,36 @@
|
|||||||
<div id="dock">
|
<div id="dock">
|
||||||
<table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
|
<table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="home.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
<td><a href="home.php"><img src="homewmaker.png" alt="Home" width="60" height="81"></a></td>
|
||||||
"MM_swapImage('Image1','','homewmaker.png',0)"><img src="homewmaker.png" alt="Home" width="60" height="81"></a></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="news.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','news.png',0)"><img src=
|
<td><a href="news.php"><img src=
|
||||||
"news.png" alt="News" width="60" height="81"></a></td>
|
"news.png" alt="News" width="60" height="81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="docs.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','docs.png',0)"><img src=
|
<td><a href="docs.php"><img src=
|
||||||
"docs.png" alt="Documentation" width="60" height="81"></a></td>
|
"docs.png" alt="Documentation" width="60" height="81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="lists.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
<td><a href="lists.php"><img src="mailing_list.png" alt="Mailing Lists" width="60" height=
|
||||||
"MM_swapImage('Image4','','mailing_list.png',0)"><img src="mailing_list.png" alt="Mailing Lists" width="60" height=
|
|
||||||
"81"></a></td>
|
"81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="dev.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
<td><a href="dev.php"><img src="development.png" alt="Development" width="60" height=
|
||||||
"MM_swapImage('Image5','','development.png',0)"><img src="development.png" alt="Development" width="60" height=
|
|
||||||
"81"></a></td>
|
"81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="themes.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
<td><a href="themes.php"><img src="themes.png" alt="Themes" width="60" height=
|
||||||
"MM_swapImage('Image6','','themes.png',0)"><img src="themes.png" alt="Themes" width="60" height=
|
|
||||||
"81"></a></td>
|
"81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="links.php" onmouseout="MM_swapImgRestore()" onmouseover=
|
<td><a href="links.php"><img src="links.png" alt="Links" width="60" height=
|
||||||
"MM_swapImage('Image7','','links.png',0)"><img src="links.png" alt="Links" width="60" height=
|
|
||||||
"81"></a></td>
|
"81"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user