index.jsp revision 1331
af84459fbf938e508fd10b01cb8d699c79083813takashiCDDL HEADER START
af84459fbf938e508fd10b01cb8d699c79083813takashiThe contents of this file are subject to the terms of the
af84459fbf938e508fd10b01cb8d699c79083813takashiCommon Development and Distribution License (the "License").
af84459fbf938e508fd10b01cb8d699c79083813takashiYou may not use this file except in compliance with the License.
af84459fbf938e508fd10b01cb8d699c79083813takashiSee LICENSE.txt included in this distribution for the specific
af84459fbf938e508fd10b01cb8d699c79083813takashilanguage governing permissions and limitations under the License.
af84459fbf938e508fd10b01cb8d699c79083813takashiWhen distributing Covered Code, include this CDDL HEADER in each
af84459fbf938e508fd10b01cb8d699c79083813takashifile and include the License file at LICENSE.txt.
af84459fbf938e508fd10b01cb8d699c79083813takashiIf applicable, add the following below this CDDL HEADER, with the
af84459fbf938e508fd10b01cb8d699c79083813takashifields enclosed by brackets "[]" replaced with your own identifying
af84459fbf938e508fd10b01cb8d699c79083813takashiinformation: Portions Copyright [yyyy] [name of copyright owner]
af84459fbf938e508fd10b01cb8d699c79083813takashiCDDL HEADER END
af84459fbf938e508fd10b01cb8d699c79083813takashiCopyright 2005 Sun Microsystems, Inc. All rights reserved.
af84459fbf938e508fd10b01cb8d699c79083813takashiUse is subject to license terms.
af84459fbf938e508fd10b01cb8d699c79083813takashiPortions Copyright 2011 Jens Elkner.
af84459fbf938e508fd10b01cb8d699c79083813takashi--%><%@ page session="false" errorPage="error.jsp" %><%@
af84459fbf938e508fd10b01cb8d699c79083813takashiinclude file="projects.jspf"
af84459fbf938e508fd10b01cb8d699c79083813takashi/* ---------------------- index.jsp start --------------------- */
af84459fbf938e508fd10b01cb8d699c79083813takashi cfg = PageConfig.get(request);
af84459fbf938e508fd10b01cb8d699c79083813takashi long lmdate = cfg.getEnv().getConfiguration().getLastModified();
af84459fbf938e508fd10b01cb8d699c79083813takashi if (request.getDateHeader("If-Modified-Since") >= lmdate) {
af84459fbf938e508fd10b01cb8d699c79083813takashi response.setStatus(HttpServletResponse.SC_NOT_MODIFIED);
af84459fbf938e508fd10b01cb8d699c79083813takashi response.setDateHeader("Last-Modified", lmdate);
af84459fbf938e508fd10b01cb8d699c79083813takashi <div id="page">
af84459fbf938e508fd10b01cb8d699c79083813takashi <div id="whole_header">
af84459fbf938e508fd10b01cb8d699c79083813takashi <div id="header"><%@
af84459fbf938e508fd10b01cb8d699c79083813takashi <div id="Masthead"></div>
af84459fbf938e508fd10b01cb8d699c79083813takashi <div id="sbar"><%@
af84459fbf938e508fd10b01cb8d699c79083813takashiinclude file="menu.jspf"
af84459fbf938e508fd10b01cb8d699c79083813takashi <div id="results">
af84459fbf938e508fd10b01cb8d699c79083813takashi<%= cfg.getEnv().getConfiguration().getBodyIncludeFileContent() %>
af84459fbf938e508fd10b01cb8d699c79083813takashi/* ---------------------- index.jsp end --------------------- */
af84459fbf938e508fd10b01cb8d699c79083813takashiinclude file="foot.jspf"