Drie classes waar je in customer.xsl iets mee kunt als je wilt.

svn path=/Website/trunk/; revision=35050
This commit is contained in:
Peter Feij
2017-08-23 07:26:04 +00:00
parent 7f1d4dae0c
commit a3744a7d60

View File

@@ -304,13 +304,14 @@
</xsl:when>
<xsl:otherwise>
<xsl:element name="img">
<xsl:attribute name="class">flogoimg</xsl:attribute>
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
</td>
<td width="33%"></td>
<td width="33%" align="right" valign="bottom" style="text-align:right">
<td width="33%" align="right" valign="bottom" style="text-align:right" class="fheaddate">
<b><xsl:value-of select="//lcl/FAC/printdatum"/>:&#xA0;</b>
<xsl:value-of select="//header/dateTime"/>
</td>
@@ -321,7 +322,7 @@
<xsl:template name="pagefooter">
<table border="0" width="100%">
<tr>
<td align="right" valign="top" class="tiny" style="color:#aaa">
<td align="right" valign="top" class="tiny ffoot" style="color:#aaa">
<b>FACILITOR</b>&#160;<xsl:value-of select="//header/custId"/><xsl:comment><xsl:value-of select="//header/version"/>.<xsl:value-of select="$DefRev"/>.<xsl:value-of select="$Rev"/></xsl:comment></td>
</tr>
</table>