Slight reordering of config.jsp content, and promotion of help sections to <h3>.

This commit is contained in:
z3d
2009-07-15 02:25:49 +00:00
parent 9f84d13542
commit 68e81fa8c8
2 changed files with 9 additions and 9 deletions

View File

@ -26,12 +26,12 @@
System.setProperty("net.i2p.router.web.ConfigNetHandler.nonce", new java.util.Random().nextLong()+""); %> System.setProperty("net.i2p.router.web.ConfigNetHandler.nonce", new java.util.Random().nextLong()+""); %>
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigNetHandler.nonce")%>" /> <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigNetHandler.nonce")%>" />
<input type="hidden" name="action" value="blah" /> <input type="hidden" name="action" value="blah" />
<div class="configure" id="configure">
<h3>Bandwidth limiter</h3> <h3>Bandwidth limiter</h3>
<p> <p>
<b>I2P will work best if you configure your rates to match the speed of your internet connection.</b> <b>I2P will work best if you configure your rates to match the speed of your internet connection.</b>
</p><p> </p>
<div class="configure" id="configure">
<p>
<table> <table>
<tr><td><input style="text-align: right; width: 5em;" name="inboundrate" type="text" size="5" maxlength="5" value="<jsp:getProperty name="nethelper" property="inboundRate" />" /> KBps <tr><td><input style="text-align: right; width: 5em;" name="inboundrate" type="text" size="5" maxlength="5" value="<jsp:getProperty name="nethelper" property="inboundRate" />" /> KBps
In <td>(<jsp:getProperty name="nethelper" property="inboundRateBits" />)<br /> In <td>(<jsp:getProperty name="nethelper" property="inboundRateBits" />)<br />
@ -153,8 +153,7 @@
</p><p><b>Note: Changing these settings will restart your router.</b> </p><p><b>Note: Changing these settings will restart your router.</b>
</p> </p>
<input type="submit" name="save" value="Save changes" /> <input type="reset" value="Cancel" /><br /> <input type="submit" name="save" value="Save changes" /> <input type="reset" value="Cancel" /><br />
<hr /> <h3><a name="chelp">Configuration Help:</a></h3>
<b><a name="chelp">Configuration Help:</a></b>
<p> <p>
While I2P will work fine behind most firewalls, your speeds and network integration will generally improve While I2P will work fine behind most firewalls, your speeds and network integration will generally improve
if the I2P port (generally 8887) is forwarded for both UDP and TCP. if the I2P port (generally 8887) is forwarded for both UDP and TCP.
@ -189,8 +188,7 @@
hostname, or do not properly configure your NAT or firewall, your network performance will degrade hostname, or do not properly configure your NAT or firewall, your network performance will degrade
substantially. When in doubt, leave the settings at the defaults.</p> substantially. When in doubt, leave the settings at the defaults.</p>
</p> </p>
<hr /> <h3><a name="help">Reachability Help:</a></h3>
<b><a name="help">Reachability Help:</a></b>
<p> <p>
While I2P will work fine behind most firewalls, your speeds and network integration will generally improve While I2P will work fine behind most firewalls, your speeds and network integration will generally improve
if the I2P port (generally 8887) to both UDP and TCP. if the I2P port (generally 8887) to both UDP and TCP.

View File

@ -322,7 +322,8 @@ h1 {
font-style: normal; font-style: normal;
letter-spacing: 0.15em; letter-spacing: 0.15em;
text-transform: uppercase; text-transform: uppercase;
text-shadow: 0px 0px 1px rgba(0, 0, 176, 0.9); text-shadow: 0px 0px 1px rgba(0, 0, 148, 0.9);
-moz-box-shadow: inset 0px 0px 16px 1px #eef;
white-space: normal; white-space: normal;
background-color: #ddddff; background-color: #ddddff;
border: 1px solid #002; border: 1px solid #002;
@ -360,7 +361,8 @@ h2 a:hover {
h3 { h3 {
border: 1px solid #002; border: 1px solid #002;
padding: 3px 4px 3px 4px ; border-left: 5px solid #002;
padding: 3px 5px 3px 5px ;
margin: 20px 0 15px 0; margin: 20px 0 15px 0;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0;