Cosmetic enhancements to the router console.

This commit is contained in:
z3d
2009-07-11 20:41:21 +00:00
parent ba0efe64c7
commit 021b44724e
4 changed files with 7 additions and 15 deletions

View File

@ -68,7 +68,6 @@
<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 />
</p> </p>
</div> </div>
<hr />
<!-- <!--
<b>Enable load testing: </b> <b>Enable load testing: </b>
<input type="checkbox" name="enableloadtesting" value="true" <jsp:getProperty name="nethelper" property="enableLoadTesting" /> /> <input type="checkbox" name="enableloadtesting" value="true" <jsp:getProperty name="nethelper" property="enableLoadTesting" /> />

View File

@ -39,11 +39,11 @@ button span.hide{
</p><p> </p><p>
<jsp:getProperty name="clientshelper" property="form1" /> <jsp:getProperty name="clientshelper" property="form1" />
</p><p> </p><p>
<input type="submit" name="action" value="Save Client Configuration" />
</p><p>
<i>All changes require restart to take effect. To change other client options, edit the clients.config file.</i> <i>All changes require restart to take effect. To change other client options, edit the clients.config file.</i>
</p> <hr /><p>
<input type="submit" name="action" value="Save Client Configuration" />
</p> </p>
<hr /> <hr />
<h3>WebApp Configuration</h3> <h3>WebApp Configuration</h3>
<p> <p>
The Java web applications listed below are started by the webConsole client and run in the same JVM as the router. The Java web applications listed below are started by the webConsole client and run in the same JVM as the router.

View File

@ -40,11 +40,10 @@
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigTunnelsHandler.nonce")%>" /> <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigTunnelsHandler.nonce")%>" />
<input type="hidden" name="action" value="blah" /> <input type="hidden" name="action" value="blah" />
<jsp:getProperty name="tunnelshelper" property="form" /> <jsp:getProperty name="tunnelshelper" property="form" />
<hr />
<i>Note - Exploratory tunnel setting changes are stored in the router.config file.</i></br> <i>Note - Exploratory tunnel setting changes are stored in the router.config file.</i></br>
<i>Client tunnel changes are temporary and are not saved.</i><br> <i>Client tunnel changes are temporary and are not saved.</i><br>
<i>To make permanent client tunnel changes see the </i><a href="i2ptunnel/index.jsp">i2ptunnel page</a>.<br> <i>To make permanent client tunnel changes see the </i><a href="i2ptunnel/index.jsp">i2ptunnel page</a>.<br>
<input type="submit" name="shouldsave" value="Save changes" /> <input type="reset" value="Cancel" /> <hr /> <input type="submit" name="shouldsave" value="Save changes" /> <input type="reset" value="Cancel" />
</form> </form>
</div> </div>

View File

@ -362,17 +362,11 @@ color:#ff6600
.langbox { .langbox {
margin: 4px 2px 15px 5px; margin: 4px 2px 15px 5px;
padding: 7px 5px 5px 5px; padding: 7px 5px 5px 5px;
/* border: 1px solid #002; color: #001;
background-color: #e4e4ff; */
color: black;
font-size: 7pt; font-size: 7pt;
-moz-border-radius: 4px 4px 4px 4px; width: 120px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
width:120px;
text-align: center; text-align: center;
float: right; float: right;
/* background-image:url('images/lightbluetile.png');*/
} }
hr { hr {
@ -380,7 +374,7 @@ color: #003;
background-color: #003; background-color: #003;
height: 1px; height: 1px;
border: 0px solid #003; border: 0px solid #003;
margin: 10px 5px; margin: 10px 0;
} }
input { input {