diff --git a/htroot/yacysearch.java b/htroot/yacysearch.java index 69235b47b..866f722ff 100644 --- a/htroot/yacysearch.java +++ b/htroot/yacysearch.java @@ -601,32 +601,36 @@ public class yacysearch { final StringBuilder resnav = new StringBuilder(); final int thispage = offset / theQuery.displayResults(); if (thispage == 0) { - resnav.append(" "); + resnav.append("\"arrowleft\" "); } else { resnav.append(" "); + resnav.append("\">\"arrowleft\" "); } final int numberofpages = Math.min(10, Math.max(1 + thispage, 1 + ((theSearch.getRankingResult().getLocalIndexCount() < 11) ? Math.max(30, theSearch.getRankingResult().getLocalResourceSize() + theSearch.getRankingResult().getRemoteResourceSize()) : theSearch.getRankingResult().getLocalIndexCount()) / theQuery.displayResults())); for (int i = 0; i < numberofpages; i++) { if (i == thispage) { resnav.append(" "); + resnav.append(".gif\" alt=\"page"); + resnav.append(i + 1); + resnav.append("\" width=\"16\" height=\"16\" /> "); } else { resnav.append(" "); + resnav.append(".gif\" alt=\"page"); + resnav.append(i + 1); + resnav.append("\" width=\"16\" height=\"16\" /> "); } } if (thispage >= numberofpages) { - resnav.append(""); + resnav.append("\"arrowright\""); } else { resnav.append(""); + resnav.append("\">\"arrowright\""); } String resnavs = resnav.toString(); prop.put("num-results_resnav", resnavs); diff --git a/htroot/yacysearchtrailer.html b/htroot/yacysearchtrailer.html index 8e3646d28..8469fb9e3 100644 --- a/htroot/yacysearchtrailer.html +++ b/htroot/yacysearchtrailer.html @@ -47,7 +47,7 @@ #(cat-location)#::
-
+earthsearchlogo
Show search results for "#[query]#" on map!
#(/cat-location)# diff --git a/locales/de.lng b/locales/de.lng index 1ab9c946c..93950ae82 100644 --- a/locales/de.lng +++ b/locales/de.lng @@ -2887,6 +2887,7 @@ Pictures==Bilder >Name Space Navigator==>Namespace Navigator >Author Navigator==>Autoren Navigator >Topic Navigator==>Themen Navigator +Show search results for "#\[query\]#" on map!==Zeige die Suchergebnisse für "#[query]#" auf der Karte! #----------------------------- ### Subdirectory api ### @@ -3164,6 +3165,12 @@ PLEASE REPLACE THIS PAGE BY PUTTING A FILE index.html INTO THE PATH==BITTE ERSET <YaCy-application-home>\#\[wwwpath\]\#==<YaCy-Programmpfad>#[wwwpath]# ABLEGEN. #----------------------------- +#File: js/Crawler.js +#--------------------------- +"Continue this queue"=="Diese Queue weiter abarbeiten" +"Pause this queue"=="Diese Queue anhalten" +#----------------------------- + #File: yacy/ui/js/jquery-flexigrid.js #--------------------------- 'Displaying \{from\} to \{to\} of \{total}\ items'=='Zeige {from} bis {to} von {total} Elementen'