Insert some <h3>'s into various config pages and minor meddling with the css.

This commit is contained in:
z3d
2009-07-17 20:57:18 +00:00
parent a09c06849b
commit 895490df3d
5 changed files with 225 additions and 222 deletions

View File

@ -28,6 +28,7 @@
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="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>
<p align="right">
<input type="submit" name="shouldsave" value="Apply" />

View File

@ -25,6 +25,7 @@
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="action" value="blah" />
<h3>Configure I2P Logging Options</h3>
<table border="0" cellspacing="5">
<tr>
<td valign="top"><b>Logging filename:</b>

View File

@ -71,6 +71,7 @@ function toggleAll(category)
System.setProperty("net.i2p.router.web.ConfigStatsHandler.nonce", new java.util.Random().nextLong()+""); %>
<input type="hidden" name="action" value="foo" />
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigStatsHandler.nonce")%>" />
<h3>Configure I2P Stat Collection</h3>
Enable full stats?
<input type="checkbox" name="isFull" value="true" <%
if (statshelper.getIsFull()) { %>checked="true" <% } %>/>

View File

@ -170,7 +170,7 @@ div.configure {
}
div.messages {
padding: 0 10px;
padding: 10px;
margin: 10px 0 20px 0;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;

View File

@ -328,7 +328,7 @@ h2 {
font-size: 12pt;
color: #001;
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);
padding: 7px 10px;
wordwrap: none;