|
|
|
@ -56,7 +56,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
|
|
|
|
|
#%env/templates/simpleheader.template%#
|
|
|
|
|
#(/topmenu)#
|
|
|
|
|
<div>
|
|
|
|
|
<form class="search small" id="searchform" action="yacyinteractive.html" method="get" onkeyup="xmlhttpPost(); return false;">
|
|
|
|
|
<form class="search small" id="searchform" action="yacyinteractive.html" method="get" #(allowrealtime)#::onkeyup="xmlhttpPost(); return false;"::#(/allowrealtime)#>
|
|
|
|
|
<h2>#[promoteSearchPageGreeting]#</h2>
|
|
|
|
|
<div class="yacylogo">
|
|
|
|
|
<a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.smallImage]#" alt="yacysearch"/></a>
|
|
|
|
@ -65,6 +65,9 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
|
|
|
|
|
<input type="hidden" name="maximumRecords" value="#[maximumRecords]#" />
|
|
|
|
|
<input type="hidden" name="startRecord" value="#[startRecord]#" />
|
|
|
|
|
<input id="search" name="query" type="text" value="#[query]#" size="50" maxlength="80" />
|
|
|
|
|
#(allowrealtime)#
|
|
|
|
|
<input id="Enter" type="submit" name="Enter" value="Search" />::
|
|
|
|
|
#(/allowrealtime)#
|
|
|
|
|
</fieldset>
|
|
|
|
|
<!--<pre>Raw JSON String: <div id="raw"></div></pre>-->
|
|
|
|
|
</form>
|
|
|
|
|