index.jsp revision 1281
1281N/A<%--
58N/ACDDL HEADER START
58N/A
58N/AThe contents of this file are subject to the terms of the
1281N/ACommon Development and Distribution License (the "License").
58N/AYou may not use this file except in compliance with the License.
58N/A
58N/ASee LICENSE.txt included in this distribution for the specific
58N/Alanguage governing permissions and limitations under the License.
58N/A
58N/AWhen distributing Covered Code, include this CDDL HEADER in each
58N/Afile and include the License file at LICENSE.txt.
58N/AIf applicable, add the following below this CDDL HEADER, with the
58N/Afields enclosed by brackets "[]" replaced with your own identifying
58N/Ainformation: Portions Copyright [yyyy] [name of copyright owner]
58N/A
58N/ACDDL HEADER END
58N/A
58N/ACopyright 2005 Sun Microsystems, Inc. All rights reserved.
58N/AUse is subject to license terms.
58N/A
1186N/APortions Copyright 2011 Jens Elkner.
1281N/A--%><%@ page session="false" errorPage="error.jsp" %><%@
1186N/A
1186N/Ainclude file="projects.jspf"
1186N/A
1186N/A%><%
1186N/A/* ---------------------- index.jsp start --------------------- */
1186N/A{
1281N/A cfg = PageConfig.get(request);
1281N/A cfg.setTitle("Search");
1186N/A%><%@
1186N/A
1186N/Ainclude file="httpheader.jspf"
1186N/A
1186N/A%><body>
1281N/A <div id="page">
1281N/A <div id="whole_header">
1281N/A <div id="header"><%@
1186N/A
1186N/Ainclude file="pageheader.jspf"
1186N/A
1281N/A %></div>
1281N/A <div id="Masthead"></div>
1281N/A <div id="sbar"><%@
1186N/A
1186N/Ainclude file="menu.jspf"
1186N/A
1281N/A %></div>
1281N/A </div>
1281N/A <div id="results"><%@
1186N/A
1186N/Ainclude file="index_body.html"
1186N/A
1281N/A %></div>
1186N/A<%
1186N/A}
1186N/A/* ---------------------- index.jsp end --------------------- */
1186N/A%><%@
1186N/A
1186N/Ainclude file="foot.jspf"
1186N/A
1186N/A%>