You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/09/07 05:13:46 UTC

svn commit: r279226 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2: ./ resources/stylesheets/ resources/templates/ resources/views/

Author: rgardler
Date: Tue Sep  6 20:13:06 2005
New Revision: 279226

URL: http://svn.apache.org/viewcvs?rev=279226&view=rev
Log:
enable views **** NOTE IT DOES NOT WORK***

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/contract.property.xsl
      - copied unchanged from r279081, forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/stylesheets/contract.property.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/templates/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/templates/export-link.vt.xml
      - copied unchanged from r279081, forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/views/
      - copied from r279081, forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/
Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/views/default.fv

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap?rev=279226&r1=279225&r2=279226&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap Tue Sep  6 20:13:06 2005
@@ -21,7 +21,7 @@
 
   <map:pipeline>    
     <!-- forrest:views -->
-    <!--<map:mount uri-prefix="" src="structurer.xmap" check-reload="yes" />-->
+    <map:mount uri-prefix="" src="structurer.xmap" check-reload="yes" />
     
     <!-- special matchers (reserved by Forrest) -->
     <map:match pattern="locationmap.xml">

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/views/default.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/views/default.fv?rev=279226&r1=279081&r2=279226&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/views/default.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/views/default.fv Tue Sep  6 20:13:06 2005
@@ -19,8 +19,9 @@
 <forrest:views xmlns:forrest="http://apache.org/forrest/templates/1.0" >
     <forrest:view type="xhtml">
         <forrest:css url="default.css"/>
-        <forrest:contract name="siteinfo-meta"/>
+        <!--<forrest:contract name="siteinfo-meta"/>-->
         <forrest:hook name="container">
+        <!--
             <forrest:hook name="header">
               <forrest:contract name="branding-tagline">
 		            <forrest:properties contract="branding-tagline">
@@ -33,11 +34,14 @@
               	<forrest:contract name="nav-main-sub"/>
               </forrest:hook>
             </forrest:hook>
+            -->
             <forrest:hook name="page">
+            <!--
                 <forrest:hook name="leftbar">
                     <forrest:contract name="nav-section"/>
                     <forrest:contract name="search-input"/>
                 </forrest:hook>
+                -->
                 <!-- You can group elements to a template and call it from any view.
 	                e.g.
 	                <forrest:hook name="export-link">
@@ -47,19 +51,23 @@
 	                can be called as <forrest:call-template name="export-link"/>
 	                when saved as {project:resources}/templates/export-link.vt.xml 
 	              -->
+                <!--
                 <forrest:call-template name="export-link"/>
+                -->
                 
                 <forrest:hook name="content">
-                    <forrest:contract name="content-title"/>
-                    <forrest:contract name="content-abstract"/>
-                    <forrest:contract name="content-minitoc"/>
+                   <!-- <forrest:contract name="content-title"/> -->
+                   <!-- <forrest:contract name="content-abstract"/> -->
+                   <!--  <forrest:contract name="content-minitoc"/> -->
                     <forrest:contract name="content-main"/>
                 </forrest:hook>
             </forrest:hook>
         </forrest:hook>
+        <!--
         <forrest:hook name="footer">
             <forrest:contract name="siteinfo-feedback"/>
             <forrest:contract name="siteinfo-last-published"/>
         </forrest:hook>
+        -->
     </forrest:view>
 </forrest:views>