index.jsp revision c0550b01024b910b8c1468811c0ea663b10b1372
1008N/A<%--
1278N/ACDDL HEADER START
2868N/A
2868N/AThe contents of this file are subject to the terms of the
2868N/ACommon Development and Distribution License (the "License").
2868N/AYou may not use this file except in compliance with the License.
2868N/A
2868N/ASee LICENSE.txt included in this distribution for the specific
2868N/Alanguage governing permissions and limitations under the License.
2868N/A
2868N/AWhen distributing Covered Code, include this CDDL HEADER in each
2868N/Afile and include the License file at LICENSE.txt.
2868N/AIf applicable, add the following below this CDDL HEADER, with the
2868N/Afields enclosed by brackets "[]" replaced with your own identifying
2868N/Ainformation: Portions Copyright [yyyy] [name of copyright owner]
2868N/A
2868N/ACDDL HEADER END
2868N/A
2868N/ACopyright 2005 Sun Microsystems, Inc. All rights reserved.
2868N/AUse is subject to license terms.
2868N/A
2868N/Aident "%Z%%M% %I% %E% SMI"
2868N/A
2868N/A--%><%@ page import = "java.util.List,
2868N/Ajavax.servlet.*,
2868N/Ajavax.servlet.http.*,
2868N/Aorg.opensolaris.opengrok.configuration.RuntimeEnvironment,
1008N/Aorg.opensolaris.opengrok.configuration.Project,
1008N/Aorg.opensolaris.opengrok.web.*"
1008N/A session="false" errorPage="error.jsp" %><%@ include file="projects.jspf" %><%
1008N/AString q = null;
2195N/AString defs = null;
2195N/AString refs = null;
2195N/AString hist = null;
2195N/AString path = null;
1008N/AString sort = null;
1008N/ARuntimeEnvironment environment = RuntimeEnvironment.getInstance();
1008N/AString pageTitle = "Search";
1008N/A %><%@ include file="httpheader.jspf" %>
1008N/A<body>
1008N/A<div id="page">
2868N/A<div id="header"><%@ include file="pageheader.jspf" %></div>
1008N/A<div id="Masthead"></div>
1008N/A<div id="bar">
1008N/A<%@ include file="menu.jspf" %>
1008N/A</div>
1008N/A<div id="results" style="font-size:100%">
1008N/A<%@ include file="index_body.html" %>
2868N/A</div>
1008N/A<%@include file="foot.jspf"%>
1008N/A