Drie classes waar je in customer.xsl iets mee kunt als je wilt.
svn path=/Website/trunk/; revision=35050
This commit is contained in:
@@ -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"/>: </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> <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>
|
||||
|
||||
Reference in New Issue
Block a user