forked from I2P_Developers/i2p.i2p
Minor theme updates; lose whitespace in config.jsp; add license for SilkIcons.
This commit is contained in:
@ -48,7 +48,7 @@
|
|||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td><jsp:getProperty name="nethelper" property="sharePercentageBox" /> Share</td>
|
<td><jsp:getProperty name="nethelper" property="sharePercentageBox" /> Share</td>
|
||||||
<td>(<jsp:getProperty name="nethelper" property="shareRateBits" />)
|
<td>(<jsp:getProperty name="nethelper" property="shareRateBits" />)
|
||||||
</td></tr></table></div></p><p>
|
</td></tr></table></div></p>
|
||||||
<% int share = nethelper.getShareBandwidth();
|
<% int share = nethelper.getShareBandwidth();
|
||||||
if (share < 12) {
|
if (share < 12) {
|
||||||
out.print("<b>NOTE</b>: You have configured I2P to share only " + share + "KBps. ");
|
out.print("<b>NOTE</b>: You have configured I2P to share only " + share + "KBps. ");
|
||||||
@ -60,7 +60,7 @@
|
|||||||
out.print("The higher the share bandwidth the more you improve your anonymity and help the network.<hr>");
|
out.print("The higher the share bandwidth the more you improve your anonymity and help the network.<hr>");
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
</p><div class="formaction">
|
<div class="formaction">
|
||||||
<input type="submit" name="save" value="Save changes" /> <input type="reset" value="Cancel" /></div>
|
<input type="submit" name="save" value="Save changes" /> <input type="reset" value="Cancel" /></div>
|
||||||
<!--
|
<!--
|
||||||
<b>Enable load testing: </b>
|
<b>Enable load testing: </b>
|
||||||
@ -171,7 +171,7 @@
|
|||||||
</ul><br>
|
</ul><br>
|
||||||
Reviewing the <a href="peers.jsp#upnp">UPnP status</a> may help.
|
Reviewing the <a href="peers.jsp#upnp">UPnP status</a> may help.
|
||||||
UPnP may be enabled or disabled above, but a change requires a router restart to take effect.
|
UPnP may be enabled or disabled above, but a change requires a router restart to take effect.
|
||||||
</p><p>Hostnames entered above will be published in the network database.
|
<p>Hostnames entered above will be published in the network database.
|
||||||
They are <b>not private</b>.
|
They are <b>not private</b>.
|
||||||
Also, <b>do not enter a private IP address</b> like 127.0.0.1 or 192.168.1.1.
|
Also, <b>do not enter a private IP address</b> like 127.0.0.1 or 192.168.1.1.
|
||||||
If you specify the wrong IP address or
|
If you specify the wrong IP address or
|
||||||
@ -233,7 +233,7 @@
|
|||||||
<li class="tidylist"><b>ERR - Client Manager I2CP Error - check logs</b> -
|
<li class="tidylist"><b>ERR - Client Manager I2CP Error - check logs</b> -
|
||||||
This is usually due to a port 7654 conflict. Check the logs to verify. Do you have another I2P instance running?
|
This is usually due to a port 7654 conflict. Check the logs to verify. Do you have another I2P instance running?
|
||||||
Stop the conflicting program and restart I2P.
|
Stop the conflicting program and restart I2P.
|
||||||
</ul></p><br>
|
</ul><hr>
|
||||||
<!--
|
<!--
|
||||||
<b>Dynamic Router Keys: </b>
|
<b>Dynamic Router Keys: </b>
|
||||||
<input type="checkbox" class="optbox" name="dynamicKeys" value="true" <jsp:getProperty name="nethelper" property="dynamicKeysChecked" /> /><br>
|
<input type="checkbox" class="optbox" name="dynamicKeys" value="true" <jsp:getProperty name="nethelper" property="dynamicKeysChecked" /> /><br>
|
||||||
|
@ -259,13 +259,17 @@ div.main {
|
|||||||
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.main ul {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
div.main li {
|
div.main li {
|
||||||
padding-bottom: 10px;
|
padding: 0 0 5px 0;
|
||||||
list-style: square;
|
list-style: square;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.main li:first-child {
|
div.main li:first-child {
|
||||||
padding-top: 20px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.main textarea {
|
div.main textarea {
|
||||||
|
@ -226,7 +226,7 @@ div.warning {
|
|||||||
/* console error messages */
|
/* console error messages */
|
||||||
|
|
||||||
div.sorry {
|
div.sorry {
|
||||||
margin: 5px 15px 10px 220px;
|
margin: 15px 15px 10px 220px;
|
||||||
padding: 20px 20px 20px 75px;
|
padding: 20px 20px 20px 75px;
|
||||||
background: #005;
|
background: #005;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
@ -310,7 +310,7 @@ div.confignav {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.configure {
|
div.configure {
|
||||||
padding: 5px 15px 15px 15px;
|
padding: 5px 15px 0 15px;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
background: #005;
|
background: #005;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
@ -357,7 +357,7 @@ div.messages li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.graphspanel {
|
div.graphspanel {
|
||||||
padding: 15px;
|
padding: 10px 15px 0 15px;
|
||||||
margin: 15px 0px;
|
margin: 15px 0px;
|
||||||
background: #005;
|
background: #005;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
@ -373,7 +373,11 @@ div.graphspanel {
|
|||||||
|
|
||||||
div.graphspanel form {
|
div.graphspanel form {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 15px;
|
padding: 0 15px 0px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.graphspanel hr {
|
||||||
|
margin: 10px -15px 10px -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.graphspanel img {
|
div.graphspanel img {
|
||||||
@ -824,6 +828,10 @@ form {}
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.joblog form:first-child {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.smallhead {
|
.smallhead {
|
||||||
font-size: 7pt
|
font-size: 7pt
|
||||||
}
|
}
|
||||||
|
22
licenses/LICENSE-SilkIcons.txt
Normal file
22
licenses/LICENSE-SilkIcons.txt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
Silk icon set 1.3
|
||||||
|
|
||||||
|
_________________________________________
|
||||||
|
Mark James
|
||||||
|
http://www.famfamfam.com/lab/icons/silk/
|
||||||
|
_________________________________________
|
||||||
|
|
||||||
|
This work is licensed under a
|
||||||
|
Creative Commons Attribution 2.5 License.
|
||||||
|
[ http://creativecommons.org/licenses/by/2.5/ ]
|
||||||
|
|
||||||
|
This means you may use it for any purpose,
|
||||||
|
and make any changes you like.
|
||||||
|
All I ask is that you include a link back
|
||||||
|
to this page in your credits.
|
||||||
|
|
||||||
|
Are you using this icon set? Send me an email
|
||||||
|
(including a link or picture if available) to
|
||||||
|
mjames@gmail.com
|
||||||
|
|
||||||
|
Any other questions about this icon set please
|
||||||
|
contact mjames@gmail.com
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 23;
|
public final static long BUILD = 24;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user