Collage.html and Collage.java: Added <p> in body before images for XHTML 1.0 Transitional validationg and alt tag to images as well as closing tag <img (...) />

terminal_p.html: Set new link for starting a crawl to CrawlStartSite_p.html and replaced the old embed object of the Among.us Flash object by their new JS which takes care of adding the object correctly
de.lng: Moved the translations for the JS part from yacyinteractive.html to the yacyinteractive.js part
--> Terminal page is now valid XHTML 1.0 Transitional


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7211 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
mikeworks 15 years ago
parent 3057a0b939
commit f468d377d7

@ -35,13 +35,17 @@ function lower (element)
img.style.zIndex = CollageLastImageZIndex;
}
</script>
</head>
<body>
#(emb)#
<script type="text/javascript">
document.body.style.background = "#000";
</script>
::
#(/emb)#
</head>
<body>
<p>
#(emb)#
::
#%env/templates/header.template%#
#%env/templates/submenuWebStructure.template%#
<h2>Image Collage</h2>
@ -66,5 +70,6 @@ document.body.style.background = "#000";
#(emb)#::
#%env/templates/footer.template%#
#(/emb)#
</p>
</body>
</html>

@ -108,9 +108,10 @@ public class Collage {
+ "px;left:" + imgPosX[i]
+ "px;z-index:" + z + "\" "
+ "id=\"col" + z + "\" "
+ "alt=\"" + baseURL.toNormalform(true, false) + "\" "
+ "onmouseover=\"raise(" + z + ")\" onmouseout=\"lower(" + z + ")\" "
+ "title=\"" + baseURL.toNormalform(true, false) + "\">"
+ "</a><br>");
+ "title=\"" + baseURL.toNormalform(true, false) + "\" />"
+ "</a><br />");
c++;
}
prop.put("imgurl_list", c);

