blob: 5e9e94694a961c2c46047c7a94fd57ca2f11d90e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<forrest:views xmlns:forrest="http://apache.org/forrest/templates/1.0"
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<!-- The following variables are used to contact data models and/or contracts. -->
<jx:set var="contextPath" value="#{$cocoon/parameters/contextPath}"/>
<jx:set var="getRequest" value="#{$cocoon/parameters/getRequest}"/>
<jx:set var="getRequestExtension" value="#{$cocoon/parameters/getRequestExtension}" />
<forrest:view type="fo" hooksXpath="/">
<jx:import uri="cocoon://prepare.panels.common-fo"/>
</forrest:view>
<!-- CSS View of the request e.g. index.dispatcher.css -->
<forrest:view type="css" hooksXpath="/">
<jx:import uri="cocoon://prepare.panels.pelt-css"/>
</forrest:view>
<forrest:view type="html" hooksXpath="/html/body">
<forrest:contract name="doap-embedded">
<forrest:property name="doap-embedded-links">
<doap url="/projectDetails/source.xml"/>
</forrest:property>
</forrest:contract>
<jx:import uri="cocoon://prepare.panels.pelt-html"/>
</forrest:view>
</forrest:views>