diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-07 23:45:20 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-07 23:45:20 +0000 |
| commit | 299189f1a95a9cc43a3c089eecf87997f8958e01 (patch) | |
| tree | 0fa081651faa42a919a83067482c509c1ed84236 /htroot/Network.html | |
| parent | a1bf687b3b6d38d063282d62a338d63a1ac01927 (diff) | |
added the API icon to the bookmarks, the network page and the search page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5455 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 9d19518b2..2de247df1 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -10,6 +10,17 @@ </style>
</head>
<body id="Network">
+
+<div id="api">
+<script type="text/javascript">
+document.write("\<a href=\"Network.xml?" + window.location.search.substring(1) + "\"\>")
+</script>
+<img src="env/grafics/api.png"></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">API wiki page</a>.</span>
+</div>
+
#%env/templates/header.template%#
<div class="SubMenu">
<h3>YaCy Network</h3>
|
