httpheader.jspf revision 144
144N/A<%--
144N/ACDDL HEADER START
144N/A
144N/AThe contents of this file are subject to the terms of the
144N/ACommon Development and Distribution License (the "License").
144N/AYou may not use this file except in compliance with the License.
144N/A
144N/ASee LICENSE.txt included in this distribution for the specific
144N/Alanguage governing permissions and limitations under the License.
144N/A
144N/AWhen distributing Covered Code, include this CDDL HEADER in each
144N/Afile and include the License file at LICENSE.txt.
144N/AIf applicable, add the following below this CDDL HEADER, with the
144N/Afields enclosed by brackets "[]" replaced with your own identifying
144N/Ainformation: Portions Copyright [yyyy] [name of copyright owner]
144N/A
144N/ACDDL HEADER END
144N/A
144N/ACopyright 2007 Sun Microsystems, Inc. All rights reserved.
144N/AUse is subject to license terms.
144N/A
144N/A--%><%@ page import="org.opensolaris.opengrok.configuration.*"
144N/A session="false" errorPage="error.jsp" %><%
144N/AString laf = environment.getWebappLAF();
144N/A%><?xml version="1.0" encoding="iso-8859-1"?>
144N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
144N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
144N/A<head>
144N/A <meta name="robots" content="noindex,nofollow">
144N/A <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
144N/A <link rel="icon" href="<%=context%>/<%=laf%>/img/icon.png" type="image/png"/>
144N/A <link rel="stylesheet" type="text/css" href="<%=context%>/<%=laf%>/style.css"/>
144N/A <link rel="stylesheet" type="text/css" href="<%=context%>/<%=laf%>/print.css" media="print" />
144N/A <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=context%>/<%=laf%>/print.css"/>
144N/A <title><%=pageTitle%></title>
144N/A</head>