@ -1,11 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<!-- This page is only XHTML 1.0 Transitional and not Strict because iframes are in use -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>YaCy System Monitor</title>
<title>YaCy System Terminal Monitor</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="YaCy Peer Live Monitoring" />
<meta name="keywords" content="open,source,search,engine,monitor" />
<meta name="description" content="YaCy Peer Live Monitoring Terminal" />
<meta name="keywords" content="open,source,search,engine,monitor,terminal" />
<link rel="stylesheet" type="text/css" href="/env/terminal.css" />
<script type="text/javascript" src="/js/highslide/highslide.js"></script>
<script type="text/javascript">
@ -42,7 +42,7 @@ function init() {
<div id="location">
<a href="http://yacy.net"><img src="/Banner.png?textcolor=ffffff&amp;bgcolor=000000&amp;bordercolor=aaaaaa" alt="YaCy" style="width:468px;height:60px;border-width:0px;vertical-align:bottom;" /></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/index.html">&lt;Search Form&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/CrawlStart_p.html">&lt;Crawl Start&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/CrawlStartSite_p.html">&lt;Crawl Start&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/Status.html">&lt;Status Page&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/Steering.html?shutdown=" onclick="return confirm('Confirm Shutdown')">&lt;Shutdown&gt;</a>
</div>
@ -60,7 +60,7 @@ function init() {
</div>
<h1>Image Terminal</h1>
<iframe src="/Collage.html?emb=&amp;width=468&amp;height=460&amp;max=3"
style="width:468px;height:460px;margin:0;border-width:0;" scrolling="no" name="newsframe"></iframe>
style="width:468px;height:460px;margin:0;border-width:0;" scrolling="no" name="collageframe"></iframe>
</div> <!-- end left side -->
@ -133,7 +133,10 @@ function init() {
<h1>Network Monitor</h1>
<div style="text-align:left;margin:0;padding:0;">
<a href="/NetworkPicture.png?width=660&amp;height=360&amp;bgcolor=000000" onclick="return hs.expand(this)"><img src="/NetworkPicture.png?width=660&amp;height=360&amp;bgcolor=000000" style="width:330px;height:180px;border-width:0;" alt="The yacy Network" /></a>
<embed src="http://widgets.amung.us/flash/v2map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=qp3j5gox&amp;map=night&amp;pin=star-orange&amp;link=no" width="330" height="180" />
<!--<embed src="http://widgets.amung.us/flash/v2map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=qp3j5gox&amp;map=night&amp;pin=star-orange&amp;link=no" width="330" height="180" />-->
<!-- Because embed is not XHTML 1.0 Transitional replaced by object -->
<script type="text/javascript" src="http://widgets.amung.us/map.js"></script><script type="text/javascript">WAU_map('o7q65cl05v75', 330, 180, 'night', 'star-orange')</script>
</div>
</div> <!-- end right side -->

@ -1032,6 +1032,7 @@ This network definition does not allow intranet links.==Diese Netzwerk Konfigura
A list of intranet servers is only available if you confiugure YaCy to index intranet targets.==Eine Liste mit Servern aus dem Intranet ist nur verfügbar, wenn Sie YaCy auch konfiguriert haben Intranetseiten zu indexieren.
To do so, open the <a href=\"ConfigBasic.html\">Basic Configuration</a> servlet and select the \'Intranet Indexing\' use case.==Um diese Einstellung vorzunehmen, bitte im Servlet <a href="ConfigBasic.html">Basis Konfiguration</a> den Anwendungsfall 'Intranet Indexierung' auswählen.
Available Intranet Server==Verfügbare Intranet Server
#>IP<==>IP<
#>URL<==>URL<
>Process<==>Status<
>not in index<==>Nicht im Index<
@ -2835,7 +2836,6 @@ Primary Key==Primärschlüssel
#File: terminal_p.html
#---------------------------
#YaCy System Monitor==YaCy System Monitor
div id="location">
Search Form==Suchformular
Crawl Start==Crawl starten
Status Page==Status Seite
@ -2844,7 +2844,7 @@ Confirm Shutdown==Bestätige Herunterfahren
Event Terminal==Ereignis Terminal
Image Terminal==Bilder Terminal
#Domain Monitor==Domain Monitor
"Loading Processing software..."=="Processing Software wird geladen..."
"Loading Processing software..."=="Verarbeitungs Software wird geladen..."
This browser does not have a Java Plug-in.==Dieser Browser besitzt kein Java Plug-In.
Get the latest Java Plug-in here.==Holen Sie sich das neueste Java Plug-In hier.
Resource Monitor==Ressourcen Monitor
@ -3110,11 +3110,6 @@ YaCy Interactive Search==YaCy interaktive Suche
This page uses the JSON search API to display search results as you type.==Diese Seite verwendet die JSON Such API, um die Suchergebnisse beim Tippen anzuzeigen.
Click the API icon to see an example call to the native API.==Klicken Sie auf die API Sprechblase, um einen Beispielaufruf der nativen API zu sehen.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.==Um eine Liste aller APIs zu sehen, besuchen Sie die <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API Seite im Wiki</a>.
>total results==>Ergebnisse insgesamt
&nbsp;topwords:==&nbsp;Topwörter:
>Name==>Name
>Size==>Größe
>Date==>Datum
kiosk mode==Kiosk Modus
#>Link==>Link
#-----------------------------
@ -3458,7 +3453,11 @@ PLEASE REPLACE THIS PAGE BY PUTTING A FILE index.html INTO THE PATH==BITTE ERSET
#File: js/yacyinteractive.js
#---------------------------
>total results==>Gesamte Ergebnisse
>total results==>Ergebnisse insgesamt
&nbsp;topwords:==&nbsp;Topwörter:
>Name==>Name
>Size==>Größe
>Date==>Datum
#-----------------------------
#File: yacy/ui/js/jquery-flexigrid.js

Loading…
Cancel
Save