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:
@ -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>
|
||||
|
Reference in New Issue
Block a user