@ -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" on C lick= "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" on c lick= "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)#