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 @@
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="action" value="blah" />
<div class="configure" id="configure">
<h3>Bandwidth limiter</h3>
<p>
<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>
<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 />
......@@ -153,8 +153,7 @@
</p><p><b>Note: Changing these settings will restart your router.</b>
</p>
<input type="submit" name="save" value="Save changes" /> <input type="reset" value="Cancel" /><br />
<hr />
<b><a name="chelp">Configuration Help:</a></b>
<h3><a name="chelp">Configuration Help:</a></h3>
<p>
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.
......@@ -189,8 +188,7 @@
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>
</p>
<hr />
<b><a name="help">Reachability Help:</a></b>
<h3><a name="help">Reachability Help:</a></h3>
<p>
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.
......
......@@ -322,7 +322,8 @@ h1 {
font-style: normal;
letter-spacing: 0.15em;
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;
background-color: #ddddff;
border: 1px solid #002;
......@@ -360,7 +361,8 @@ h2 a:hover {
h3 {
border: 1px solid #002;
padding: 3px 4px 3px 4px ;
border-left: 5px solid #002;
padding: 3px 5px 3px 5px ;
margin: 20px 0 15px 0;
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.
Finish editing this message first!
Please register or to comment