diff --git a/apps/routerconsole/jsp/configreseed.jsp b/apps/routerconsole/jsp/configreseed.jsp index e75301ab5..e6ad8dc94 100644 --- a/apps/routerconsole/jsp/configreseed.jsp +++ b/apps/routerconsole/jsp/configreseed.jsp @@ -18,6 +18,7 @@

<%=intl._t("Reseeding is the bootstrapping process used to find other routers when you first install I2P, or when your router has too few router references remaining.")%> +

  1. <%=intl._t("If reseeding has failed, you should first check your network connection.")%>
  2. @@ -52,45 +53,60 @@
  3. <%=intl._t("See {0} for instructions on reseeding manually.", "" + intl._t("the FAQ") + "")%>
-

<%=intl._t("Manual Reseed")%>

+
+ - + - - - - +
<%=intl._t("The su3 format is preferred, as it will be verified as signed by a trusted source.")%>  <%=intl._t("The zip format is unsigned; use a zip file only from a source that you trust.")%>
<%=intl._t("Reseed from URL")%>
<%=intl._t("Enter zip or su3 URL")%>: - +<% + String url = request.getParameter("url"); + String value = url != null ? "value=\"" + url + '"' : ""; +%> + /> " />
+ +
+ + + - - - - + @@ -101,14 +117,16 @@ <%=intl._t("This file will never contain your own router's identity or IP.")%> +
<%=intl._t("Reseed from File")%>
<%=intl._t("Select zip or su3 file")%>: +<% + String file = request.getParameter("file"); + if (file != null) { +%> + +<% + } else { +%> +<% + } +%> " />
<%=intl._t("Create Reseed File")%>
+ +
+ -
- " /> -
+