I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 68e81fa8 authored by z3d's avatar z3d
Browse files

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

parent 9f84d135
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,12 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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.
......
...@@ -322,7 +322,8 @@ h1 { ...@@ -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 { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment