httpheader.jspf revision 812
546N/ASee LICENSE.txt included in this distribution for the specific
546N/Afile and include the License file at LICENSE.txt.
546N/A--%><%@ page import="org.opensolaris.opengrok.configuration.*"%><%
546N/AString laf = environment.getWebappLAF();
546N/AString httpHeaderContext = request.getContextPath();
546N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
546N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
546N/A <meta name="generator" content="<%=org.opensolaris.opengrok.Info.getVersion()%> (<%=org.opensolaris.opengrok.Info.getRevision()%>)"/>
546N/A <link rel="stylesheet" type="text/css" href="<%=httpHeaderContext%>/<%=laf%>/print.css" media="print" />
546N/A <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=httpHeaderContext%>/<%=laf%>/print.css"/>
546N/A <link rel="search" href="<%=httpHeaderContext%>/opensearch" type="application/opensearchdescription+xml" title="OpenGrok Search for current project" />
<script type="text/javascript">
var spans = document.getElementsByTagName("span");
for (var i = 0; i < spans.length; i++) {
if (span.className == 'blame') {
span.className = 'blame-hidden';
} else if (span.className == 'blame-hidden') {
span.className = 'blame';