index.jsp revision 58
58N/A<%--
58N/ACDDL HEADER START
58N/A
58N/AThe contents of this file are subject to the terms of the
58N/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
58N/Aident "%Z%%M% %I% %E% SMI"
58N/A
58N/A--%><%@ page import = "java.util.List,
58N/Ajavax.servlet.*,
58N/Ajavax.servlet.http.*,
58N/Aorg.opensolaris.opengrok.configuration.RuntimeEnvironment,
58N/Aorg.opensolaris.opengrok.configuration.Project,
58N/Aorg.opensolaris.opengrok.web.*"
58N/A session="false" errorPage="error.jsp" %><%@ include file="projects.jspf" %><%
58N/AString q = null;
58N/AString defs = null;
58N/AString refs = null;
58N/AString hist = null;
58N/AString path = null;
58N/A %><?xml version="1.0" encoding="iso-8859-1"?>
58N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
58N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
58N/A<head>
58N/A <meta name="robots" content="noindex,nofollow">
58N/A <link rel="icon" href="img/icon.png" type="image/png"/>
58N/A <link rel="stylesheet" type="text/css" href="style.css"/>
58N/A <link rel="stylesheet" type="text/css" href="print.css" media="print" />
58N/A <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="print.css"/>
58N/A <title>Search</title>
58N/A</head>
58N/A<body>
58N/A<div id="page">
58N/A<div id="header">
58N/A <%= getServletContext().getInitParameter("HEADER") %>
58N/A</div>
58N/A<div id="Masthead"></div>
58N/A<div id="bar">
58N/A<%@ include file="menu.jspf" %>
58N/A</div>
58N/A<div id="results" style="font-size:100%">
58N/A <!-- CONFIG: Page Content -->
58N/A <p>
58N/A <b>OpenGrok - a "wicked fast" source browser!</b>
58N/A </p>
58N/A <p>
58N/A This is the front page of of your <a href="xref/">browsable and searchable
58N/A source tree</a> (<a href="xref/">xref/</a>).</p>
58N/A <p>
58N/A To setup and configure OpenGrok please refer to
58N/A <a href="http://www.opensolaris.org/os/project/opengrok/">http://www.opensolaris.org/os/project/opengrok/</a>
58N/A or README.txt in the distribution.
58N/A </p>
58N/A <p>
58N/A You can replace this block of text with some more useful
58N/A information about your source tree and its organization, with direct
58N/A links to key parts of code base.
58N/A </p>
58N/A <br/>
58N/A <br/>
58N/A <br/>
58N/A <br/>
58N/A <br/>
58N/A</div>
58N/A<%@include file="foot.jsp"%>