NYBU#54048 Huurcontract studenten nu ook beschikbaar in het engels

svn path=/Website/branches/v2018.1/; revision=38772
This commit is contained in:
Daan Brandt
2018-08-10 09:54:50 +00:00
parent c1d0c37d65
commit e6df483c28

View File

@@ -1770,6 +1770,7 @@
<xsl:call-template name="printstyle"/>
</head>
<body style="margin-top: 0;">
<!-- BEVESTIGINGSBRIEF CONTRACT_NL OF CONTRACT EN. -->
<xsl:for-each select="rapport_data/data_row">
<xsl:sort select="FCLT_F_TONEN"/>
<xsl:if test="FCLT_F_TONEN='Bevestigingsbrief'">
@@ -1778,6 +1779,9 @@
<xsl:if test="FCLT_F_TONEN='Contract'">
<xsl:apply-templates select="." mode="huurovereenkomst_student"/>
</xsl:if>
<xsl:if test="FCLT_F_TONEN='Contract EN'">
<xsl:apply-templates select="." mode="huurovereenkomst_student_en"/>
</xsl:if>
</xsl:for-each>
</body>
</xsl:when>
@@ -1795,6 +1799,9 @@
<xsl:if test="FCLT_F_TONEN='Contract'">
<xsl:apply-templates select="." mode="huurovereenkomst_student"/>
</xsl:if>
<xsl:if test="FCLT_F_TONEN='CONTRACT EN'">
<xsl:apply-templates select="." mode="huurovereenkomst_student_en"/>
</xsl:if>
</xsl:for-each>
</body>
</xsl:when>
@@ -1812,6 +1819,9 @@
<xsl:if test="FCLT_F_TONEN='Contract'">
<xsl:apply-templates select="." mode="huurovereenkomst_medewerker"/>
</xsl:if>
<xsl:if test="FCLT_F_TONEN='CONTRACT EN'">
<xsl:apply-templates select="." mode="huurovereenkomst_student_en"/>
</xsl:if>
</xsl:for-each>
</body>
</xsl:when>
@@ -3124,8 +3134,29 @@
<td colspan="2" height="50"/>
</tr>
</table>
<table>
<div style="float:left; width:100%; text-align:left;"><strong>Meldingen</strong></div>
<thead>
<tr colspan="10" style="border-top:1px solid #000; border-bottom:1px solid #000;">
<td style="" >Onderwerp</td>
<td >Datum</td>
<td>Tijd</td>
</tr>
</thead>
<tbody>
<xsl:for-each select="rsv_ruimte/melding">
<tr>
<td><xsl:value-of select="onderwerp"/> : <xsl:value-of select="omschrijving"/></td>
<td><xsl:value-of select="datum_gepland/datum"/></td>
<td><xsl:value-of select="datum_gepland/tijd"/></td>
</tr>
</xsl:for-each>
</tbody>
</table>
<div style="width: 100%; height: 50mm; text-align: center; bottom: 0px; position: relative; display: inline-block; page-break-inside: avoid;">
<div style="width: 100%; height: 50mm; text-align: center; margin-top:2%; bottom: 0px; position: relative; display: inline-block; page-break-inside: avoid;">
<table width="100%" cellpadding="1" cellspacing="0" border="0" style="display: inline-block; ">
<thead>
<tr>
@@ -3188,6 +3219,8 @@
</tr>
</thead>
</table>
</div>