index.jsp revision 1330
144N/ASee LICENSE.txt included in this distribution for the specific
144N/Afile and include the License file at LICENSE.txt.
1186N/Ainclude file="projects.jspf"
1281N/A cfg = PageConfig.get(request);
1186N/A cfg.setTitle("Search");
1186N/A long lmdate = cfg.getEnv().getConfiguration().getLastModified();
1186N/A if (request.getDateHeader("If-Modified-Since") >= lmdate) {
1281N/A response.setDateHeader("Last-Modified", lmdate);
1186N/Ainclude file="httpheader.jspf"
1281N/Ainclude file="pageheader.jspf"
1281N/Ainclude file="index_body.html"