798N/ASee LICENSE.txt included in this distribution for the specific
798N/Afile and include the License file at LICENSE.txt.
1186N/Ainclude file="projects.jspf"
1186N/A/* ---------------------- status.jsp start --------------------- */
1281N/A cfg = PageConfig.get(request);
1281N/A cfg.setTitle("Status");
1470N/A long lmdate = cfg.getConfig().getLastModified();
1330N/A if (request.getDateHeader("If-Modified-Since") >= lmdate) {
1330N/A response.setDateHeader("Last-Modified", lmdate);
1281N/Ainclude file="httpheader.jspf"
1358N/A<script type="text/javascript">/* <![CDATA[ */
1186N/Ainclude file="pageheader.jspf"
1470N/A if (cfg.getConfig().isChattyStatusPage()) {
1330N/A<tt>true</tt> in <tt>configuration.xml</tt> or use the commandline option
1186N/A/* ---------------------- status.jsp start --------------------- */