- added api icon to the web structure visualization

- removed fixed horizontal menu
- the api icon in the search results can only be seen when display=1

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5461 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent 4f45605f04
commit 8632eebf60

@ -21,6 +21,14 @@
<body id="WebStructure" style="margin:0px;">
#%env/templates/header.template%#
#%env/templates/submenuWebStructure.template%#
<div id="api"><a href="/xml/webstructure.xml"><img src="env/grafics/api.png"></a>
<span>The data that is visualized here can also be retrieved in a XML file. The XM L contains a back-reference of domains. That means you can see the set of domains that all link to the same (other) domain, which could be called a 'reverse domain index'.
Click the API icon to see the XML file.
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>
<h2>Web Structure</h2>
<div id="left">

@ -1,8 +1,7 @@
<div class="SubMenu">
<h3>Web Visualization</h3>
<ul class="SubMenu">
<li><a href="/WatchWebStructure_p.html" class="MenuItemLink lock">Web Structure</a></li>
<li><a href="/WatchWebStructure_p.html?host=auto&amp;depth=2&amp;time=1000" class="MenuItemLink lock">Web Structure</a></li>
<li><a href="/Collage.html" class="MenuItemLink">Image Collage</a></li>
<li><a href="/CacheAdmin_p.html" class="MenuItemLink lock">Web Cache</a></li>
</ul>
</div>

@ -14,6 +14,9 @@
</head>
<body id="yacysearch">
#(display)#
#%env/templates/simpleheader.template%#
::
<div id="api">
<script type="text/javascript">
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>")
@ -23,11 +26,7 @@ document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1
The query format is similar to <a href="http://www.loc.gov/standards/sru/">SRU</a>.
Click the API icon to see an example call to the search rss API.
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>
#(display)#
#%env/templates/simpleheader.template%#
::
</div>
#%env/templates/header.template%#
::
#%env/templates/embeddedheader.template%#

Loading…
Cancel
Save