2004-08-19 20:26:19 +00:00
|
|
|
<%@page contentType="text/html"%>
|
|
|
|
<%@page pageEncoding="UTF-8"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2009-10-26 21:48:46 +00:00
|
|
|
<%
|
|
|
|
/*
|
|
|
|
* Do not tag this file for translation.
|
|
|
|
*/
|
|
|
|
%>
|
2009-08-15 16:08:33 +00:00
|
|
|
<html><head><title>I2P Router Console - internals</title>
|
2009-11-21 13:33:57 +00:00
|
|
|
<%@include file="css.jsi" %>
|
2004-08-19 20:26:19 +00:00
|
|
|
</head><body>
|
2009-11-21 13:33:57 +00:00
|
|
|
<%@include file="summary.jsi" %>
|
2004-08-19 20:26:19 +00:00
|
|
|
<jsp:useBean class="net.i2p.router.web.OldConsoleHelper" id="conhelper" scope="request" />
|
|
|
|
<jsp:setProperty name="conhelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
2010-11-21 20:46:48 +00:00
|
|
|
<% conhelper.storeWriter(out); %>
|
2009-07-06 13:29:35 +00:00
|
|
|
<h1>I2P Router » Old Console</h1>
|
2004-08-19 20:26:19 +00:00
|
|
|
<div class="main" id="main">
|
|
|
|
<jsp:getProperty name="conhelper" property="console" />
|
2009-08-15 16:08:33 +00:00
|
|
|
</div></body></html>
|