58N/ASee LICENSE.txt included in this distribution for the specific
58N/Afile and include the License file at LICENSE.txt.
1186N/Ainclude file="projects.jspf"
1281N/A cfg = PageConfig.get(request);
1281N/A cfg.setTitle("Search");
1470N/A long lmdate = cfg.getConfig().getLastModified();
1330N/A if (request.getDateHeader("If-Modified-Since") >= lmdate) {
1330N/A response.setDateHeader("Last-Modified", lmdate);
1186N/Ainclude file="httpheader.jspf"
1186N/Ainclude file="pageheader.jspf"
1470N/A<%= cfg.getConfig().getBodyIncludeFileContent() %>