summaryrefslogtreecommitdiff
path: root/htroot/Supporter.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2014-02-10 21:40:42 +0100
committerreger <reger18@arcor.de>2014-02-10 21:40:42 +0100
commit365f77ea8c7aa07eb501095e9987f55dd5cd8a0b (patch)
treee0e4e316ebfd50fd3f5c9b464e73ca5d54db3808 /htroot/Supporter.html
parent0e10cd18f78c8cd5249d789728cbe574d9992b95 (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.html12
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]#&amp;refid=#[refid]#&amp;url=#[url]#&amp;title=#[title]#&description=#[description]#&amp;display=#[display]##(showScore)#::&amp;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]#&amp;refid=#[refid]#&amp;display=#[display]##(showScore)#::&amp;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]#&amp;refid=#[refid]#&amp;url=#[url]#&amp;title=#[title]#&description=#[description]#&amp;display=#[display]##(showScore)#::&amp;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]#&amp;refid=#[refid]#&amp;display=#[display]##(showScore)#::&amp;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)#