fixed more XHTML strict errors

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4467 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
lulabad 2008-02-09 15:24:07 +00:00
parent 3636526bd6
commit 3ef91a3bc9
4 changed files with 8 additions and 8 deletions

View File

@ -132,7 +132,7 @@ public class ConfigLanguage_p {
//virtual entry
prop.put("langlist_0_file", "default");
prop.put("langlist_0_name", ((langNames.get("default") == null) ? "default" : (String) langNames.get("default")));
prop.put("langlist_0_selected", "selected");
prop.put("langlist_0_selected", "selected=\"selected\"");
for(i=0;i<= langFiles.length-1 ;i++){
if(langFiles[i].endsWith(".lng")){
@ -142,7 +142,7 @@ public class ConfigLanguage_p {
prop.put("langlist_"+(i+1)+"_file", langFiles[i]);
prop.put("langlist_"+(i+1)+"_name", ((langName == null) ? langKey : langName));
if(env.getConfig("locale.language", "default").equals(langKey)) {
prop.put("langlist_"+(i+1)+"_selected", "selected");
prop.put("langlist_"+(i+1)+"_selected", "selected=\"selected\"");
prop.put("langlist_0_selected", " "); // reset Default
} else {
prop.put("langlist_"+(i+1)+"_selected", " ");

View File

@ -74,7 +74,7 @@
<input type="radio" value="off" id="indexDistributeWhileCrawlingOff"
name="indexDistributeWhileCrawling"
#(indexDistributeWhileCrawling.off)#::checked="checked" #(/indexDistributeWhileCrawling.off)#/>
<label for="indexDistributeWhileCrawlingOff">disabled during crawling</label>.<br>
<label for="indexDistributeWhileCrawlingOff">disabled during crawling</label>.<br />
<input type="radio" value="on" id="indexDistributeWhileIndexingOn"
name="indexDistributeWhileIndexing"
#(indexDistributeWhileIndexing.on)#::checked="checked" #(/indexDistributeWhileIndexing.on)#/>

View File

@ -78,8 +78,8 @@
</dl>
</fieldset>
</form>
<p><img src="PerformanceGraph.png" name="graph" /></p>
<p><form name="optionreloadGraph"><input type="checkbox" name="option" /> auto-reload graph</form></p>
<p><img src="PerformanceGraph.png" name="graph" alt="PerformanceGraph"/></p>
<p><form name="optionreloadGraph" action="" method="get"><input type="checkbox" name="option" /> auto-reload graph</form></p>
<p><strong>EcoTable RAM Index:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">

View File

@ -84,9 +84,9 @@
</td>
</tr>
<tr valign="top" class="TableCellDark">
<td>Words in RAM cache:<br>(Size in KBytes)</td>
<td>#[wordCacheWSize]#<br>(#[wordCacheWSizeKBytes]# KB)</td>
<td>#[wordCacheKSize]#<br>(#[wordCacheKSizeKBytes]# KB)</td>
<td>Words in RAM cache:<br />(Size in KBytes)</td>
<td>#[wordCacheWSize]#<br />(#[wordCacheWSizeKBytes]# KB)</td>
<td>#[wordCacheKSize]#<br />(#[wordCacheKSizeKBytes]# KB)</td>
<td>
This is the current size of the word caches.
The indexing cache speeds up the indexing process, the DHT cache holds indexes temporary for approval.