1*0d40e9d0SAdam Hornáček<%-- 2*0d40e9d0SAdam HornáčekCDDL HEADER START 3*0d40e9d0SAdam Hornáček 4*0d40e9d0SAdam HornáčekThe contents of this file are subject to the terms of the 5*0d40e9d0SAdam HornáčekCommon Development and Distribution License (the "License"). 6*0d40e9d0SAdam HornáčekYou may not use this file except in compliance with the License. 7*0d40e9d0SAdam Hornáček 8*0d40e9d0SAdam HornáčekSee LICENSE.txt included in this distribution for the specific 9*0d40e9d0SAdam Hornáčeklanguage governing permissions and limitations under the License. 10*0d40e9d0SAdam Hornáček 11*0d40e9d0SAdam HornáčekWhen distributing Covered Code, include this CDDL HEADER in each 12*0d40e9d0SAdam Hornáčekfile and include the License file at LICENSE.txt. 13*0d40e9d0SAdam HornáčekIf applicable, add the following below this CDDL HEADER, with the 14*0d40e9d0SAdam Hornáčekfields enclosed by brackets "[]" replaced with your own identifying 15*0d40e9d0SAdam Hornáčekinformation: Portions Copyright [yyyy] [name of copyright owner] 16*0d40e9d0SAdam Hornáček 17*0d40e9d0SAdam HornáčekCDDL HEADER END 18*0d40e9d0SAdam Hornáček 19*0d40e9d0SAdam HornáčekCopyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. 20*0d40e9d0SAdam Hornáček 21*0d40e9d0SAdam Hornáček--%><%@page import="org.opensolaris.opengrok.web.PageConfig"%> 22*0d40e9d0SAdam Hornáček<% 23*0d40e9d0SAdam Hornáček/* ---------------------- pageheader.jspf start --------------------- */ 24*0d40e9d0SAdam Hornáček{ 25*0d40e9d0SAdam Hornáček PageConfig cfg = PageConfig.get(request); 26*0d40e9d0SAdam Hornáček%> 27*0d40e9d0SAdam Hornáček<%= cfg.getEnv().getConfiguration().getHeaderIncludeFileContent() %> 28*0d40e9d0SAdam Hornáček<% 29*0d40e9d0SAdam Hornáček} 30*0d40e9d0SAdam Hornáček/* ---------------------- pageheader.jspf end --------------------- */ 31*0d40e9d0SAdam Hornáček%> 32