tagged Configupdate/Tunnels (code inside <input> not touched!)

This commit is contained in:
walking
2009-10-23 05:07:16 +00:00
parent 9f7807ee10
commit 1828b2bd17
4 changed files with 674 additions and 576 deletions

View File

@ -2,10 +2,11 @@
<%@page pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>I2P Router Console - tunnel summary</title>
<html><head>
<%@include file="css.jsp" %>
<%=cssHelper.title_("I2P Router Console - tunnel summary")%>
</head><body>
<%@include file="summary.jsp" %><h1>I2P Tunnel Summary</h1>
<%@include file="summary.jsp" %><h1><%=cssHelper._("I2P Tunnel Summary")%></h1>
<div class="main" id="main">
<jsp:useBean class="net.i2p.router.web.TunnelHelper" id="tunnelHelper" scope="request" />
<jsp:setProperty name="tunnelHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />