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
pull/1/head
michitux 18 years ago
parent 77c02cf180
commit 727b64e793

@ -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 + "&amp;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)#

Loading…
Cancel
Save