httpheader.jspf revision 830
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"/>
812N/A <link rel="search" href="<%=httpHeaderContext%>/opensearch" type="application/opensearchdescription+xml" title="OpenGrok Search for current project" />
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';
830N/A var list = document.getElementById("project");
830N/A var all = document.getElementById("ALL");
830N/A for(var i = 0; i < list.options.length; ++i) {
830N/A var list = document.getElementById("project");
830N/A var all = document.getElementById("ALL");
830N/A for(var i = 0; i < list.options.length; ++i) {
830N/A if (list.options[i].selected==false) {
830N/A else value=value+list.options[i].value;
830N/A //list.value=value;
830N/A all.checked= toggle ? false : true;