From 7f35e1955ee705cc896314c6accc189637d7a7c3 Mon Sep 17 00:00:00 2001 From: mikeworks Date: Thu, 20 May 2010 06:36:02 +0000 Subject: [PATCH] Added alt tag and width and height properties to earthsearch.png in yacysearchtrailer.html for HTML validity Added alt tag to page tabs in yacysearch.java for HTML validity Added new German translations for geo search phrase in de.lng git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6890 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacysearch.java | 16 ++++++++++------ htroot/yacysearchtrailer.html | 2 +- locales/de.lng | 7 +++++++ 3 files changed, 18 insertions(+), 7 deletions(-) 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'