Status.html now more XHTML valid

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3694 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
(no author) 18 years ago
parent 139c59ebbd
commit 0132fb6ea7

@ -16,7 +16,7 @@
<!-- urgent --> <!-- urgent -->
#(urgentSetPassword)#:: #(urgentSetPassword)#::
<dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad" /></dt>
<dd class="hint"><strong>Your settings are _not_ protected!</strong> <dd class="hint"><strong>Your settings are _not_ protected!</strong>
Please open the <a href="ConfigBasic.html">settings</a> page <strong>immediately</strong> Please open the <a href="ConfigBasic.html">settings</a> page <strong>immediately</strong>
and set an administration password. and set an administration password.
@ -24,7 +24,7 @@
#(/urgentSetPassword)# #(/urgentSetPassword)#
#(urgentStatusVirgin)#:: #(urgentStatusVirgin)#::
<dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad"/></dt>
<dd class="hint">You have not published your peer seed yet. This happens automatically, just wait. <dd class="hint">You have not published your peer seed yet. This happens automatically, just wait.
While you have this status you are not allowed to search other peers. While you have this status you are not allowed to search other peers.
</dd> </dd>
@ -33,7 +33,7 @@
<!-- warnings --> <!-- warnings -->
#(warningGoOnline)#:: #(warningGoOnline)#::
<dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad"/></dt>
<dd class="hint">The peer must go online to get a peer address. <dd class="hint">The peer must go online to get a peer address.
If you don't know how to configure your system to use a proxy, If you don't know how to configure your system to use a proxy,
see the <a href="http://www.yacy.net/yacy/Installation.html#wininst">installation instructions</a>. see the <a href="http://www.yacy.net/yacy/Installation.html#wininst">installation instructions</a>.
@ -41,7 +41,7 @@
#(/warningGoOnline)# #(/warningGoOnline)#
#(warningStatusJunior)#:: #(warningStatusJunior)#::
<dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32" alt="bad"/></dt>
<dd class="hint">You cannot be reached from outside. <dd class="hint">You cannot be reached from outside.
A possible reason is that you are behind a firewall, NAT or Router. A possible reason is that you are behind a firewall, NAT or Router.
But you can <a href="index.html">search the internet</a> using the other peers' But you can <a href="index.html">search the internet</a> using the other peers'
@ -55,12 +55,12 @@
<!-- hints --> <!-- hints -->
#(hintVersionAvailable)#:: #(hintVersionAvailable)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
<dd class="hint">Latest public version is v#[latestVersion]#. <dd class="hint">Latest public version is v#[latestVersion]#.
You can download a more recent version of YaCy. Click here to install this update and restart YaCy: You can download a more recent version of YaCy. Click here to install this update and restart YaCy:
<form action="Status.html" method="get" class="PeerControl"> <form action="Status.html" method="get" class="PeerControl">
<button type="submit" name="aquirerelease" value="Update YaCy"> <button type="submit" name="aquirerelease" value="Update YaCy">
<img src="/env/grafics/lock.gif"/> <img src="/env/grafics/lock.gif" />
Install YaCy v#[latestVersion]# Install YaCy v#[latestVersion]#
</button> </button>
</form> </form>
@ -68,58 +68,58 @@
#(/hintVersionAvailable)# #(/hintVersionAvailable)#
<!-- <!--
#(hintVersionDownload)#:: #(hintVersionDownload)#::
<dt class="hintIcon"><img src="env/grafics/start.gif"></dt> <dt class="hintIcon"><img src="env/grafics/start.gif" alt="Start"/></dt>
<dd class="hint">You can download the latest releases here: <dd class="hint">You can download the latest releases here:
#[versionResMain]# or #[versionResDev]# #[versionResMain]# or #[versionResDev]#
</dd> </dd>
#(/hintVersionDownload)# #(/hintVersionDownload)#
--> -->
#(hintStatusSenior)#:: #(hintStatusSenior)#::
<dt class="hintIcon"><img src="env/grafics/good.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/good.png" width="32" height="32" alt="good"/></dt>
<dd class="hint">You are running a server in senior mode and you support the global internet index, <dd class="hint">You are running a server in senior mode and you support the global internet index,
which you can also <a href="index.html">search yourself</a>. which you can also <a href="index.html">search yourself</a>.
</dd> </dd>
#(/hintStatusSenior)# #(/hintStatusSenior)#
#(hintStatusPrincipal)#:: #(hintStatusPrincipal)#::
<dt class="hintIcon"><img src="env/grafics/good.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/good.png" width="32" height="32" alt="good"/></dt>
<dd class="hint">You have a principal peer because you publish your seed-list to a public accessible server <dd class="hint">You have a principal peer because you publish your seed-list to a public accessible server
where it can be retrieved using the URL <a href="#[seedURL]#">#[seedURL]#</a>. where it can be retrieved using the URL <a href="#[seedURL]#">#[seedURL]#</a>.
</dd> </dd>
#(/hintStatusPrincipal)# #(/hintStatusPrincipal)#
#(hintCrawlStart)#:: #(hintCrawlStart)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
<dd class="hint">Your Web Page Indexer is idle. You can start your own web crawl <a href="IndexCreate_p.html">here</a> <dd class="hint">Your Web Page Indexer is idle. You can start your own web crawl <a href="IndexCreate_p.html">here</a>
</dd> </dd>
#(/hintCrawlStart)# #(/hintCrawlStart)#
#(hintCrawlMonitor)#:: #(hintCrawlMonitor)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
<dd class="hint">Your Web Page Indexer is busy. You can monitor your web crawl <a href="WatchCrawler_p.html">here</a> <dd class="hint">Your Web Page Indexer is busy. You can monitor your web crawl <a href="WatchCrawler_p.html">here</a>
</dd> </dd>
#(/hintCrawlMonitor)# #(/hintCrawlMonitor)#
<!-- templates <!-- templates
#(hint)#:: #(hint)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
<dd class="hint"> <dd class="hint">
</dd> </dd>
#(/hint)# #(/hint)#
#(hint)#:: #(hint)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
<dd class="hint"> <dd class="hint">
</dd> </dd>
#(/hint)# #(/hint)#
#(hint)#:: #(hint)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea" /></dt>
<dd class="hint"> <dd class="hint">
</dd> </dd>
#(/hint)# #(/hint)#
#(hint)#:: #(hint)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt> <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea" /></dt>
<dd class="hint"> <dd class="hint">
</dd> </dd>
#(/hint)# #(/hint)#
@ -154,7 +154,7 @@
<dd>#(peerAddress)# <dd>#(peerAddress)#
Not assigned Not assigned
:: ::
http://#[address]#<br> http://#[address]#<br/>
http://#[peername]#.yacy http://#[peername]#.yacy
#(/peerAddress)#</dd> #(/peerAddress)#</dd>

