Mercurial > hg > digilib-old
changeset 397:f5496e6b6dd7
simplyfications
author | hertzhaft |
---|---|
date | Thu, 08 Dec 2005 13:16:42 +0100 |
parents | f4d4296d097d |
children | ff45f4b0403f |
files | client/digitallibrary/greyskin/dlMenu.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/greyskin/dlMenu.html Wed Dec 07 19:12:45 2005 +0100 +++ b/client/digitallibrary/greyskin/dlMenu.html Thu Dec 08 13:16:42 2005 +0100 @@ -130,7 +130,7 @@ <body onload="preloadImages()" onunload="closeContextHelp()"> -<a href="javascript:page('-1', keepArea)" onmouseover="overButton(0)" onmouseout="awayButton(0)"><img src="left.png" title="next image"></a><br> +<a href="javascript:page('-1', keepArea)" onmouseover="highlightButton(1)" onmouseout="awayButton(0)"><img src="left.png" title="next image"></a><br> <a href="javascript:page('+1', keepArea)" onmouseover="overButton(1)" onmouseout="awayButton(1)"><img src="right.png" title="previous image"></a><br> <a href="javascript:askPage()" onmouseover="overButton(2)" onmouseout="awayButton(2)"><img src="page.png" title="select image by index"></a><br> <a href="javascript:digicat()" onmouseover="overButton(3)" onmouseout="awayButton(3)"><img src="cat.png" title="image catalogue"></a><br><br>