avoid confusion with green_bar.gif and red_bar.gif

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1780 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
allo 2006-02-28 09:17:56 +00:00
parent 32d4c3e4c6
commit aca1a3dc8f
6 changed files with 10 additions and 14 deletions

View File

@ -108,7 +108,7 @@
#(progressbar)#:: #(progressbar)#::
Progress towards the next Peer: #[percent]#%.<br /> Progress towards the next Peer: #[percent]#%.<br />
At current PPM you will reach him #(timemessage)#in a unknown time::in #[time]#::never, because he is faster than you#(/timemessage)#.<br /> At current PPM you will reach him #(timemessage)#in a unknown time::in #[time]#::never, because he is faster than you#(/timemessage)#.<br />
#{percent}#<img src="/env/grafics/green-bar.png">#{/percent}##{percent2}#<img src="/env/grafics/red-bar.png">#{/percent2}# #{percent}#<img src="/env/grafics/green-block.png">#{/percent}##{percent2}#<img src="/env/grafics/red-block.png">#{/percent2}#
#(/progressbar)# #(/progressbar)#
:: ::
<p><font size="1">All Peers:<br> <p><font size="1">All Peers:<br>

View File

@ -71,11 +71,9 @@
<tr> <tr>
<td width="70">#[indexingQueueSize]#&nbsp;|&nbsp;#[indexingQueueMax]#&nbsp;</td> <td width="70">#[indexingQueueSize]#&nbsp;|&nbsp;#[indexingQueueMax]#&nbsp;</td>
<td> <td>
<table border="0" cellpadding="0" cellspacing="0" width="150" height="10" bgcolor="#FFFFFF" style="border-style:solid; border-width:1px; border-color:#CAD5E3"> <div width="150" height="10" style="border-style:solid; border-width:1px; border-color:#CAD5E3">
<tr> <img src="env/grafics/green_bar.gif" width="#[indexingQueuePercent]#%" height="10" alt="">
<td align="left"><img src="env/grafics/green_bar.gif" width="#[indexingQueuePercent]#%" height="10" alt=""></td> </div>
</tr>
</table>
</td> </td>
</tr> </tr>
</table> </table>
@ -89,11 +87,9 @@
<tr> <tr>
<td width="70">#[loaderQueueSize]#&nbsp;|&nbsp;#[loaderQueueMax]#&nbsp;</td> <td width="70">#[loaderQueueSize]#&nbsp;|&nbsp;#[loaderQueueMax]#&nbsp;</td>
<td> <td>
<table border="0" cellpadding="0" cellspacing="0" width="150" height="10" bgcolor="#FFFFFF" style="border-style:solid; border-width:1px; border-color:#CAD5E3"> <div width="150" height="10" style="border-style:solid; border-width:1px; border-color:#CAD5E3">
<tr> <img src="env/grafics/green_bar.gif" width="#[loaderQueuePercent]#%" height="10" alt="">
<td align="left"><img src="env/grafics/green_bar.gif" width="#[loaderQueuePercent]#%" height="10" alt=""></td> </div>
</tr>
</table>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -17,7 +17,7 @@ You are currently logged in as #[username]#.<br />
<input type="submit" name="logout" value="logout"> <input type="submit" name="logout" value="logout">
</form> </form>
#(limit)#:: #(limit)#::
#{percent}#<img src="/env/grafics/red-bar.png">#{/percent}##{percent2}#<img src="/env/grafics/green-bar.png">#{/percent2}# #{percent}#<img src="/env/grafics/red-block.png">#{/percent}##{percent2}#<img src="/env/grafics/green-block.png">#{/percent2}#
<br /> <br />
You have used <strong>#[timeused]#</strong> minutes of your onlinetime limit of <strong>#[timelimit]#</strong> minutes per day.<br /> You have used <strong>#[timeused]#</strong> minutes of your onlinetime limit of <strong>#[timelimit]#</strong> minutes per day.<br />
#(/limit)# #(/limit)#

View File

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 204 B

View File

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

View File

@ -1,6 +1,6 @@
DELETE_STRING="delete"; DELETE_STRING="delete";
BAR_IMG1="/env/grafics/green-bar.png"; BAR_IMG1="/env/grafics/green-block.png";
BAR_IMG2="/env/grafics/red-bar.png"; BAR_IMG2="/env/grafics/red-block.png";
WORDCACHEBAR_LENGTH=1/4; WORDCACHEBAR_LENGTH=1/4;