c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbye<%--
c0550b01024b910b8c1468811c0ea663b10b1372Trond NorbyeCDDL HEADER START
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbye
c0550b01024b910b8c1468811c0ea663b10b1372Trond NorbyeThe contents of this file are subject to the terms of the
c0550b01024b910b8c1468811c0ea663b10b1372Trond NorbyeCommon Development and Distribution License (the "License").
c0550b01024b910b8c1468811c0ea663b10b1372Trond NorbyeYou may not use this file except in compliance with the License.
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbye
c0550b01024b910b8c1468811c0ea663b10b1372Trond NorbyeSee LICENSE.txt included in this distribution for the specific
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbyelanguage governing permissions and limitations under the License.
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbye
c0550b01024b910b8c1468811c0ea663b10b1372Trond NorbyeWhen distributing Covered Code, include this CDDL HEADER in each
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbyefile and include the License file at LICENSE.txt.
c0550b01024b910b8c1468811c0ea663b10b1372Trond NorbyeIf applicable, add the following below this CDDL HEADER, with the
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbyefields enclosed by brackets "[]" replaced with your own identifying
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbyeinformation: Portions Copyright [yyyy] [name of copyright owner]
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbye
c0550b01024b910b8c1468811c0ea663b10b1372Trond NorbyeCDDL HEADER END
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbye
cc21f70af76aacd91b4b0cbe55a601883152900fKnut Anders HatlenCopyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbye
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner--%><%
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner/* ---------------------- pageheader.jspf start --------------------- */
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner{
0c7ba8875c8b02af1ad22df40663bef86f819846Vladimir Kotal cfg = PageConfig.get(request);
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner%>
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner<a href="<%= request.getContextPath() %>/"><span id="MastheadLogo"></span></a>
0c7ba8875c8b02af1ad22df40663bef86f819846Vladimir Kotal<%= cfg.getEnv().getConfiguration().getHeaderIncludeFileContent() %>
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner<%
14a41f02433890d19b2f871156271e3388cd0845Jens Elkner}
067b64f4bbef85b0f752f4200fab172ae63db3a1Vladimir Kotal/* ---------------------- pageheader.jspf end --------------------- */
6c0ba09bc317532883e9569e5947011d860587a8Lubos Kosco%>