<% // NOTE: Do the header carefully so there is no whitespace before the <%@page pageEncoding="UTF-8" %><%@page contentType="text/html" import="net.i2p.i2ptunnel.web.WizardBean" %> <% String pageStr = request.getParameter("page"); int curPage = 1; if (pageStr != null) { try { curPage = Integer.parseInt(pageStr); if (curPage > 7 || curPage <= 0) { curPage = 1; } } catch (NumberFormatException nfe) { curPage = 1; } } %> <%=intl._("I2P Tunnel Manager - Tunnel Creation Wizard")%> <% if (wizardBean.allowCSS()) { %> <% } %>
<% if (curPage == 1) { %>

<%=intl._("Page 1")%>

<% } %> " />

<% if (curPage == 1) { %>
<% } else { %><% } %>