|
|
|
<!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>
|
|
|
|
#(display)#
|
|
|
|
#%env/templates/simpleheader.template%#
|
|
|
|
<div id="kiosk">
|
|
|
|
<a href="yacyinteractive.html?display=2"><img src="env/grafics/close.gif" width="16" height="16" alt="close" /></a>
|
|
|
|
<span>kiosk mode</span>
|
|
|
|
</div>
|
|
|
|
::
|
|
|
|
<div id="api"><a href="yacysearch.json?query=yacy"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a>
|
|
|
|
<span>This page uses the JSON search API to display search results as you type.
|
|
|
|
Click the API icon to see an example call to the native 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/header.template%#
|
|
|
|
::
|
|
|
|
#%env/templates/embeddedheader.template%#
|
|
|
|
#(/display)#
|
|
|
|
<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>
|