summaryrefslogtreecommitdiff
path: root/htroot/Bookmarks.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2015-05-03 02:31:50 +0200
committerreger <reger18@arcor.de>2015-05-03 02:31:50 +0200
commit8a5b8f87899688747735b20f4afadb53e2f33364 (patch)
treec6e17fd379c9260838daa56e1613e931621c9cb6 /htroot/Bookmarks.html
parent722420948631afb0ef2fcc95b230b18863be885e (diff)
on bookmaring of search result, remember orig. query in separate bookmark property
(instead of using the description field) - adjust display and autosearch - don't overwrite existing bookmark but combine info
Diffstat (limited to 'htroot/Bookmarks.html')
-rw-r--r--htroot/Bookmarks.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html
index 22701bf1f..d983920a2 100644
--- a/htroot/Bookmarks.html
+++ b/htroot/Bookmarks.html
@@ -251,6 +251,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<a href="#[link]#" class="bookmarkTitle">#[title]#</a>
</h4>
<p class="bookmarkDescription">#[description]#</p>
+ #(hasquery)#::<p class="bookmarkDescription">query=#[query]#</p>#(/hasquery)#
<p class="tags">Tagged with | #{tags}#<a href="Bookmarks.html?tag=#[tag]#" class="bookmarkTags">#[tag]#</a> | #{/tags}#</p>
<p class="bookmarkActions">
<a href="Bookmarks.html?edit=#[hash]#" class="bookmarkAction">Edit</a>
@@ -258,6 +259,10 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<a href="Bookmarks.html?delete=#[hash]#" class="bookmarkAction" onclick="return confirm('Confirm deletion')">Delete</a>
/
<a href="api/getpageinfo_p.xml?url=#[link]#" class="bookmarkAction">Info</a>
+ #(hasquery)#::
+ /
+ <a href="yacysearch.html?query=#[query]#" class="bookmarkAction">search</a>
+ #(/hasquery)#
</p>
</div>
#{/bookmarks}#