forked from I2P_Developers/i2p.i2p
Collate help topics under /help
This commit is contained in:
@ -16,10 +16,12 @@
|
||||
<h1>I2P Router Help & Support</h1>
|
||||
<div class="main" id="help"><p>
|
||||
|
||||
<%@include file="help.jsi" %>
|
||||
<%@include file="help-legal.jsi" %>
|
||||
<%@include file="help-sidebar.jsi" %>
|
||||
|
||||
<div id="volunteer"><%@include file="help.jsi" %></div>
|
||||
<div id="sidebarhelp"><%@include file="help-sidebar.jsi" %></div>
|
||||
<div id="configurationhelp"><%@include file="help-configuration.jsi" %></div>
|
||||
<div id="reachabilityhelp"><%@include file="help-reachability.jsi" %></div>
|
||||
<div id="legal"><%@include file="help-legal.jsi" %></div>
|
||||
<div id="changelog">
|
||||
<h2>Change Log</h2>
|
||||
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
|
||||
<% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
|
||||
@ -27,6 +29,7 @@
|
||||
<jsp:setProperty name="contenthelper" property="maxLines" value="256" />
|
||||
<jsp:setProperty name="contenthelper" property="startAtBeginning" value="true" />
|
||||
<jsp:getProperty name="contenthelper" property="textContent" />
|
||||
<p id="fullhistory"><a href="/history.txt">View the full change log</a></p>
|
||||
</div>
|
||||
|
||||
<p><a href="/history.txt">View the full change log</a>
|
||||
</p><hr></div></body></html>
|
||||
</div></body></html>
|
||||
|
Reference in New Issue
Block a user