144N/AThe contents of this file are subject to the terms of the
1281N/ACommon Development and Distribution License (the "License").
144N/AYou may not use this file except in compliance with the License.
144N/Alanguage governing permissions and limitations under the License.
144N/AWhen distributing Covered Code, include this CDDL HEADER in each
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/ACopyright 2007 Sun Microsystems, Inc. All rights reserved.
144N/AUse is subject to license terms.
1356N/APortions Copyright 2011, 2012 Jens Elkner.
1186N/AAll pages, which include this fragment should use the following code snippet
1186N/Ato set the title of the document before the include directive for this fragment:
1478N/A--%><%@page contentType="
text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@
1364N/A debug = getServletContext()
1390N/A String dstyle = styleDir + '/' + "style" + ( debug ? ".css" : "
-min.css");
1390N/A String pstyle = styleDir + '/' + "print" + ( debug ? ".css" : "
-min.css");
830N/A%><?xml version="1.0" encoding="UTF-8"?>
1281N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
1186N/A<meta name="robots" content="noindex,nofollow" />
1275N/A<meta http-equiv="X-UA-Compatible" content="IE=8" />
1281N/A title="Default" href="<%= dstyle %>" />
1281N/A title="Paper White" href="<%= pstyle %>" />
1390N/A<link rel="stylesheet" type="
text/css" href="<%= pstyle %>" media="print" />
1387N/A title="OpenGrok Search for current project(s)" />
1387N/A debug ? "debug" : "min" %>.js"></script>
1387N/A debug ? "debug" : "min" %>.js"></script>