aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/resources
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-03-30 23:52:26 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-03-30 23:52:26 +0000
commitcfbf1cf13212e172ca287ac6ecc485c02ac8c8ca (patch)
treeb69c5eea8d3613caf829296f17d4a10719083bd1 /src/documentation/resources
parent9bc53aed5a9cd35f7f99e4b1cd0a49bd5971e6dd (diff)
downloadxmlgraphics-fop-cfbf1cf13212e172ca287ac6ecc485c02ac8c8ca.tar.gz
xmlgraphics-fop-cfbf1cf13212e172ca287ac6ecc485c02ac8c8ca.zip
Create pdf icon & trigger pdf creation from Cocoon.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196192 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r--src/documentation/resources/stylesheets/compliance2html.xsl15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl
index 23035e4f5..f5568c095 100644
--- a/src/documentation/resources/stylesheets/compliance2html.xsl
+++ b/src/documentation/resources/stylesheets/compliance2html.xsl
@@ -33,12 +33,17 @@
</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">