diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-08 04:49:04 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-08 04:49:04 +0000 |
| commit | 6e74adcb54ffbff0cc12ddf15b685849274757a3 (patch) | |
| tree | 8021d5b844f38e65caeb09445dbbad237a0d58bf /htroot/Status.html | |
| parent | a50256aba24cbda69c360af457be93e07b586c5c (diff) | |
*) Bugfix for layout problem with hint boxes
See: http://www.yacy-forum.de/viewtopic.php?p=35316
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3687 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index ac06ae6f5..d5654fe68 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -16,16 +16,16 @@ <!-- urgent -->
#(urgentSetPassword)#::
- <dt><img src="env/grafics/bad.png" width="32" height="32"></dt>
- <dd><strong>Your settings are _not_ protected!</strong>
+ <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32"></dt>
+ <dd class="hint"><strong>Your settings are _not_ protected!</strong>
Please open the <a href="ConfigBasic.html">settings</a> page <strong>immediately</strong>
and set an administration password.
</dd>
#(/urgentSetPassword)#
#(urgentStatusVirgin)#::
- <dt><img src="env/grafics/bad.png" width="32" height="32"></dt>
- <dd>You have not published your peer seed yet. This happens automatically, just wait.
+ <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32"></dt>
+ <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.
</dd>
#(/urgentStatusVirgin)#
@@ -33,16 +33,16 @@ <!-- warnings -->
#(warningGoOnline)#::
- <dt><img src="env/grafics/bad.png" width="32" height="32"></dt>
- <dd>The peer must go online to get a peer address.
+ <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32"></dt>
+ <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,
see the <a href="http://www.yacy.net/yacy/Installation.html#wininst">installation instructions</a>.
</dd>
#(/warningGoOnline)#
#(warningStatusJunior)#::
- <dt><img src="env/grafics/bad.png" width="32" height="32"></dt>
- <dd>You cannot be reached from outside.
+ <dt class="hintIcon"><img src="env/grafics/bad.png" width="32" height="32"></dt>
+ <dd class="hint">You cannot be reached from outside.
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'
global index on your own search page.
@@ -55,8 +55,8 @@ <!-- hints -->
#(hintVersionAvailable)#::
- <dt><img src="env/grafics/idea.png" width="32" height="32"></dt>
- <dd>Latest public version is v#[latestVersion]#.
+ <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt>
+ <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:
<form action="Status.html" method="get" class="PeerControl">
<button type="submit" name="aquirerelease" value="Update YaCy">
@@ -68,59 +68,59 @@ #(/hintVersionAvailable)#
<!--
#(hintVersionDownload)#::
- <dt><img src="env/grafics/start.gif"></dt>
- <dd>You can download the latest releases here:
+ <dt class="hintIcon"><img src="env/grafics/start.gif"></dt>
+ <dd class="hint">You can download the latest releases here:
#[versionResMain]# or #[versionResDev]#
</dd>
#(/hintVersionDownload)#
-->
#(hintStatusSenior)#::
- <dt><img src="env/grafics/good.png" width="32" height="32"></dt>
- <dd>You are running a server in senior mode and you support the global internet index,
+ <dt class="hintIcon"><img src="env/grafics/good.png" width="32" height="32"></dt>
+ <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>.
</dd>
#(/hintStatusSenior)#
#(hintStatusPrincipal)#::
- <dt><img src="env/grafics/good.png" width="32" height="32"></dt>
- <dd>You have a principal peer because you publish your seed-list to a public accessible server
+ <dt class="hintIcon"><img src="env/grafics/good.png" width="32" height="32"></dt>
+ <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>.
</dd>
#(/hintStatusPrincipal)#
#(hintCrawlStart)#::
- <dt><img src="env/grafics/idea.png" width="32" height="32"></dt>
- <dd>Your Web Page Indexer is idle. You can start your own web crawl <a href="IndexCreate_p.html">here</a>
+ <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></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>
#(/hintCrawlStart)#
#(hintCrawlMonitor)#::
- <dt><img src="env/grafics/idea.png" width="32" height="32"></dt>
- <dd>Your Web Page Indexer is busy. You can monitor your web crawl <a href="WatchCrawler_p.html">here</a>
+ <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt>
+ <dd class="hint">Your Web Page Indexer is busy. You can monitor your web crawl <a href="WatchCrawler_p.html">here</a>
</dd>
#(/hintCrawlMonitor)#
<!-- templates
#(hint)#::
- <dt><img src="env/grafics/idea.png" width="32" height="32"></dt>
- <dd>
+ <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt>
+ <dd class="hint">
</dd>
#(/hint)#
#(hint)#::
- <dt><img src="env/grafics/idea.png" width="32" height="32"></dt>
- <dd>
+ <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt>
+ <dd class="hint">
</dd>
#(/hint)#
#(hint)#::
- <dt><img src="env/grafics/idea.png" width="32" height="32"></dt>
- <dd>
+ <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt>
+ <dd class="hint">
</dd>
#(/hint)#
#(hint)#::
- <dt><img src="env/grafics/idea.png" width="32" height="32"></dt>
- <dd>
+ <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32"></dt>
+ <dd class="hint">
</dd>
#(/hint)#
-->
|
