enoent.jsp revision 1470
0N/ASee LICENSE.txt included in this distribution for the specific
0N/Afile and include the License file at LICENSE.txt.
0N/A/* ---------------------- enoent.jsp start --------------------- */
0N/A cfg = PageConfig.get(request);
0N/A cfg.setTitle("File not found");
0N/A String context = request.getContextPath();
0N/A if (cfg.getSourceRootPath().isEmpty()) {
0N/A } else if (!cfg.getConfig().getSourceRootFile().isDirectory()) {
0N/Ainclude file="httpheader.jspf"
include file="pageheader.jspf"
include file="menu.jspf"
/* ---------------------- enoent.jsp end --------------------- */
include file="foot.jspf"