httpheader.jspf revision 230
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">
144N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
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" />
157N/A <link rel="alternate stylesheet" type="text/css" media="all" title="Paper White" href="<%=httpHeaderContext%>/<%=laf%>/print.css"/>
181N/A<script type="text/javascript">
181N/A var spans = document.getElementsByTagName("span");
181N/A for (var i = 0; i < spans.length; i++) {
181N/A if (span.className == 'blame') {
181N/A span.className = 'blame-hidden';
181N/A } else if (span.className == 'blame-hidden') {
181N/A span.className = 'blame';