more XHTML validation

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3710 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
(no author) 2007-05-11 18:19:09 +00:00
parent 46367afaaa
commit 424146f027
5 changed files with 9 additions and 9 deletions

View File

@ -25,14 +25,14 @@
<form action="ConfigBasic.html" method="post" enctype="multipart/form-data">
<ol>
<li>
<img src="/env/grafics/ok.png" height="32px" width="32px" alt="ok" />&nbsp;Select a language for the interface:<br />
<img src="/env/grafics/ok.png" height="32" width="32" alt="ok" />&nbsp;Select a language for the interface:<br />
<fieldset>
<input type="radio" name="language" id="lang_de" value="de" #(langDeutsch)#::checked="checked"#(/langDeutsch)# /><label for="lang_de">Deutsch</label>&nbsp;
<input type="radio" name="language" value="default" id="lang_en" #(langEnglish)#::checked="checked"#(/langEnglish)# /><label for="lang_en">English</label>
</fieldset>
</li>
<li>
#(statusPassword)#<img src="/env/grafics/bad.png" height="32px" width="32px" alt="warning" />&nbsp;Please set a password for your peer to protect your settings (> 3 characters); if this is successful you will be asked to log in with these values immediately.::<img src="/env/grafics/ok.png" height="32px" width="32px" alt="ok" />&nbsp;Password is set#(/statusPassword)#<br />
#(statusPassword)#<img src="/env/grafics/bad.png" height="32" width="32" alt="warning" />&nbsp;Please set a password for your peer to protect your settings (> 3 characters); if this is successful you will be asked to log in with these values immediately.::<img src="/env/grafics/ok.png" height="32" width="32" alt="ok" />&nbsp;Password is set#(/statusPassword)#<br />
<fieldset>
<dl class="userConfig">
<dt><label for="adminuser">Peer User:</label></dt>
@ -45,7 +45,7 @@
</fieldset>
</li>
<li>
#(statusName)#<img src="/env/grafics/bad.png" height="32px" width="32px" alt="warning" />&nbsp;Your peer name has not been customized; please set your own peer name::<img src="/env/grafics/ok.png" height="32px" width="32px" alt="ok" />&nbsp;You have a nice peer name#(/statusName)#<br />
#(statusName)#<img src="/env/grafics/bad.png" height="32" width="32" alt="warning" />&nbsp;Your peer name has not been customized; please set your own peer name::<img src="/env/grafics/ok.png" height="32" width="32" alt="ok" />&nbsp;You have a nice peer name#(/statusName)#<br />
<fieldset>
<dl>
<dt><label for="peername">Peer Name: </label></dt>
@ -56,7 +56,7 @@
</fieldset>
</li>
<li>
#(statusPort)#<img src="/env/grafics/bad.png" height="32px" width="32px" alt="warning" />&nbsp;Your peer cannot be reached from outside (what is not fatal, but would be good for the YaCy network); please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port.::<img src="/env/grafics/ok.png" height="32px" width="32px" alt="ok" />&nbsp;Your peer can be reached by other peers#(/statusPort)#<br />
#(statusPort)#<img src="/env/grafics/bad.png" height="32" width="32" alt="warning" />&nbsp;Your peer cannot be reached from outside (what is not fatal, but would be good for the YaCy network); please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port.::<img src="/env/grafics/ok.png" height="32" width="32" alt="ok" />&nbsp;Your peer can be reached by other peers#(/statusPort)#<br />
<fieldset>
<dl>
<dt><label for="port">Peer Port: </label></dt>

View File

@ -48,7 +48,7 @@
<td><input type="file" name="crawlingFile" size="28" /></td>
</tr>
<tr>
<td colspan="3" class="commit"><span id="title"><br></span><img src="/env/grafics/empty.gif" name="ajax" /></td>
<td colspan="3" class="commit"><span id="title"><br/></span><img src="/env/grafics/empty.gif" name="ajax" alt="empty" /></td>
</tr>
</table>
</td>

View File

@ -52,7 +52,7 @@
<td align="right"><input name="#[threadname]#_idlesleep" size="7" maxlength="7" value="#[idlesleep]#" /> milliseconds</td>
<td align="right"><input name="#[threadname]#_busysleep" size="7" maxlength="7" value="#[busysleep]#" /> milliseconds</td>
<td align="right"><input name="#[threadname]#_memprereq" size="7" maxlength="10" value="#[memprereq]#" #(disabled)#:: disabled="disabled"#(/disabled)# /> kbytes</td>
<td align="left">#[longdescr]##(recommendation)#::<br>recommended: #[value]##(/recommendation)#</td>
<td align="left">#[longdescr]##(recommendation)#::<br/>recommended: #[value]##(/recommendation)#</td>
</tr>
#{/table}#
<tr class="TableCellLight">

View File

@ -4,8 +4,7 @@
<title>YaCy '#[clientname]#': Steering</title>
#%env/templates/metas.template%#
</head>
<body marginheight="0" marginwidth="40" leftmargin="40" topmargin="0">
<br /><br />
<body style="margin:40px;">
<h2>Steering Receipt:</h2>
<p>#(info)#
<b>No information has been submitted</b><br />

View File

@ -9,7 +9,7 @@
<script type="text/javascript" src="/js/WatchCrawler.js"></script></head>
<body id="watchCrawler"> #%env/templates/header.template%#
<h2>Crawler Monitor</h2>
<p> Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds. <img src="/env/grafics/empty.gif" name="ajax" />
<p> Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds. <img src="/env/grafics/empty.gif" name="ajax" alt="empty"/>
</p>
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<tbody>
@ -66,6 +66,7 @@
<td align="left" #(crawlingSpeedMaxChecked)#::class="TableCellDark"#(/crawlingSpeedMaxChecked)#><input type="submit" name="crawlingPerformance" value="maximum" /></td>
</tr>
</tbody>
</form>
</table>
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">