diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-12-05 23:54:00 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-12-05 23:54:00 +0000 |
| commit | 18d33b5c6d3e69e1f57db09f89b951268aee129f (patch) | |
| tree | eecaadfac47da72e683ed1948c29c8a96319e39c /htroot/yacyinteractive.html | |
| parent | 49b5a206cdd7de6efd3a9918052e691bb13408e1 (diff) | |
fixed several search result navigation bugs
fixed bad behaviours during search result collection
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7362 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacyinteractive.html')
| -rw-r--r-- | htroot/yacyinteractive.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index cbad0cda9..9274163e6 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -30,15 +30,16 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de #%env/templates/embeddedheader.template%# #(/display)# <div style="float:left"> -<div style="float:left"><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" 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>--> + <!--<pre>Raw JSON String: <div id="raw"></div></pre>--> </form> -<div id="searchnavigation" style="float:left"></div> +<div id="searchnavigation"></div> +</div> <div id="downloadscript" style="float:left"></div> <div id="searchresults" style="float:left"></div> <script type="text/javascript"> |
