-Search button is now blocked while searching if client has Javascript active

-Introduced real .ico, because .ico is not a renamend .bmp ;-)
See favicon.de for details.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1095 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 19 years ago
parent 6e967586ab
commit 67d73218b0

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@ -15,7 +15,7 @@
<form action="index.html" method="get">
<center><table border="0" cellspacing="0" cellpadding="0"><tr><td>
<input name="search" type="text" size="52" maxlength="80" value="#[former]#">
<input type="submit" name="Enter" value="Search">
<input type="submit" name="Enter" value="Search" onClick="with (this) { value = 'Searching...'; enabled = false; }">
</td></tr><tr><td>
Max. number of results:
<select NAME="count">

@ -191,7 +191,7 @@ There is ".html" at the end, which is not included with the Regular Expression.=
YaCy \'\#\[clientname\]\#\': Search Page==YaCy '#[clientname]#': Suchseite
P2P WEB SEARCH==P2P Internet Suche
Enter search word list, separated by space:==Geben Sie die Suchbegriffe hier ein:
"Search"==Suche
"Search"==Suchen
Searching...==Suche l&auml;uft...
Max. number of results:==Max. Anzahl Ergebnisse:
order by:==sortieren nach:
@ -248,7 +248,7 @@ installation guide==f&uuml;r eine Anleitung
Alternatively, you can run the proxy in permanent online mode, which also grants global search.==Alternativ k&ouml;nnen Sie auch den Proxy im permanent online Modus laufen lassen. Dies garantiert eine globale Suche.
To do this, press this button:==Um dies zu tun, klicken Sie bitte folgenden Button:
"go online"==gehe online
The global search resulted in \#\[globalresults\]\# link contributions from other YaCy peers==Die globale Suche hat #[globalresults]# Ergebnisse, die von anderen Peers bereitgestellt wurden, gefunden.
The global search resulted in \#\[globalresults\]\# link contributions from other YaCy peers.==Die globale Suche enthält #[globalresults]# Ergebnisse, die von anderen Peers geliefert wurden.
You can enrich the search results by using the 'global' option; you must also switch to online mode==Sie k&ouml;nnen die Anzahl Ihrer Treffer erh&ouml;hen, wenn sie die 'global' Option benutzen. Sie m&uuml;ssen aber erst in den online Modus wechseln,
(by using the proxy) to contribute to the global index.==(indem Sie den Proxy benutzen) um im globalen Index suchen zu k&ouml;nnen.
YaCy is a GPL'ed project==YaCy ist ein GPL Projekt

Loading…
Cancel
Save