<% if (!"streamrclient".equals(tunnelType)) { %>
class="tickbox" />
<% } // !streamrclient %>
readonly="readonly" <% } %> />
readonly="readonly" <% } %> />
<% if (!"streamrclient".equals(tunnelType)) { // streamr client sends pings so it will never be idle %>
class="tickbox" />
class="tickbox" />
class="tickbox" />
<% } // !streamrclient %>
<% if ("client".equals(tunnelType) || "ircclient".equals(tunnelType) || "socksirctunnel".equals(tunnelType) || "sockstunnel".equals(tunnelType)) { %>
class="tickbox" />
<%
String destb64 = editBean.getDestinationBase64(curTunnel);
if (destb64.length() > 0) {
%>
<%=editBean.getDestHashBase32(curTunnel)%>.b32.i2p
<% } // if destb64 %>
<% } %>
<% if ("httpclient".equals(tunnelType) || "connectclient".equals(tunnelType) || "sockstunnel".equals(tunnelType) || "socksirctunnel".equals(tunnelType)) { %>
class="tickbox" />
class="tickbox" />
<% } // httpclient || connect || socks || socksirc %>
<% if ("httpclient".equals(tunnelType)) { %>
<% } // httpclient %>