You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.1 KiB
53 lines
2.1 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>YaCy Interactive Search</title>
|
|
#%env/templates/metas.template%#
|
|
<script type="text/javascript" src="/js/yacyinteractive.js"></script>
|
|
<script type="text/javascript" src="/js/sorttable.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
var q = "#[query]#";
|
|
if (q != "") search(q);
|
|
//]]>
|
|
</script>
|
|
#(topmenu)#
|
|
#%env/templates/embeddedheader.template%#
|
|
::
|
|
<div id="api">
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
document.write("\<a id=\"rsslink\" href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>")
|
|
//]]>
|
|
</script>
|
|
<img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
|
|
<span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org">opensearch</a> output.
|
|
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>
|
|
#%env/templates/simpleheader.template%#
|
|
#(/topmenu)#
|
|
<div style="float:left">
|
|
<form class="search small" id="searchform" action="yacyinteractive.html" method="get" onkeyup="xmlhttpPost(); return false;">
|
|
<h2>#[promoteSearchPageGreeting]#</h2>
|
|
<div class="yacylogo">
|
|
<a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.smallImage]#" alt="yacysearch"/></a>
|
|
</div>
|
|
<fieldset class="yacys"><input id="query" name="query" type="text" value="#[query]#" size="50" maxlength="80" /></fieldset>
|
|
<!--<pre>Raw JSON String: <div id="raw"></div></pre>-->
|
|
</form>
|
|
<div id="searchnavigation"></div>
|
|
</div>
|
|
<div id="downloadscript" style="float:left"></div>
|
|
<div id="searchresults" style="float:left"></div>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
document.getElementById("query").focus();
|
|
//]]>
|
|
</script>
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html> |