load the body of the index.jsp from ./readme.html (so we can put in some intro crap w/ links and the user can change it later)

This commit is contained in:
jrandom
2004-08-26 08:00:16 +00:00
committed by zzz
parent 18ff889b56
commit ca70fc8dc8
2 changed files with 60 additions and 1 deletions

View File

@ -11,7 +11,10 @@
<%@include file="summary.jsp" %>
<div class="main" id="main">
<h2>Welcome to your router console</h2>
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
<jsp:setProperty name="contenthelper" property="page" value="readme.html" />
<jsp:setProperty name="contenthelper" property="maxLines" value="300" />
<jsp:getProperty name="contenthelper" property="content" />
</div>
</body>