You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2007/12/12 13:50:28 UTC

svn commit: r603603 - /forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml

Author: thorsten
Date: Wed Dec 12 04:50:27 2007
New Revision: 603603

URL: http://svn.apache.org/viewvc?rev=603603&view=rev
Log:
Just adding a simple test

Modified:
    forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml

Modified: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml?rev=603603&r1=603602&r2=603603&view=diff
==============================================================================
--- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml (original)
+++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/COB-INF/resource/themer/themes/common.structurer.xml Wed Dec 12 04:50:27 2007
@@ -33,10 +33,12 @@
     and can be overriden by
     {properties:resources}/themes/{properties:dispatcher.theme}/html/{1}.vt.xml
 -->
-  <forrest:view type="fo" hooksXpath="/">
-    <jx:import uri="cocoon://prepare.panels.common-fo"/>
-  </forrest:view>
+<!-- HTML View of the request (e.g. index.html)-->
   <forrest:view type="html" hooksXpath="/html/body">
-    <jx:import uri="cocoon://prepare.panels.common-html"/>
+    <forrest:contract name="genericMarkup">
+      <forrest:property name="genericMarkup">
+        <p>test</p>
+      </forrest:property>
+    </forrest:contract>
   </forrest:view>
 </forrest:views>