diff --git a/apps/routerconsole/java/src/net/i2p/router/web/HelperBase.java b/apps/routerconsole/java/src/net/i2p/router/web/HelperBase.java index 8515e4df1b..60a2b28930 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/HelperBase.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/HelperBase.java @@ -15,6 +15,7 @@ public abstract class HelperBase { public static final String PROP_ADVANCED = "routerconsole.advanced"; /** @since public since 0.9.33, was package private */ public static final String CHECKED = " checked=\"checked\" "; + public static final String SELECTED = " selected=\"selected\" "; /** * Configure this bean to query a particular router context diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigUIHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigUIHelper.java index 5aef38ee57..c0fe0090e4 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigUIHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigUIHelper.java @@ -186,19 +186,23 @@ public class ConfigUIHelper extends HelperBase { current = "en"; } StringBuilder buf = new StringBuilder(512); + //buf.append("
\n"); return buf.toString(); } diff --git a/apps/routerconsole/jsp/welcome.jsp b/apps/routerconsole/jsp/welcome.jsp index fdd00f5edc..c56751ed02 100644 --- a/apps/routerconsole/jsp/welcome.jsp +++ b/apps/routerconsole/jsp/welcome.jsp @@ -92,7 +92,7 @@ <% } %> -
+![]() <%=intl._t("Why I2P?")%>+![]()
<%=intl._t("I2P is a communication tool for people who value privacy and wish to remain anonymous online.")%>
<%=intl._t("I2P is a peer to peer network where you can browse and create hidden services.")%>
- |
+![]() <%=intl._t("Bandwidth Test")%>+![]()
<%=intl._t("I2P will now test your internet connection to identify the optimal speed settings.")%>
<%=intl._t("Bandwidth participation improves the anonymity level of all users on the network and maximizes your download speed.")%>
@@ -145,18 +152,20 @@
<%=intl._t("M-Lab Privacy Policy")%>
|
<%=intl._t("Test running?")%> | <%=wizhelper.isNDTRunning()%> |
<%=intl._t("Test complete?")%> | <%=wizhelper.isNDTComplete()%> |
<%=intl._t("Test server location")%> | <%=wizhelper.getServerLocation()%> |
<%=intl._t("I2P will work best if you configure your rates to match the speed of your internet connection.")%> | |
" > <%=intl._t("KBps In")%> | ( |
-
" > <%=intl._t("KBps Out")%> | ( |
-
( | |
+ |
+ <%=intl._t("Browser Setup")%>+![]() <%=intl._t("Your browser needs to be configured to work with I2P.")%> +<%=intl._t("We currently provide an I2P Browser which configures itself automatically")%> +<%=intl._t("that you may retrieve from here.")%> +<%=intl._t("Be aware that this product is currently in beta-testing.")%> + +<%=intl._t("Alternatively, you can configure your browser of choice to use I2P.")%> <%=intl._t("If you want to do this yourself, here are instructions.")%> <% if (net.i2p.util.SystemVersion.isWindows()) { @@ -248,31 +276,32 @@ <% } //isWindows() %> - |
+<%=intl._t("Welcome to I2P!")%>+![]() <%=intl._t("When you start I2P, it may take a few minutes to bootstrap (integrate) your router into the network and find additional peers, so please be patient.")%> <%=intl._t("When I2P starts up, and during normal operation, I2P's tunnel build readiness indicator in the side panel may indicate that I2P is \"Rejecting Tunnels\"; this is normal behavior.")%> <%=intl._t("Once green stars are indicated next to your Local Tunnels, there is a wide variety of things you can do with I2P.")%> - |
unknown wizard page |
unknown wizard page |