ConfigBasic.html: XHTML 1.0 Strict fixes

DictionaryLoader_p.html: Filled <dt> elements to eliminate warnings
Moved CSS for portalsearch field from header to metas template because it belongs in the <head>er
yacui-portalsearch.css Added #yacylivesearch form { display: inline; } because HTML 1.0 Strict does not allow <form><input> and the added <p> would otherwise provoke a line break
de.lng: Updates translations for added <dt> 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
pull/1/head
mikeworks 15 years ago
parent b12db14b9f
commit 0f248e7433

@ -41,19 +41,19 @@
<fieldset> <fieldset>
<table border="0"> <table border="0">
<tr> <tr>
<td width="256"><input type="radio" name="usecase" value="freeworld" id="usecaseFreeworld" #(freeworldChecked)#::checked="checked"#(/freeworldChecked)# /><label for="usecaseFreeworld">Community-based web search</label></td> <td style="width: 256px;"><input type="radio" name="usecase" value="freeworld" id="usecaseFreeworld" #(freeworldChecked)#::checked="checked"#(/freeworldChecked)# /><label for="usecaseFreeworld">Community-based web search</label></td>
<td width="256"><input type="radio" name="usecase" value="portal" id="usecasePortal" #(portalChecked)#::checked="checked"#(/portalChecked)# /><label for="usecasePortal">Search portal for your own web pages</label></td> <td style="width: 256px;"><input type="radio" name="usecase" value="portal" id="usecasePortal" #(portalChecked)#::checked="checked"#(/portalChecked)# /><label for="usecasePortal">Search portal for your own web pages</label></td>
<td width="100%"><input type="radio" name="usecase" value="intranet" id="usecaseIntranet" #(intranetChecked)#::checked="checked"#(/intranetChecked)# /><label for="usecaseIntranet">Intranet Indexing</label></td> <td><input type="radio" name="usecase" value="intranet" id="usecaseIntranet" #(intranetChecked)#::checked="checked"#(/intranetChecked)# /><label for="usecaseIntranet">Intranet Indexing</label></td>
</tr> </tr>
<tr> <tr>
<td><label for="usecaseFreeworld"><img src="/env/grafics/usecase_freeworld.png" /></label></td> <td><label for="usecaseFreeworld"><img src="/env/grafics/usecase_freeworld.png" alt="Usecase Freeworld" /></label></td>
<td><label for="usecasePortal"><img src="/env/grafics/usecase_webportal.png" /></label></td> <td><label for="usecasePortal"><img src="/env/grafics/usecase_webportal.png" alt="Usecase Portal" /></label></td>
<td><label for="usecaseIntranet"><img src="/env/grafics/usecase_intranet.png" /></label></td> <td><label for="usecaseIntranet"><img src="/env/grafics/usecase_intranet.png" alt="Usecase Intranet" /></label></td>
</tr> </tr>
<tr> <tr>
<td valign="top"><label for="usecaseFreeworld">Join and support the global network 'freeworld', search the web with an uncensored user-owned search network</label></td> <td valign="top"><label for="usecaseFreeworld">Join and support the global network 'freeworld', search the web with an uncensored user-owned search network</label></td>
<td valign="top"><label for="usecasePortal">Your YaCy installation behaves independently from other peers and you define your own web index by starting your own web crawl. This can be used to search your own web pages or to define a topic-oriented search portal.</label></td> <td valign="top"><label for="usecasePortal">Your YaCy installation behaves independently from other peers and you define your own web index by starting your own web crawl. This can be used to search your own web pages or to define a topic-oriented search portal.</label></td>
<td valign="top"><label for="usecaseIntranet">Create a search portal for your intranet or web pages or your (shared) file system. URLs may be used with http/https/ftp and a local domain name or IP, or with an URL of the form file:///&lt;path&gt; or smb://&lt;server&gt/&lt;path&gt<br/> <td valign="top"><label for="usecaseIntranet">Create a search portal for your intranet or web pages or your (shared) file system. URLs may be used with http/https/ftp and a local domain name or IP, or with an URL of the form file:///&lt;path&gt; or smb://&lt;server&gt;/&lt;path&gt;<br/>
Files may also be shared with the YaCy server, assign a path here: Files may also be shared with the YaCy server, assign a path here:
<input type="text" name="repositoryPath" size="37" value="#[repositoryPath]#" /><br/> <input type="text" name="repositoryPath" size="37" value="#[repositoryPath]#" /><br/>
This path can be accessed at <a href="http://localhost:#[port]#/repository/">http://localhost:#[port]#/repository</a></label>. Use that path as crawl start point. This path can be accessed at <a href="http://localhost:#[port]#/repository/">http://localhost:#[port]#/repository</a></label>. Use that path as crawl start point.
@ -88,7 +88,7 @@
<label for="enableUpnp">Configure your router for YaCy:&nbsp;</label> <label for="enableUpnp">Configure your router for YaCy:&nbsp;</label>
</dt> </dt>
<dd> <dd>
<input type="checkbox" name="enableUpnp" id="enableUpnp" align="top" #(enabled)#::checked="checked"#(/enabled)# /> <input type="checkbox" name="enableUpnp" id="enableUpnp" #(enabled)#::checked="checked"#(/enabled)# />
#(success)#::<img src="/env/grafics/bad.png" height="16" width="16" alt="warning" /> Configuration was not successful. This may take a moment.::<img src="/env/grafics/ok.png" height="16" width="16" alt="ok" />#(/success)# #(success)#::<img src="/env/grafics/bad.png" height="16" width="16" alt="warning" /> Configuration was not successful. This may take a moment.::<img src="/env/grafics/ok.png" height="16" width="16" alt="ok" />#(/success)#
</dd>#(/upnp)# </dd>#(/upnp)#
</dl> </dl>

