diff options
| author | michitux <michitux@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-02 23:43:25 +0000 |
|---|---|---|
| committer | michitux <michitux@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-02 23:43:25 +0000 |
| commit | 727b64e79338cd19c6ad8421a9683f0dcc5f68c9 (patch) | |
| tree | e86d7606aba3ccf02a6123db6054e9eeade8858e /htroot/Surftips.html | |
| parent | 77c02cf18002f5520a85265c55116ccaf52da596 (diff) | |
Fixed Surftips.html for <ie7 (hover for divs) so the vote-icons are usable in <ie7, too. I corrected also some small things in order to get valid xhtml.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3155 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Surftips.html')
| -rw-r--r-- | htroot/Surftips.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/htroot/Surftips.html b/htroot/Surftips.html index 1ad7c8bb1..2b87d251f 100644 --- a/htroot/Surftips.html +++ b/htroot/Surftips.html @@ -2,15 +2,18 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>YaCy '#[clientname]#': Surftips</title> - <meta name="keywords" content="YaCy P2P peer-to-peer Surftips Social Bookmarking Link Voting"> - <meta name="description" content="Surftips provided by the YaCy peer-to-peer network using public bookmarks, link votes and crawl start points"> + <meta name="keywords" content="YaCy P2P peer-to-peer Surftips Social Bookmarking Link Voting" /> + <meta name="description" content="Surftips provided by the YaCy peer-to-peer network using public bookmarks, link votes and crawl start points" /> #%env/templates/metas.template%# <script type="text/javascript"> + //<![CDATA[ function pcomment(link) { var c = window.prompt("Please enter a comment to your link recommendation. (Your Vote is also considered without a comment.)", ""); - return link + "&comment=" + c; + return link + "&comment=" + c; } + //]]> </script> + <script type="text/javascript" src="/js/yacysearch.js"></script> </head> <body id="Surftips"> #(display)# @@ -34,7 +37,7 @@ <img src="/env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> <img src="/env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> :: - <a href="#[positiveVoteLink]#" title="positive vote" class="recommendlink" onClick="this.href=pcomment('#[positiveVoteLink]#')"><img src="/env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> + <a href="#[positiveVoteLink]#" title="positive vote" class="recommendlink" onclick="this.href=pcomment('#[positiveVoteLink]#')"><img src="/env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> <a href="#[negativeVoteLink]#" title="negative vote" class="deletelink" ><img src="/env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a> #(/recommend)# </div> @@ -47,6 +50,9 @@ ...provided by YaCy peers using public bookmarks, link votes and crawl start points<br /> <a href="/Surftips.html?surftips=0">Hide surftips</a> </p> + <script type="text/javascript"> + addHover(); + </script> #(/surftips)# #(display)# |
