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