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
pull/1/head
mikeworks 15 years ago
parent 1defd580bc
commit 7f35e1955e

@ -601,32 +601,36 @@ public class yacysearch {
final StringBuilder resnav = new StringBuilder(); final StringBuilder resnav = new StringBuilder();
final int thispage = offset / theQuery.displayResults(); final int thispage = offset / theQuery.displayResults();
if (thispage == 0) { if (thispage == 0) {
resnav.append("<img src=\"env/grafics/navdl.gif\" width=\"16\" height=\"16\">&nbsp;"); resnav.append("<img src=\"env/grafics/navdl.gif\" alt=\"arrowleft\" width=\"16\" height=\"16\" />&nbsp;");
} else { } else {
resnav.append("<a href=\""); resnav.append("<a href=\"");
resnav.append(QueryParams.navurl("html", thispage - 1, display, theQuery, originalUrlMask, null, navigation)); resnav.append(QueryParams.navurl("html", thispage - 1, display, theQuery, originalUrlMask, null, navigation));
resnav.append("\"><img src=\"env/grafics/navdl.gif\" width=\"16\" height=\"16\"></a>&nbsp;"); resnav.append("\"><img src=\"env/grafics/navdl.gif\" alt=\"arrowleft\" width=\"16\" height=\"16\" /></a>&nbsp;");
} }
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())); 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++) { for (int i = 0; i < numberofpages; i++) {
if (i == thispage) { if (i == thispage) {
resnav.append("<img src=\"env/grafics/navs"); resnav.append("<img src=\"env/grafics/navs");
resnav.append(i + 1); resnav.append(i + 1);
resnav.append(".gif\" width=\"16\" height=\"16\">&nbsp;"); resnav.append(".gif\" alt=\"page");
resnav.append(i + 1);
resnav.append("\" width=\"16\" height=\"16\" />&nbsp;");
} else { } else {
resnav.append("<a href=\""); resnav.append("<a href=\"");
resnav.append(QueryParams.navurl("html", i, display, theQuery, originalUrlMask, null, navigation)); resnav.append(QueryParams.navurl("html", i, display, theQuery, originalUrlMask, null, navigation));
resnav.append("\"><img src=\"env/grafics/navd"); resnav.append("\"><img src=\"env/grafics/navd");
resnav.append(i + 1); resnav.append(i + 1);
resnav.append(".gif\" width=\"16\" height=\"16\"></a>&nbsp;"); resnav.append(".gif\" alt=\"page");
resnav.append(i + 1);
resnav.append("\" width=\"16\" height=\"16\" /></a>&nbsp;");
} }
} }
if (thispage >= numberofpages) { if (thispage >= numberofpages) {
resnav.append("<img src=\"env/grafics/navdr.gif\" width=\"16\" height=\"16\">"); resnav.append("<img src=\"env/grafics/navdr.gif\" alt=\"arrowright\" width=\"16\" height=\"16\" />");
} else { } else {
resnav.append("<a href=\""); resnav.append("<a href=\"");
resnav.append(QueryParams.navurl("html", thispage + 1, display, theQuery, originalUrlMask, null, navigation)); resnav.append(QueryParams.navurl("html", thispage + 1, display, theQuery, originalUrlMask, null, navigation));
resnav.append("\"><img src=\"env/grafics/navdr.gif\" width=\"16\" height=\"16\"></a>"); resnav.append("\"><img src=\"env/grafics/navdr.gif\" alt=\"arrowright\" width=\"16\" height=\"16\" /></a>");
} }
String resnavs = resnav.toString(); String resnavs = resnav.toString();
prop.put("num-results_resnav", resnavs); prop.put("num-results_resnav", resnavs);

@ -47,7 +47,7 @@
#(cat-location)#:: #(cat-location)#::
<div id="sidebar4" style="float: right; margin-top:5px; width: 220px;"> <div id="sidebar4" style="float: right; margin-top:5px; width: 220px;">
<div><a href="yacysearch_location.html?query=#[query]#&display=#[display]#"> <div><a href="yacysearch_location.html?query=#[query]#&display=#[display]#">
<img src="/env/grafics/earthsearch.png"></a></div> <img src="/env/grafics/earthsearch.png" width="48" heigth="34" alt="earthsearchlogo" /></a></div>
<div><a href="yacysearch_location.html?query=#[query]#&display=#[display]#">Show search results for "#[query]#" on map!</a></div> <div><a href="yacysearch_location.html?query=#[query]#&display=#[display]#">Show search results for "#[query]#" on map!</a></div>
</div> </div>
#(/cat-location)# #(/cat-location)#

@ -2887,6 +2887,7 @@ Pictures==Bilder
>Name Space Navigator==>Namespace Navigator >Name Space Navigator==>Namespace Navigator
>Author Navigator==>Autoren Navigator >Author Navigator==>Autoren Navigator
>Topic Navigator==>Themen Navigator >Topic Navigator==>Themen Navigator
Show search results for "#\[query\]#" on map!==Zeige die Suchergebnisse für "#[query]#" auf der Karte!
#----------------------------- #-----------------------------
### Subdirectory api ### ### Subdirectory api ###
@ -3164,6 +3165,12 @@ PLEASE REPLACE THIS PAGE BY PUTTING A FILE index.html INTO THE PATH==BITTE ERSET
&lt;YaCy-application-home&gt;<strong>\#\[wwwpath\]\#</strong>==&lt;YaCy-Programmpfad&gt;<strong>#[wwwpath]#</strong> ABLEGEN. &lt;YaCy-application-home&gt;<strong>\#\[wwwpath\]\#</strong>==&lt;YaCy-Programmpfad&gt;<strong>#[wwwpath]#</strong> 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 #File: yacy/ui/js/jquery-flexigrid.js
#--------------------------- #---------------------------
'Displaying \{from\} to \{to\} of \{total}\ items'=='Zeige {from} bis {to} von {total} Elementen' 'Displaying \{from\} to \{to\} of \{total}\ items'=='Zeige {from} bis {to} von {total} Elementen'

Loading…
Cancel
Save