Merge pull request #1050 from klaus0x7c4/validation-report-pdf-with-validator-info
Add validator information to PDF report (name and version)
This commit is contained in:
@@ -85,6 +85,37 @@
|
||||
font-weight="bold">
|
||||
<xsl:text>Prüfbericht</xsl:text>
|
||||
</fo:block>
|
||||
<xsl:call-template name="SubHeader">
|
||||
<xsl:with-param name="text"
|
||||
select="'Angaben zur Prüfanwendung'"/>
|
||||
<xsl:with-param name="color"
|
||||
select="'black'"/>
|
||||
</xsl:call-template>
|
||||
<fo:table>
|
||||
<fo:table-column border-style="none"/>
|
||||
<fo:table-column column-width="70%"
|
||||
border-style="none"/>
|
||||
<fo:table-body>
|
||||
<fo:table-row>
|
||||
<fo:table-cell>
|
||||
<fo:block text-align="left">Name:</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell>
|
||||
<fo:block text-align="right">mustangproject.org</fo:block>
|
||||
</fo:table-cell>
|
||||
</fo:table-row>
|
||||
<fo:table-row>
|
||||
<fo:table-cell>
|
||||
<fo:block text-align="left">Version:</fo:block>
|
||||
</fo:table-cell>
|
||||
<fo:table-cell>
|
||||
<fo:block text-align="right">
|
||||
<xsl:value-of select="./xml/info/validator/@version"/>
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
</fo:table-row>
|
||||
</fo:table-body>
|
||||
</fo:table>
|
||||
<xsl:call-template name="SubHeader">
|
||||
<xsl:with-param name="text"
|
||||
select="'Angaben zum geprüften Dokument'"/>
|
||||
|
||||
Reference in New Issue
Block a user