summaryrefslogtreecommitdiff
path: root/htroot/Bookmarks.html
diff options
context:
space:
mode:
authorapfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-02-01 16:38:46 +0000
committerapfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-02-01 16:38:46 +0000
commitf6ef9014c7c979e09496209c75e96a1040f8565b (patch)
tree0a20e38ae5d8b2de9c29beb1d0561844ef11e59f /htroot/Bookmarks.html
parent35a5116606cdc8a6fb3139ac30b1e8f7304d46c0 (diff)
Bookmarks.html - removed API Logo for add, edit etc. views, as this is not supported for RSS Version
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5557 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Bookmarks.html')
-rw-r--r--htroot/Bookmarks.html17
1 files changed, 13 insertions, 4 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html
index 1130df1cb..4de857e45 100644
--- a/htroot/Bookmarks.html
+++ b/htroot/Bookmarks.html
@@ -2,16 +2,23 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Bookmarks</title>
- #%env/templates/metas.template%#
+ #%env/templates/metas.template%#
<script src="/js/ajax.js" type="text/javascript"></script>
- <script src="/js/Bookmarks.js" type="text/javascript"></script>
- <link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" />
+ #(display)#
+ <script src="/js/Bookmarks.js" type="text/javascript"></script>
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" />
+ ::
+ #(/display)#
</head>
<body id="Bookmarks"
+ #(display)#
onload="treeMenu_init(document.getElementById('folder'), window.name)"
onunload="window.name = treeMenu_store(document.getElementById('folder'))"
+ ::
+ #(/display)#
>
+#(display)#
<div id="api">
<script type="text/javascript">
document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>")
@@ -20,7 +27,9 @@ document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1)
<span>The bookmarks list can also be retrieved as RSS feed. This can also be done when you select a specific tag.
Click the API icon to load the RSS from the current selection.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
-</div>
+</div>
+::
+#(/display)#
#%env/templates/header.template%#
<div class="SubMenu">