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
pull/1/head
apfelmaennchen 16 years ago
parent 35a5116606
commit f6ef9014c7

@ -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">

Loading…
Cancel
Save