diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2html.xsl | 15 |
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"> |