-
- Downloads
2005-11-11 cervantes
* Initial pass of the routerconsole revamp, starting with I2PTunnel and being progressively rolled out to other sections at later dates. Featuring abstracted W3C strict XHTML1.0 markup, with CSS providing layout and styling. * Implemented console themes. Users can create their own themes by creating css files in: {i2pdir}/docs/themes/console/{themename}/ and activating it using the routerconsole.theme={themename} advanced config property. Look at the example incomplete "defCon1" theme. Note: This is very much a work in progress. Folks might want to hold-off creating their own skins until the markup has solidified. * Added "routerconsole.javascript.disabled=true" to disable console client-side scripting and "routerconsole.css.disabled=true" to remove css styling (only rolled out in the i2ptunnel interface currently) * Fixed long standing bug with i2ptunnel client and server edit screens where tunnel count and depth properties would fail to save. Added backup quantity and variance configuration options. * Added basic accessibility support (key shortcuts, linear markup, alt and title information and form labels). * So far only tested on IE6, Firefox 1.0.6, Opera 8 and lynx.
Showing
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java 50 additions, 6 deletionsapps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java 70 additions, 17 deletionsapps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java
- apps/i2ptunnel/jsp/edit.jsp 21 additions, 22 deletionsapps/i2ptunnel/jsp/edit.jsp
- apps/i2ptunnel/jsp/editClient.jsp 270 additions, 276 deletionsapps/i2ptunnel/jsp/editClient.jsp
- apps/i2ptunnel/jsp/editServer.jsp 245 additions, 219 deletionsapps/i2ptunnel/jsp/editServer.jsp
- apps/i2ptunnel/jsp/index.jsp 252 additions, 179 deletionsapps/i2ptunnel/jsp/index.jsp
- history.txt 22 additions, 1 deletionhistory.txt
- router/java/src/net/i2p/router/RouterVersion.java 2 additions, 2 deletionsrouter/java/src/net/i2p/router/RouterVersion.java
Loading
Please register or sign in to comment