httpheader.jspf revision 73604b941d551ab22073a8e4ac9688a2276d7e76
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkCDDL HEADER START
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkThe contents of this file are subject to the terms of the
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkCommon Development and Distribution License (the "License").
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkYou may not use this file except in compliance with the License.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkSee LICENSE.txt included in this distribution for the specific
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenklanguage governing permissions and limitations under the License.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkWhen distributing Covered Code, include this CDDL HEADER in each
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkfile and include the License file at LICENSE.txt.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkIf applicable, add the following below this CDDL HEADER, with the
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenkfields enclosed by brackets "[]" replaced with your own identifying
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkinformation: Portions Copyright [yyyy] [name of copyright owner]
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkCDDL HEADER END
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenkCopyright 2007 Sun Microsystems, Inc. All rights reserved.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkUse is subject to license terms.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk--%><%@ page import="org.opensolaris.opengrok.configuration.*"
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenkcontentType="text/html; charset=UTF-8"
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkpageEncoding="UTF-8"
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk%><%-- String server="http://"+request.getServerName()+":"+request.getServerPort();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <base href="<%=server%><%=httpHeaderContext%>/"/>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkString httpHeaderContext = request.getContextPath();
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk%><?xml version="1.0" encoding="UTF-8"?>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <meta name="robots" content="noindex,nofollow"/>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <meta name="generator" content="<%=org.opensolaris.opengrok.Info.getVersion()%> (<%=org.opensolaris.opengrok.Info.getRevision()%>)"/>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <link rel="icon" href="<%=httpHeaderContext%>/<%=laf%>/img/icon.png" type="image/png"/>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/style.css"/>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/print.css" media="print" />
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/jquery.autocomplete.css" />
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/jquery.tooltip.css" />
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/jquery.combo.css" />
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=httpHeaderContext%>/<%=laf%>/print.css"/>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <link rel="search" href="<%=httpHeaderContext%>/opensearch" type="application/opensearchdescription+xml" title="OpenGrok Search for current project(s)" />
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <title><%=pageTitle%></title>