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