@ -30,7 +30,7 @@
<dd>#[geon0Storage]#</dd> <dd>#[geon0Storage]#</dd>
<dt><label>Status</label></dt> <dt><label>Status</label></dt>
<dd>#(geon0Status)#<div class="info">not loaded</div>::<div class="commit">loaded</div>::deactivated#(/geon0Status)#</dd> <dd>#(geon0Status)#<div class="info">not loaded</div>::<div class="commit">loaded</div>::deactivated#(/geon0Status)#</dd>
<dt></dt> <dt>Action</dt>
<dd>#(geon0Status)# <dd>#(geon0Status)#
<input type="submit" name="geon0Load" value="Load" />:: <input type="submit" name="geon0Load" value="Load" />::
<input type="submit" name="geon0Deactivate" value="Deactivate" /> <input type="submit" name="geon0Deactivate" value="Deactivate" />
@ -39,20 +39,20 @@
<input type="submit" name="geon0Remove" value="Remove" /> <input type="submit" name="geon0Remove" value="Remove" />
#(/geon0Status)#</dd> #(/geon0Status)#</dd>
#(geon0ActionLoaded)#:: #(geon0ActionLoaded)#::
<dt></dt><dd><div class="commit">loaded and activated dictionary file</div></dd>:: <dt>Result</dt><dd><div class="commit">loaded and activated dictionary file</div></dd>::
<dt></dt><dd><div class="error">loading of dictionary file failed: #[error]#</div></dd> <dt>Result</dt><dd><div class="error">loading of dictionary file failed: #[error]#</div></dd>
#(/geon0ActionLoaded)# #(/geon0ActionLoaded)#
#(geon0ActionRemoved)#:: #(geon0ActionRemoved)#::
<dt></dt><dd><div class="commit">deactivated and removed dictionary file</div></dd>:: <dt>Result</dt><dd><div class="commit">deactivated and removed dictionary file</div></dd>::
<dt></dt><dd><div class="error">cannot remove dictionary file: #[error]#</div></dd> <dt>Result</dt><dd><div class="error">cannot remove dictionary file: #[error]#</div></dd>
#(/geon0ActionRemoved)# #(/geon0ActionRemoved)#
#(geon0ActionDeactivated)#:: #(geon0ActionDeactivated)#::
<dt></dt><dd><div class="commit">deactivated dictionary file</div></dd>:: <dt>Result</dt><dd><div class="commit">deactivated dictionary file</div></dd>::
<dt></dt><dd><div class="error">cannot deactivate dictionary file: #[error]#</div></dd> <dt>Result</dt><dd><div class="error">cannot deactivate dictionary file: #[error]#</div></dd>
#(/geon0ActionDeactivated)# #(/geon0ActionDeactivated)#
#(geon0ActionActivated)#:: #(geon0ActionActivated)#::
<dt></dt><dd><div class="commit">activated dictionary file</div></dd>:: <dt>Result</dt><dd><div class="commit">activated dictionary file</div></dd>::
<dt></dt><dd><div class="error">cannot activate dictionary file: #[error]#</div></dd> <dt>Result</dt><dd><div class="error">cannot activate dictionary file: #[error]#</div></dd>
#(/geon0ActionActivated)# #(/geon0ActionActivated)#
</dl> </dl>
@ -66,7 +66,7 @@
<dd>#[geo1Storage]#</dd> <dd>#[geo1Storage]#</dd>
<dt><label>Status</label></dt> <dt><label>Status</label></dt>
<dd>#(geo1Status)#<div class="info">not loaded</div>::<div class="commit">loaded</div>::deactivated#(/geo1Status)#</dd> <dd>#(geo1Status)#<div class="info">not loaded</div>::<div class="commit">loaded</div>::deactivated#(/geo1Status)#</dd>
<dt></dt> <dt>Action</dt>
<dd>#(geo1Status)# <dd>#(geo1Status)#
<input type="submit" name="geo1Load" value="Load" />:: <input type="submit" name="geo1Load" value="Load" />::
<input type="submit" name="geo1Deactivate" value="Deactivate" /> <input type="submit" name="geo1Deactivate" value="Deactivate" />
@ -75,20 +75,20 @@
<input type="submit" name="geo1Remove" value="Remove" /> <input type="submit" name="geo1Remove" value="Remove" />
#(/geo1Status)#</dd> #(/geo1Status)#</dd>
#(geo1ActionLoaded)#:: #(geo1ActionLoaded)#::
<dt></dt><dd><div class="commit">loaded and activated dictionary file</div></dd>:: <dt>Result</dt><dd><div class="commit">loaded and activated dictionary file</div></dd>::
<dt></dt><dd><div class="error">loading of dictionary file failed: #[error]#</div></dd> <dt>Result</dt><dd><div class="error">loading of dictionary file failed: #[error]#</div></dd>
#(/geo1ActionLoaded)# #(/geo1ActionLoaded)#
#(geo1ActionRemoved)#:: #(geo1ActionRemoved)#::
<dt></dt><dd><div class="commit">deactivated and removed dictionary file</div></dd>:: <dt>Result</dt><dd><div class="commit">deactivated and removed dictionary file</div></dd>::
<dt></dt><dd><div class="error">cannot remove dictionary file: #[error]#</div></dd> <dt>Result</dt><dd><div class="error">cannot remove dictionary file: #[error]#</div></dd>
#(/geo1ActionRemoved)# #(/geo1ActionRemoved)#
#(geo1ActionDeactivated)#:: #(geo1ActionDeactivated)#::
<dt></dt><dd><div class="commit">deactivated dictionary file</div></dd>:: <dt>Result</dt><dd><div class="commit">deactivated dictionary file</div></dd>::
<dt></dt><dd><div class="error">cannot de-activate dictionary file: #[error]#</div></dd> <dt>Result</dt><dd><div class="error">cannot de-activate dictionary file: #[error]#</div></dd>
#(/geo1ActionDeactivated)# #(/geo1ActionDeactivated)#
#(geo1ActionActivated)#:: #(geo1ActionActivated)#::
<dt></dt><dd><div class="commit">activated dictionary file</div></dd>:: <dt>Result</dt><dd><div class="commit">activated dictionary file</div></dd>::
<dt></dt><dd><div class="error">cannot activate dictionary file: #[error]#</div></dd> <dt>Result</dt><dd><div class="error">cannot activate dictionary file: #[error]#</div></dd>
#(/geo1ActionActivated)# #(/geo1ActionActivated)#
</dl> </dl>
</fieldset> </fieldset>

