144N/A<%--
144N/ACDDL HEADER START
144N/A
144N/AThe contents of this file are subject to the terms of the
144N/ACommon Development and Distribution License (the "License").
144N/AYou may not use this file except in compliance with the License.
144N/A
144N/ASee LICENSE.txt included in this distribution for the specific
144N/Alanguage governing permissions and limitations under the License.
144N/A
144N/AWhen distributing Covered Code, include this CDDL HEADER in each
144N/Afile and include the License file at LICENSE.txt.
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/A
144N/ACDDL HEADER END
144N/A
1105N/ACopyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
144N/A
1186N/A--%><%
1186N/A/* ---------------------- pageheader.jspf start --------------------- */
1186N/A{
1289N/A cfg = PageConfig.get(request);
954N/A%>
1186N/A<a href="<%= request.getContextPath() %>/"><span id="MastheadLogo"></span></a>
1289N/A<%= cfg.getEnv().getConfiguration().getHeaderIncludeFileContent() %>
1186N/A<%
1186N/A}
1286N/A/* ---------------------- pageheader.jspf end --------------------- */
1186N/A%>