diff --git a/apps/i2ptunnel/jsp/ssl.jsp b/apps/i2ptunnel/jsp/ssl.jsp index 2ed874f8f..a88e5fc4e 100644 --- a/apps/i2ptunnel/jsp/ssl.jsp +++ b/apps/i2ptunnel/jsp/ssl.jsp @@ -489,12 +489,11 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - - + <% if (("httpserver".equals(tunnelType)) || ("httpbidirserver".equals(tunnelType))) { %> - + <% } if (b64 == null || b64.length() < 516) { @@ -515,10 +514,12 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% } // altb32 + final String CHECK = "  ✔"; %> + - - + + <% // output vhost and targets for (Integer port : ports) { @@ -549,7 +550,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } } String portTgt = sslPort ? "https" : "http"; %> - + <% } %> @@ -566,8 +567,9 @@ input.default { width: 1px; height: 1px; visibility: hidden; } " value="" class="freetext port" placeholder="required" /> --%> + - + <% // Now try to find the Jetty server in clients.config File configDir = ctx.getConfigDir(); @@ -709,7 +711,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } %><%=DataHelper.escapeHTML(arg)%>
<% } %> - + <% if (!jettySSLFileExists) { %>
<%=intl._t("Experts only!")%> Beta!
<%=intl._t("Tunnel name")%>: <%=editBean.getTunnelName(curTunnel)%>
<%=intl._t("Experts only!")%>
<%=intl._t("Website name")%>: <%=editBean.getSpoofedHost(curTunnel)%>
<%=intl._t("Website Hostname")%>: <%=editBean.getSpoofedHost(curTunnel)%>
<%=intl._t("Alt Base 32")%>: <%=altb32%>
<%=intl._t("Incoming I2P Port Routing")%>
<%=intl._t("Route From I2P Port")%><%=intl._t("With Virtual Host")%><%=intl._t("Via SSL?")%><%=intl._t("To Server Host:Port")%>
<%=intl._t("Default")%><%=name%><%=sslToTarget%><%=targetLink%>
<%=intl._t("I2P Port")%><%=intl._t("Virtual Host")%><%=intl._t("SSL")%><%=intl._t("Server")%>
<%=intl._t("Default")%><%=name%><%=(sslToTarget ? CHECK : "")%><%=targetLink%>
<%=port%><%=spoof%><%=ssl%><%=tgt%>
<%=port%><%=spoof%><%=(ssl ? CHECK : "")%><%=tgt%>
<%=intl._t("Jetty Server")%>
<%=intl._t("Server")%><%=intl._t("Configuration Files")%><%=intl._t("Enabled?")%><%=intl._t("SSL Enabled?")%>
<%=intl._t("Server")%><%=intl._t("Configuration Files")%><%=intl._t("Enabled")%><%=intl._t("SSL")%>
<%=start%><%=ssl%>
<%=(start ? CHECK : "")%><%=(ssl ? CHECK : "")%>