]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Create pdf icon & trigger pdf creation from Cocoon.
authorWilliam Victor Mote <vmote@apache.org>
Sun, 30 Mar 2003 23:52:26 +0000 (23:52 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Sun, 30 Mar 2003 23:52:26 +0000 (23:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196192 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/resources/stylesheets/compliance2html.xsl

index 23035e4f5a48d00bab42eec474875dfbe90d1dd1..f5568c0953f19e75e16736dbfa5346813deeb30b 100644 (file)
 </xsl:template>
 
 <xsl:template match="body">
-  <body>
-  <h1>
-  <xsl:value-of select="/compliance/head/title"/>
-  </h1>
+  <table class="title" summary="">
+    <tr>
+    <td valign="middle">
+      <h1><xsl:value-of select="/compliance/head/title"/></h1>
+    </td>
+    <td nowrap="nowrap" width="40" align="center">
+      <a class="dida" href="compliance.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" border="0"/><br/>PDF</a>
+    </td>
+  </tr>
+  </table>
   <xsl:apply-templates select="standard"/>
-  </body>
 </xsl:template>
 
 <xsl:template match="standard">