fixed more XHTML strict errors

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4467 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lulabad 17 years ago
parent 3636526bd6
commit 3ef91a3bc9

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

@ -74,7 +74,7 @@
<input type="radio" value="off" id="indexDistributeWhileCrawlingOff" <input type="radio" value="off" id="indexDistributeWhileCrawlingOff"
name="indexDistributeWhileCrawling" name="indexDistributeWhileCrawling"
#(indexDistributeWhileCrawling.off)#::checked="checked" #(/indexDistributeWhileCrawling.off)#/> #(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" <input type="radio" value="on" id="indexDistributeWhileIndexingOn"
name="indexDistributeWhileIndexing" name="indexDistributeWhileIndexing"
#(indexDistributeWhileIndexing.on)#::checked="checked" #(/indexDistributeWhileIndexing.on)#/> #(indexDistributeWhileIndexing.on)#::checked="checked" #(/indexDistributeWhileIndexing.on)#/>

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

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

Loading…
Cancel
Save