You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/04/28 19:46:32 UTC

svn commit: r769477 - /lenya/docu/modules/forrest/resources/editing/inserts.xml

Author: andreas
Date: Tue Apr 28 17:46:32 2009
New Revision: 769477

URL: http://svn.apache.org/viewvc?rev=769477&view=rev
Log:
Adding section template.

Modified:
    lenya/docu/modules/forrest/resources/editing/inserts.xml

Modified: lenya/docu/modules/forrest/resources/editing/inserts.xml
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/resources/editing/inserts.xml?rev=769477&r1=769476&r2=769477&view=diff
==============================================================================
--- lenya/docu/modules/forrest/resources/editing/inserts.xml (original)
+++ lenya/docu/modules/forrest/resources/editing/inserts.xml Tue Apr 28 17:46:32 2009
@@ -3,6 +3,16 @@
 <contentBlocks
   xmlns="http://www.firedocs.org/contentblocks/1.0"
   xmlns:cb="http://www.firedocs.org/contentblocks/1.0"
-  xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  xmlns:xhtml="http://www.w3.org/1999/xhtml"
+  xmlns:forrest="http://apache.org/forrest/document/v20"
+  >
+  
+  <contentBlock title="Section" context="//forrest:body">
+    <forrest:section>
+      <forrest:title>Section Title</forrest:title>
+      <forrest:p>Paragraph</forrest:p>
+    </forrest:section>
+  </contentBlock>    
+  
 </contentBlocks>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org