- small noscript fix

- noscript is now functionall but ugly

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6055 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
apfelmaennchen 16 years ago
parent 55ef9ae12a
commit ab09d8ebb3

@ -28,7 +28,7 @@
<div class="head">
<h1>YaCy - Distributed Search Engine</h1>
<div id="yacylivesearch" style="float: right; margin-right: 90px; margin-top: -27px;">
<form id="ysearch" method="get" accept-charset="UTF-8" action="http://localhost:8080/yacysearch.html">
<form id="ysearch" method="get" accept-charset="UTF-8" action="yacysearch.html">
<input name="search" id="yquery" class="fancy" type="text" size="20" maxlength="80" value=""/>
<input type="hidden" name="verify" value="true" />
<input type="hidden" name="maximumRecords" value="10" />

@ -136,7 +136,9 @@ var progressbar = new Progressbar(#[results]#, document.getElementById("results"
<!-- linklist end -->
<!-- attach the bottomline -->
</div>
<div style="width=220px;">
<!--#include virtual="yacysearchtrailer.html?eventID=#[eventID]#&display=#[display]#" -->
</div>
</div>
</body>
</html>
Loading…
Cancel
Save