* removed 'catch up more links'

* automatic re-naming of search button
  (shows now 'catch up more links' by default)
* works also without javascript (then the button is simply named 'Search')

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1821 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 0fa0dd60f0
commit 70dc288aaa

@ -22,8 +22,7 @@ picPlus = new Image(11, 11);
picPlus.src = "/env/grafics/plus.gif"; picPlus.src = "/env/grafics/plus.gif";
</SCRIPT> </SCRIPT>
<form action="yacysearch.html" method="get"> <form name="searchform" action="yacysearch.html" method="get">
<center>
<p> <p>
<table border="0" cellspacing="0" cellpadding="0"> <table border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
@ -38,14 +37,13 @@ picPlus.src = "/env/grafics/plus.gif";
</tr> </tr>
<tr> <tr>
<td> <td>
<input name="search" type="text" size="52" maxlength="80" value="#[former]#"> <input name="search" type="text" size="52" maxlength="80" value="#[former]#" onMouseOver='document.searchform.Enter.value = "search"' >
</td> </td>
<td> <td>
<input type="submit" name="Enter" value="Search"> <input type="submit" name="Enter" value="Search">
</td> </td>
</tr> </tr>
</table> </table>
</center>
<input type="hidden" name="former" value="#[former]#"> <input type="hidden" name="former" value="#[former]#">
<input type="hidden" name="count" value="#[count]#"> <input type="hidden" name="count" value="#[count]#">
<input type="hidden" name="order" value="#[order]#"> <input type="hidden" name="order" value="#[order]#">
@ -55,6 +53,10 @@ picPlus.src = "/env/grafics/plus.gif";
</form> </form>
</p><hr> </p><hr>
<SCRIPT LANGUAGE="JavaScript">
document.searchform.Enter.value = "search again - catch up more links";
</SCRIPT>
<p> <p>
#(excluded)# #(excluded)#
:: ::
@ -85,12 +87,10 @@ then please run your own peer and start a crawl of your wanted information to ma
available for everyone. Then stay online to support crawls from other peers. Thank you!</p> available for everyone. Then stay online to support crawls from other peers. Thank you!</p>
:: ::
<b>#[linkcount]#</b> results from <b>#[orderedcount]#</b> ordered links of a total number of <b>#[totalcount]#</b> known. <b>#[linkcount]#</b> results from <b>#[orderedcount]#</b> ordered links of a total number of <b>#[totalcount]#</b> known.
&rarr; <a href="/yacysearch.html?search=#[former]#&Enter=Search&count=#[count]#&order=#[order]#&resource=#[resource]#&time=#[time]#&urlmaskfilter=.*">Catch up more links</a>
from 'late' peers.
#(/num-results)# #(/num-results)#
#(combine)# #(combine)#
:: ::
<br><br><b>Topwords</b> (to refine search): <br><br><b>Refine your search with these topwords</b>:<br>
#{words}# #{words}#
<a href="yacysearch.html?search=#[newsearch]#&Enter=Search&count=#[count]#&order=#[order]#&resource=#[resource]#&time=#[time]#">#[word]#</a> <a href="yacysearch.html?search=#[newsearch]#&Enter=Search&count=#[count]#&order=#[order]#&resource=#[resource]#&time=#[time]#">#[word]#</a>
#{/words}# #{/words}#
@ -143,9 +143,7 @@ Architecture (C) by Michael Peter Christen,
#%env/templates/footer.template%# #%env/templates/footer.template%#
<script language="JavaScript"> <script language="JavaScript">
AllSnippets(); AllSnippets();
</script> </script>
</body> </body>

Loading…
Cancel
Save