diff options
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>
::
|
