static content tagging (not finished yet)|update zh.po

This commit is contained in:
walking
2009-10-23 13:00:38 +00:00
parent 0e5b2598fb
commit 097a05aab9
20 changed files with 1044 additions and 482 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 - peer profiles</title>
<html><head>
<%@include file="css.jsp" %>
<%=cssHelper.title("peer profiles")%>
</head><body><%@include file="summary.jsp" %>
<h1>I2P Network Peer Profiles</h1>
<h1><%=cssHelper._("I2P Network Peer Profiles")%></h1>
<div class="main" id="main"><div class="wideload">
<jsp:useBean class="net.i2p.router.web.ProfilesHelper" id="profilesHelper" scope="request" />
<jsp:setProperty name="profilesHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />