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 12:36:30 UTC

svn commit: r629074 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common: fo/page-footer-copyright.ft panels/common-fo.panel.xml

Author: thorsten
Date: Tue Feb 19 03:36:26 2008
New Revision: 629074

URL: http://svn.apache.org/viewvc?rev=629074&view=rev
Log:
Fixing overflow problem for the copyright notice and enabling again the contract

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-copyright.ft
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/panels/common-fo.panel.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-copyright.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-copyright.ft?rev=629074&r1=629073&r2=629074&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-copyright.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-copyright.ft Tue Feb 19 03:36:26 2008
@@ -97,8 +97,7 @@
         </xsl:variable>
         <xsl:variable name="url" select="$copyright/url"/>
         <fo:block-container font-style="italic" absolute-position="absolute"
-          left="0pt" top="0pt" right="6.25in" bottom="150pt"
-          font-size="10pt">
+          left="0pt" top="0pt" bottom="150pt" height="20pt" font-size="8pt">
           <xsl:if test="not($url)">
             <fo:block text-align="center" color="lightgrey">
               <xsl:value-of select="$text"/>

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=629074&r1=629073&r2=629074&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 03:36:26 2008
@@ -61,16 +61,16 @@
     <forrest:property name="skip-first-page-numbering">true</forrest:property>
     <forrest:property name="page-numbering-format">1/1</forrest:property>
   </forrest:contract>
-  <!--<forrest:contract name="page-footer-copyright">
+  <forrest:contract name="page-footer-copyright">
     <forrest:property name="copyright">
-<!-#- The following are used to construct a copyright statement as follows :
+<!-- The following are used to construct a copyright statement as follows :
         <property> <symbol> <year> <vendor> <msg>
                          <url>
         ie. Copyright c 2002 ACME
 	      http://ACME.org
 	inception year option let you create a copyright with a range of date automaticalculated :
 	2002-2007
-       -#->
+       -->
       <year inception='true'>2002</year>
       <vendor>ACME</vendor>
       <url>http://ACME.org</url>
@@ -78,7 +78,7 @@
       <symbol></symbol>
       <property></property>
     </forrest:property>
-  </forrest:contract>-->
+  </forrest:contract>
   <forrest:contract name="content-abstract" dataURI="cocoon://#{$getRequest}.abstract.xml"/>
   <forrest:contract name="content-notice" dataURI="cocoon://#{$getRequest}.notice.xml"/>
   <forrest:contract name="content-authors" dataURI="cocoon://#{$getRequest}.authors.xml"/>