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/Network.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/Network.html')
| -rw-r--r-- | htroot/Network.html | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 64e298b61..d6a101132 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -49,18 +49,6 @@ </head>
<body id="Network">
-<div id="api">
-<a href="Network.xml" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a>
-<script type="text/javascript">
-//<![CDATA[
-document.getElementById('apilink').setAttribute('href', 'Network.xml?' + window.location.search.substring(1));
-//]]>
-</script>
-<span>The information that is presented on this page can also be retrieved as XML
-Click the API icon to see the XML.
-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>
-
#(menu)#
#%env/templates/embeddedheader.template%#
::
@@ -78,6 +66,15 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </div>
#(/menu)#
+<div id="api"><a href="Network.xml" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a>
+<span>The information that is presented on this page can also be retrieved as XML
+Click the API icon to see the XML.
+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>
+<script type="text/javascript">
+document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.location.search.substring(1));
+</script>
+
#(page)#
<h2>YaCy Search Network '#[networkName]#'</h2>
::
|