@ -1,6 +1,4 @@
<link media="screen" type="text/css" href="/yacy/ui/css/themes/start/ui.base.css" rel="stylesheet" /> <!-- CSS for the portalsearch is included in metas.template -->
<link media="screen" type="text/css" href="/yacy/ui/css/themes/start/ui.theme.css" rel="stylesheet" />
<link media="screen" type="text/css" href="/yacy/ui/css/yacyui-portalsearch.css" rel="stylesheet" />
<script src="/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script> <script src="/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="/yacy/ui/js/jquery-ui-1.7.2.min.js" type="text/javascript"></script> <script src="/yacy/ui/js/jquery-ui-1.7.2.min.js" type="text/javascript"></script>
@ -28,7 +26,7 @@
<div class="head"> <div class="head">
<h1>YaCy - Distributed Search Engine</h1> <h1>YaCy - Distributed Search Engine</h1>
<div id="yacylivesearch"> <div id="yacylivesearch">
<form id="ysearch" method="get" accept-charset="UTF-8" action="yacysearch.html"> <form id="ysearch" method="get" accept-charset="UTF-8" action="yacysearch.html"><p>
<input name="query" id="yquery" class="fancy" type="text" size="20" maxlength="80" value=""/> <input name="query" id="yquery" class="fancy" type="text" size="20" maxlength="80" value=""/>
<input type="hidden" name="verify" value="true" /> <input type="hidden" name="verify" value="true" />
<input type="hidden" name="maximumRecords" value="20" /> <input type="hidden" name="maximumRecords" value="20" />
@ -37,7 +35,7 @@
<input type="hidden" name="prefermaskfilter" value="" /> <input type="hidden" name="prefermaskfilter" value="" />
<input type="hidden" name="former" value="" /> <input type="hidden" name="former" value="" />
<input type="hidden" name="display" value="2" /> <input type="hidden" name="display" value="2" />
<input type="hidden" name="nav" value="all" /> <input type="hidden" name="nav" value="all" /></p>
</form> </form>
</div> </div>
</div> </div>

