summaryrefslogtreecommitdiff
path: root/htroot/Surftips.html
diff options
context:
space:
mode:
authorkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-01-06 11:05:50 +0000
committerkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-01-06 11:05:50 +0000
commit00aa9472d6b032772bcdfedd576ece2fa6f7e1ef (patch)
treeea0dcc9d46b33e159ed13eebaf8bd2ae10fbfa43 /htroot/Surftips.html
parent22a88265151cc92b25ebcf4507c9f90f6bf634ea (diff)
- added decode of HTML-entities in request lines
- removed Bookmark symbol on search pages and surftips if not authenticated git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3172 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Surftips.html')
-rw-r--r--htroot/Surftips.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/Surftips.html b/htroot/Surftips.html
index 2b87d251f..674bbff59 100644
--- a/htroot/Surftips.html
+++ b/htroot/Surftips.html
@@ -31,6 +31,7 @@
#{results}#
<!-- link begin -->
<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>
#(recommend)#
@@ -41,6 +42,7 @@
<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>
+ #(/authorized)#
<h4 class="linktitle"><a href="#[url]#">#[title]#</a></h4>
<p class="snippet">#[description]#</p>
</div>