summaryrefslogtreecommitdiff
path: root/htroot/yacyinteractive.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-12-01 14:43:07 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-12-01 14:43:07 +0000
commit4e771e2063f9284b674ae8ba028ae71f3d7f5e2f (patch)
tree26d171d3b8cb84b39dcb3e3b1a4bad204963ab88 /htroot/yacyinteractive.html
parentb769cce433e58b77ba47e133575f476750d1af74 (diff)
enhanced interactive search:
- better table design - less enumeration of same table structure (prepared now for streaming) - added a 'remove filetype' link git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7356 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacyinteractive.html')
-rw-r--r--htroot/yacyinteractive.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html
index fa54b8088..cbad0cda9 100644
--- a/htroot/yacyinteractive.html
+++ b/htroot/yacyinteractive.html
@@ -29,17 +29,18 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
::
#%env/templates/embeddedheader.template%#
#(/display)#
-
-<form class="search small" id="searchform" action="yacyinteractive.html" method="get" onkeyup="xmlhttpPost(); return false;">
+<div style="float:left">
+<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="searchresults"></div>
+<div id="searchnavigation" style="float:left"></div>
+<div id="downloadscript" style="float:left"></div>
+<div id="searchresults" style="float:left"></div>
<script type="text/javascript">
//<![CDATA[
document.getElementById("query").focus();