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,14 +2,15 @@
<%@page pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>I2P Router Console - logs</title>
<html><head>
<%@include file="css.jsp" %>
<%=cssHelper.title("logs")%>
</head><body>
<%@include file="summary.jsp" %>
<h1>I2P Router Logs</h1>
<h1><%=cssHelper._("I2P Router Logs")%></h1>
<div class="main" id="main">
<div class="joblog"><h3>I2P Version & Running Environment</h3><a name="version"> </a>
<i>Please include this information in bug reports:</i>
<div class="joblog"><h3><%=cssHelper._("I2P Version & Running Environment")%></h3><a name="version"> </a>
<i><%=cssHelper._("Please include this information in bug reports")%>:</i>
<p>
<b>I2P version:</b> <jsp:getProperty name="helper" property="version" /><br>
<b>Java version:</b> <%=System.getProperty("java.vendor")%> <%=System.getProperty("java.version")%><br>