diff options
| author | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
| commit | 365f77ea8c7aa07eb501095e9987f55dd5cd8a0b (patch) | |
| tree | e0e4e316ebfd50fd3f5c9b464e73ca5d54db3808 /htroot/Supporter.html | |
| parent | 0e10cd18f78c8cd5249d789728cbe574d9992b95 (diff) | |
make internal page links relative to ease any future development for context aware servlets
note also http://bugs.yacy.net/view.php?id=106
Diffstat (limited to 'htroot/Supporter.html')
| -rw-r--r-- | htroot/Supporter.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/Supporter.html b/htroot/Supporter.html index 32383408d..97afc6703 100644 --- a/htroot/Supporter.html +++ b/htroot/Supporter.html @@ -14,7 +14,7 @@ } //]]> </script> - <script type="text/javascript" src="/js/yacysearch.js"></script> + <script type="text/javascript" src="js/yacysearch.js"></script> </head> <body id="Supporter"> #(display)# @@ -33,13 +33,13 @@ <div class="searchresults"> #(authorized)#:: <div class="urlactions"> - <a href="/Bookmarks.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="/env/grafics/empty.gif" title="bookmark" alt="Add to bookmarks" class="bookmarkIcon" /></a> + <a href="Bookmarks.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="env/grafics/empty.gif" title="bookmark" alt="Add to bookmarks" class="bookmarkIcon" /></a> #(recommend)# - <img src="/env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> - <img src="/env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> + <img src="env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> + <img src="env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> :: - <a href="/Supporter.html?votePositive=#[urlhash]#&refid=#[refid]#&url=#[url]#&title=#[title]#&description=#[description]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="positive vote" class="recommendlink" onclick="pcomment(this.href);void(0);"><img src="/env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> - <a href="/Supporter.html?voteNegative=#[urlhash]#&refid=#[refid]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="negative vote" class="deletelink" ><img src="/env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a> + <a href="Supporter.html?votePositive=#[urlhash]#&refid=#[refid]#&url=#[url]#&title=#[title]#&description=#[description]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="positive vote" class="recommendlink" onclick="pcomment(this.href);void(0);"><img src="env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> + <a href="Supporter.html?voteNegative=#[urlhash]#&refid=#[refid]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="negative vote" class="deletelink" ><img src="env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a> #(/recommend)# </div> #(/authorized)# |
