Insert some <h3>'s into various config pages and minor meddling with the css.
This commit is contained in:
@ -28,6 +28,7 @@
|
|||||||
System.setProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce", new java.util.Random().nextLong()+""); %>
|
System.setProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce", new java.util.Random().nextLong()+""); %>
|
||||||
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce")%>" />
|
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce")%>" />
|
||||||
<input type="hidden" name="action" value="blah" />
|
<input type="hidden" name="action" value="blah" />
|
||||||
|
<h3>Advanced I2P Configuration</h3>
|
||||||
<textarea rows="32" cols="60" name="config" wrap="off"><jsp:getProperty name="advancedhelper" property="settings" /></textarea><br /><hr>
|
<textarea rows="32" cols="60" name="config" wrap="off"><jsp:getProperty name="advancedhelper" property="settings" /></textarea><br /><hr>
|
||||||
<p align="right">
|
<p align="right">
|
||||||
<input type="submit" name="shouldsave" value="Apply" />
|
<input type="submit" name="shouldsave" value="Apply" />
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
System.setProperty("net.i2p.router.web.ConfigLoggingHandler.nonce", new java.util.Random().nextLong()+""); %>
|
System.setProperty("net.i2p.router.web.ConfigLoggingHandler.nonce", new java.util.Random().nextLong()+""); %>
|
||||||
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigLoggingHandler.nonce")%>" />
|
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigLoggingHandler.nonce")%>" />
|
||||||
<input type="hidden" name="action" value="blah" />
|
<input type="hidden" name="action" value="blah" />
|
||||||
|
<h3>Configure I2P Logging Options</h3>
|
||||||
<table border="0" cellspacing="5">
|
<table border="0" cellspacing="5">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top"><b>Logging filename:</b>
|
<td valign="top"><b>Logging filename:</b>
|
||||||
|
@ -71,6 +71,7 @@ function toggleAll(category)
|
|||||||
System.setProperty("net.i2p.router.web.ConfigStatsHandler.nonce", new java.util.Random().nextLong()+""); %>
|
System.setProperty("net.i2p.router.web.ConfigStatsHandler.nonce", new java.util.Random().nextLong()+""); %>
|
||||||
<input type="hidden" name="action" value="foo" />
|
<input type="hidden" name="action" value="foo" />
|
||||||
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigStatsHandler.nonce")%>" />
|
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigStatsHandler.nonce")%>" />
|
||||||
|
<h3>Configure I2P Stat Collection</h3>
|
||||||
Enable full stats?
|
Enable full stats?
|
||||||
<input type="checkbox" name="isFull" value="true" <%
|
<input type="checkbox" name="isFull" value="true" <%
|
||||||
if (statshelper.getIsFull()) { %>checked="true" <% } %>/>
|
if (statshelper.getIsFull()) { %>checked="true" <% } %>/>
|
||||||
|
@ -170,7 +170,7 @@ div.configure {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.messages {
|
div.messages {
|
||||||
padding: 0 10px;
|
padding: 10px;
|
||||||
margin: 10px 0 20px 0;
|
margin: 10px 0 20px 0;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-khtml-border-radius: 4px;
|
-khtml-border-radius: 4px;
|
||||||
|
@ -328,7 +328,7 @@ h2 {
|
|||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
color: #001;
|
color: #001;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
background: #ddf url('images/tabletile.png');
|
background: #ddf url('images/lightbluetile.png');
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 64, 0.5);
|
text-shadow: 0px 0px 1px rgba(0, 0, 64, 0.5);
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
wordwrap: none;
|
wordwrap: none;
|
||||||
|
Reference in New Issue
Block a user