httpheader.jspf revision 878
144N/ASee LICENSE.txt included in this distribution for the specific
144N/Afile and include the License file at LICENSE.txt.
187N/A--%><%@ page import="org.opensolaris.opengrok.configuration.*"%><%
144N/AString laf = environment.getWebappLAF();
157N/AString httpHeaderContext = request.getContextPath();
144N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
850N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
230N/A <meta name="generator" content="<%=org.opensolaris.opengrok.Info.getVersion()%> (<%=org.opensolaris.opengrok.Info.getRevision()%>)"/>
157N/A <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/print.css" media="print" />
850N/A <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/jquery.autocomplete.css" />
878N/A <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/jquery.tooltip.css" />
157N/A <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=httpHeaderContext%>/<%=laf%>/print.css"/>
847N/A <link rel="search" href="<%=httpHeaderContext%>/opensearch" type="application/opensearchdescription+xml" title="OpenGrok Search for current project(s)" />