@ -15,4 +15,8 @@
<!--[if lte IE 7.0]> <!--[if lte IE 7.0]>
<link rel="stylesheet" type="text/css" media="screen" href="/env/ie7.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/env/ie7.css" />
<![endif]--> <![endif]-->
<!-- these stylesheets are needed for the portalseach -->
<link media="screen" type="text/css" href="/yacy/ui/css/themes/start/ui.base.css" rel="stylesheet" />
<link media="screen" type="text/css" href="/yacy/ui/css/themes/start/ui.theme.css" rel="stylesheet" />
<link media="screen" type="text/css" href="/yacy/ui/css/yacyui-portalsearch.css" rel="stylesheet" />
<!-- (C), Architecture and Realisation: Michael Peter Christen; Contact: mc <at> anomic.de --> <!-- (C), Architecture and Realisation: Michael Peter Christen; Contact: mc <at> anomic.de -->

@ -4,6 +4,7 @@
.ui-dialog .ui-dialog-buttonpane button { .ui-dialog .ui-dialog-buttonpane button {
font-size: 14px; font-size: 14px;
} }
#yacylivesearch form { display: inline; }
#ysearch .fancy { #ysearch .fancy {
height:18px; height:18px;
background: white; background: white;

@ -1422,6 +1422,9 @@ With this file it is possible to find cities with a population > 1000 all over t
#>Status<==>Status< #>Status<==>Status<
>not loaded<==>nicht geladen< >not loaded<==>nicht geladen<
>loaded<==>geladen< >loaded<==>geladen<
:deactivated==:deaktiviert
>Action<==>Aktion<
>Result<==>Resultat<
"Load"=="Laden" "Load"=="Laden"
"Deactivate"=="Deaktivieren" "Deactivate"=="Deaktivieren"
"Remove"=="Entfernen" "Remove"=="Entfernen"

Loading…
Cancel
Save