Show a RSS icon in the right top corner of search results. This replaces

the 'API' icon which was the link for the opensearch result which is an
extension of RSS. Since it is more appropriate to visualize a RSS link
with an RSS icon, this API icon was changed here.
pull/1/head
Michael Peter Christen 12 years ago
parent 1a09771be8
commit b81859c751

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -69,7 +69,7 @@
<div id="api"> <div id="api">
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[ //<![CDATA[
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\><img src=\"env/grafics/api.png\" width=\"60\" height=\"40\" alt=\"API\" /></a>") document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\><img src=\"env/grafics/rss.png\" width=\"32\" height=\"32\" alt=\"RSS\" /></a>")
//]]> //]]>
</script> </script>
<span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org">opensearch</a> output. <span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org">opensearch</a> output.

Loading…
Cancel
Save