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 2008/02/19 10:02:55 UTC

svn commit: r629034 - in /forrest/trunk/whiteboard/plugins: org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl org.apache.forrest.themes.core/themes/common/panels/common-fo.panel.xml

Author: thorsten
Date: Tue Feb 19 01:02:52 2008
New Revision: 629034

URL: http://svn.apache.org/viewvc?rev=629034&view=rev
Log:
Bringing page numbers back

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/panels/common-fo.panel.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl?rev=629034&r1=629033&r2=629034&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/fo/strip-dispatcher-remains.xsl Tue Feb 19 01:02:52 2008
@@ -40,8 +40,8 @@
 <!-- FIXME : left was {$text-align} -->
           <!--<fo:block text-align="left" padding-before="18pt" padding-after="18pt">-->
             <xsl:copy-of select="/fo/xsl-region-body/body/*"/>
-          <!--</fo:block>
-          <fo:block id="term" />-->
+          <!--</fo:block>-->
+          <fo:block id="term" />
         </fo:flow>
       </fo:page-sequence>
     </fo:root>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/panels/common-fo.panel.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/panels/common-fo.panel.xml?rev=629034&r1=629033&r2=629034&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/panels/common-fo.panel.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/panels/common-fo.panel.xml Tue Feb 19 01:02:52 2008
@@ -45,8 +45,8 @@
   </forrest:contract>
   <forrest:contract name="content-title" dataURI="cocoon://#{$getRequest}.title.xml"/>
   <forrest:contract name="page-header" dataURI="cocoon://#{$getRequest}.title.xml"/>
-  <!--<forrest:contract name="page-footer-numbering">
-<!-#- 
+  <forrest:contract name="page-footer-numbering">
+<!-- 
         Pattern of the page numbering in the footer - Default is "Page x".
         first occurrence of '1' digit represents the current page number,
         second occurrence of '1' digit represents the total page number,
@@ -57,10 +57,10 @@
         <page-numbering-format>p1.</page-numbering-format> Displays "px."
         <page-numbering-format>Page 1/1</page-numbering-format> Displays "Page x/y"
         <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
-        -#->
+        -->
     <forrest:property name="skip-first-page-numbering">true</forrest:property>
     <forrest:property name="page-numbering-format">1/1</forrest:property>
-  </forrest:contract>-->
+  </forrest:contract>
   <!--<forrest:contract name="page-footer-copyright">
     <forrest:property name="copyright">
 <!-#- The following are used to construct a copyright statement as follows :