[hibernate-commits] Hibernate SVN: r13989 - in documentation-style/trunk/src/main: xslt/standard and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Sep 1 08:42:35 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-09-01 08:42:35 -0400 (Sat, 01 Sep 2007)
New Revision: 13989

Removed:
   documentation-style/trunk/src/main/images/
Modified:
   documentation-style/trunk/src/main/xslt/standard/fopdf.xsl
Log:
moved images back to source; moved titlepage image definition into source

Modified: documentation-style/trunk/src/main/xslt/standard/fopdf.xsl
===================================================================
--- documentation-style/trunk/src/main/xslt/standard/fopdf.xsl	2007-09-01 12:21:57 UTC (rev 13988)
+++ documentation-style/trunk/src/main/xslt/standard/fopdf.xsl	2007-09-01 12:42:35 UTC (rev 13989)
@@ -26,44 +26,6 @@
     <!-- assume catalog-based resolution... -->
     <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl" />
 
-    <!--###################################################
-                       Custom Title Page
-        ################################################### -->
-
-    <!-- TODO : move this inside the docbook sources -->
-
-    <xsl:param name="custom.titlepage.img">shared/images/hibernate_logo_a.png</xsl:param>
-
-    <xsl:template name="book.titlepage.recto">
-        <fo:block>
-            <fo:table table-layout="fixed" width="175mm">
-                <fo:table-column column-width="175mm"/>
-                <fo:table-body>
-                    <fo:table-row>
-                        <fo:table-cell text-align="center">
-                            <fo:block>
-                                <fo:external-graphic content-height="1.2cm">
-                                    <xsl:attribute name="src">
-                                        <xsl:call-template name="fo-external-image">
-                                            <xsl:with-param name="filename" select="$custom.titlepage.img"/>
-                                        </xsl:call-template>
-                                    </xsl:attribute>
-                                </fo:external-graphic>
-                            </fo:block>
-                            <fo:block font-family="Helvetica" font-size="18pt" padding-before="10mm">
-                                <xsl:value-of select="bookinfo/subtitle"/>
-                            </fo:block>
-                            <fo:block font-family="Helvetica" font-size="12pt" padding="10mm">
-                                Version:
-                                <xsl:value-of select="bookinfo/releaseinfo"/>
-                            </fo:block>
-                        </fo:table-cell>
-                    </fo:table-row>
-                </fo:table-body>
-            </fo:table>
-        </fo:block>
-    </xsl:template>
-
     <!-- Prevent blank pages in output -->
     <xsl:template name="book.titlepage.before.verso">
     </xsl:template>




More information about the hibernate-commits mailing list