From 0f248e7433c2d94010fdb1201155283eb0f60335 Mon Sep 17 00:00:00 2001 From: mikeworks Date: Sat, 24 Jul 2010 15:26:53 +0000 Subject: [PATCH] ConfigBasic.html: XHTML 1.0 Strict fixes DictionaryLoader_p.html: Filled
elements to eliminate warnings Moved CSS for portalsearch field from header to metas template because it belongs in the er yacui-portalsearch.css Added #yacylivesearch form { display: inline; } because HTML 1.0 Strict does not allow
and the added

would otherwise provoke a line break de.lng: Updates translations for added

elements and deactivated statement in DictionaryLoader_p.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6994 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ConfigBasic.html | 16 +++++----- htroot/DictionaryLoader_p.html | 36 +++++++++++----------- htroot/env/templates/header.template | 8 ++--- htroot/env/templates/metas.template | 4 +++ htroot/yacy/ui/css/yacyui-portalsearch.css | 1 + locales/de.lng | 3 ++ 6 files changed, 37 insertions(+), 31 deletions(-) diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index 8e5c97c3b..ab9ca50ef 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -41,19 +41,19 @@
- - - + + + - - - + + + -
. Use that path as crawl start point. @@ -88,7 +88,7 @@
- + #(success)#::warning Configuration was not successful. This may take a moment.::ok#(/success)#
#(/upnp)# diff --git a/htroot/DictionaryLoader_p.html b/htroot/DictionaryLoader_p.html index 2b57b632d..a78c31ce8 100644 --- a/htroot/DictionaryLoader_p.html +++ b/htroot/DictionaryLoader_p.html @@ -30,7 +30,7 @@
#[geon0Storage]#
#(geon0Status)#
not loaded
::
loaded
::deactivated#(/geon0Status)#
-
+
Action
#(geon0Status)# :: @@ -39,20 +39,20 @@ #(/geon0Status)#
#(geon0ActionLoaded)#:: -
loaded and activated dictionary file
:: -
loading of dictionary file failed: #[error]#
+
Result
loaded and activated dictionary file
:: +
Result
loading of dictionary file failed: #[error]#
#(/geon0ActionLoaded)# #(geon0ActionRemoved)#:: -
deactivated and removed dictionary file
:: -
cannot remove dictionary file: #[error]#
+
Result
deactivated and removed dictionary file
:: +
Result
cannot remove dictionary file: #[error]#
#(/geon0ActionRemoved)# #(geon0ActionDeactivated)#:: -
deactivated dictionary file
:: -
cannot deactivate dictionary file: #[error]#
+
Result
deactivated dictionary file
:: +
Result
cannot deactivate dictionary file: #[error]#
#(/geon0ActionDeactivated)# #(geon0ActionActivated)#:: -
activated dictionary file
:: -
cannot activate dictionary file: #[error]#
+
Result
activated dictionary file
:: +
Result
cannot activate dictionary file: #[error]#
#(/geon0ActionActivated)# @@ -66,7 +66,7 @@
#[geo1Storage]#
#(geo1Status)#
not loaded
::
loaded
::deactivated#(/geo1Status)#
-
+
Action
#(geo1Status)# :: @@ -75,20 +75,20 @@ #(/geo1Status)#
#(geo1ActionLoaded)#:: -
loaded and activated dictionary file
:: -
loading of dictionary file failed: #[error]#
+
Result
loaded and activated dictionary file
:: +
Result
loading of dictionary file failed: #[error]#
#(/geo1ActionLoaded)# #(geo1ActionRemoved)#:: -
deactivated and removed dictionary file
:: -
cannot remove dictionary file: #[error]#
+
Result
deactivated and removed dictionary file
:: +
Result
cannot remove dictionary file: #[error]#
#(/geo1ActionRemoved)# #(geo1ActionDeactivated)#:: -
deactivated dictionary file
:: -
cannot de-activate dictionary file: #[error]#
+
Result
deactivated dictionary file
:: +
Result
cannot de-activate dictionary file: #[error]#
#(/geo1ActionDeactivated)# #(geo1ActionActivated)#:: -
activated dictionary file
:: -
cannot activate dictionary file: #[error]#
+
Result
activated dictionary file
:: +
Result
cannot activate dictionary file: #[error]#
#(/geo1ActionActivated)# diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 4327825b7..c125129b7 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -1,6 +1,4 @@ - - - + @@ -28,7 +26,7 @@

YaCy - Distributed Search Engine

- +

@@ -37,7 +35,7 @@ - +

diff --git a/htroot/env/templates/metas.template b/htroot/env/templates/metas.template index 54bf44eaf..ac424a7ae 100644 --- a/htroot/env/templates/metas.template +++ b/htroot/env/templates/metas.template @@ -15,4 +15,8 @@ + + + + diff --git a/htroot/yacy/ui/css/yacyui-portalsearch.css b/htroot/yacy/ui/css/yacyui-portalsearch.css index d4c218cef..61298072d 100644 --- a/htroot/yacy/ui/css/yacyui-portalsearch.css +++ b/htroot/yacy/ui/css/yacyui-portalsearch.css @@ -4,6 +4,7 @@ .ui-dialog .ui-dialog-buttonpane button { font-size: 14px; } +#yacylivesearch form { display: inline; } #ysearch .fancy { height:18px; background: white; diff --git a/locales/de.lng b/locales/de.lng index 6bcdd3895..fbd6378c9 100644 --- a/locales/de.lng +++ b/locales/de.lng @@ -1422,6 +1422,9 @@ With this file it is possible to find cities with a population > 1000 all over t #>Status<==>Status< >not loaded<==>nicht geladen< >loaded<==>geladen< +:deactivated==:deaktiviert +>Action<==>Aktion< +>Result<==>Resultat< "Load"=="Laden" "Deactivate"=="Deaktivieren" "Remove"=="Entfernen"