diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-18 13:42:31 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-18 13:42:31 +0100 |
| commit | 92655c7fd96fc5a356631a1924ce8a7faf88215b (patch) | |
| tree | fdf4393d53b34919b4357bba096dc972abe2b245 /htroot/Bookmarks.html | |
| parent | 05655d98df2f166eda5f625a8f155fab520a5e90 (diff) | |
- added bootstrap css framework
- adopted all YaCy administration pages to new framework
- created new search page layout (working, but still work in progress)
- old skin files are fully appliable! (and looking good)
- target is a new style based on bootstrap examples, see /test.html
- icons in YaCy may be replaced by glyphicons (to be done)
Diffstat (limited to 'htroot/Bookmarks.html')
| -rw-r--r-- | htroot/Bookmarks.html | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index 10ad2400c..8da791b93 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -18,22 +18,7 @@ #(/display)#
>
-#(display)#
-<div id="api">
-<script type="text/javascript">
-//<![CDATA[
-document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>")
-//]]>
-</script>
-<a href="#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
-<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" target="_blank">API wiki page</a>.</span>
-</div>
-::
-#(/display)#
-
- #%env/templates/header.template%#
+ #%env/templates/header.template%#
<div class="SubMenu">
<h3>Bookmarks</h3>
#(mode)#
@@ -175,6 +160,22 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <!-- (mode=4) -->
#(/mode)#
</div>
+
+#(display)#
+<div id="api">
+<script type="text/javascript">
+//<![CDATA[
+document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>")
+//]]>
+</script>
+<a href="#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
+<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" target="_blank">API wiki page</a>.</span>
+</div>
+::
+#(/display)#
+
#(display)#
<!-- show Folders -->
<div class="TagList">
|