@ -27,20 +27,20 @@
<dt>Auto-popup on start-up</dt> <dt>Auto-popup on start-up</dt>
<dd> <dd>
#(popup)# #(popup)#
Disabled <a href="Status.html?popup=true">[Enable] Disabled <a href="Status.html?popup=true">[Enable]</a>
:: ::
Enabled <a href="Status.html?popup=false">[Disable] Enabled <a href="Status.html?popup=false">[Disable]</a>
#(/popup)# #(/popup)#
</dd> </dd>
<dt><a href="PerformanceMemory_p.html">Memory Usage</a></dt> <dt><a href="PerformanceMemory_p.html">Memory Usage</a></dt>
<dd> <dd>
free: #[freeMemory]#<br> free: #[freeMemory]#<br/>
total: #[totalMemory]#<br> total: #[totalMemory]#<br/>
max: #[maxMemory]#</dd> max: #[maxMemory]#</dd>
<dt>Traffic [<a href="Status.html?ResetTraffic=">Reset</a>]</dt> <dt>Traffic [<a href="Status.html?ResetTraffic=">Reset</a>]</dt>
<dd>Proxy: #[trafficProxy]#<br>Crawler: #[trafficCrawler]#</dd> <dd>Proxy: #[trafficProxy]#<br/>Crawler: #[trafficCrawler]#</dd>
<dt><a href="Connections_p.html">Incoming Connections</a></dt> <dt><a href="Connections_p.html">Incoming Connections</a></dt>
<dd>Active: #[connectionsActive]# | Idle: #[connectionsIdle]# | Max: #[connectionsMax]#</dd> <dd>Active: #[connectionsActive]# | Idle: #[connectionsIdle]# | Max: #[connectionsMax]#</dd>
@ -48,7 +48,7 @@
<dt><a href="IndexCreateIndexingQueue_p.html">Indexing Queue</a></dt> <dt><a href="IndexCreateIndexingQueue_p.html">Indexing Queue</a></dt>
<dd><table> <dd><table>
<tr> <tr>
<td><div class="ProgressBar"><div class="ProgressBarFill" style="width:#[indexingQueuePercent]#%;" /></div></div</td> <td><div class="ProgressBar"><div class="ProgressBarFill" style="width:#[indexingQueuePercent]#%;" ></div></div></td>
<td><div class="ProgressBarCaption">#[indexingQueueSize]#&nbsp;|&nbsp;#[indexingQueueMax]#</div></td> <td><div class="ProgressBarCaption">#[indexingQueueSize]#&nbsp;|&nbsp;#[indexingQueueMax]#</div></td>
</tr> </tr>
</table></dd> </table></dd>
@ -56,7 +56,7 @@
<dt><a href="IndexCreateLoaderQueue_p.html">Loader Queue</a></dt> <dt><a href="IndexCreateLoaderQueue_p.html">Loader Queue</a></dt>
<dd><table> <dd><table>
<tr> <tr>
<td><div class="ProgressBar"><div class="ProgressBarFill" style="width:#[loaderQueuePercent]#%;" /></div></div></td> <td><div class="ProgressBar"><div class="ProgressBarFill" style="width:#[loaderQueuePercent]#%;" ></div></div></td>
<td><div class="ProgressBarCaption">#[loaderQueueSize]#&nbsp;|&nbsp;#[loaderQueueMax]#</div></td> <td><div class="ProgressBarCaption">#[loaderQueueSize]#&nbsp;|&nbsp;#[loaderQueueMax]#</div></td>
</tr> </tr>
</table></dd> </table></dd>
@ -102,7 +102,7 @@
:: ::
Enabled: Updating to file #[seedFile]#. Enabled: Updating to file #[seedFile]#.
Last upload: #[lastUpload]# ago. Last upload: #[lastUpload]# ago.
#(/seedServer)#</td> #(/seedServer)#
</dd> </dd>
</dl> </dl>

Loading…
Cancel
Save