diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 5870b739e..6daae14fb 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -92,7 +92,10 @@ <% /* Page 1 - Whether to make a client or server tunnel */ if (curPage == 1) { - %>
+ %>

+ <%=intl._("The first thing to decide is whether you want to create a client or server tunnel.")%> +

+
@@ -107,7 +110,33 @@ <% /* Page 2 - Tunnel type */ if (curPage == 2) { - %>
+ %>

+ <%=intl._("There are several types of tunnels to choose from:")%> +

+
    <% + if (tunnelIsClient) { + %> +
  • <%=intl._("Standard")%>
  • +
  • HTTP
  • +
  • IRC
  • +
  • SOCKS 4/4a/5
  • +
  • SOCKS IRC
  • +
  • CONNECT
  • +
  • Streamr
  • <% + } else { + %> +
  • <%=intl._("Standard")%>
  • +
  • HTTP
  • +
  • HTTP bidir
  • +
  • IRC
  • +
  • Streamr
  • <% + } + %> +
+

+ <%=intl._("The above might look better as a table, possibly.")%> +

+
<% if (tunnelIsClient) { %>