32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" version="1.0">
|
|
<xsl:import href="../../../appl/shared/default.xsl"/>
|
|
|
|
<xsl:template match="bezoeker" mode="badge">
|
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
|
<tr>
|
|
<td style="text-align:left; font-size:10px; font-weight: normal;">Naam bezoeker:</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left; font-size:14px; font-weight: bold;"><xsl:value-of select="naam"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="height: 20px"></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left; font-size:10px; font-weight: ">Firma:</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left; font-size:14px; font-weight: bold; height:20px;"><xsl:value-of select="bedrijf"/></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="height: 20px"></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="text-align:left; font-size:10px; font-weight: normal;">Datum: <xsl:value-of select="afspraak/datum/datum"/></td>
|
|
</tr>
|
|
</TABLE>
|
|
</xsl:template>
|
|
|
|
|
|
</xsl:stylesheet><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --> |