AKZA#40200 ombouw werkzaamheden Eurest (nog 'under construction'...)
svn path=/Website/branches/v2016.3/; revision=33962
This commit is contained in:
@@ -3492,6 +3492,108 @@ p.MsoNormal {
|
|||||||
</table>
|
</table>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
|
<xsl:if test="@view='AKZA_V_WERKZAAMH_EUREST'">
|
||||||
|
<style>
|
||||||
|
.num0dec {mso-number-format:0;} .num2dec {mso-number-format:Fixed;} .tekst {mso-number-format:"\@";} .date {mso-number-format:"Short Date";}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
|
||||||
|
<xsl:if test=" count(rapport_data/data_row) = 0">
|
||||||
|
<tr><td>
|
||||||
|
<center><b>Geen gegevens gevonden</b></center>
|
||||||
|
</td></tr>
|
||||||
|
</xsl:if>
|
||||||
|
|
||||||
|
<xsl:for-each select="//facilitor/rapport/rapport_data/data_row">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<xsl:if test="position() = 1">
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th>Ruimte</th>
|
||||||
|
<th>Datum</th>
|
||||||
|
<th>Van</th>
|
||||||
|
<th>Tot</th>
|
||||||
|
<th>Resnr</th>
|
||||||
|
<th>Werkelijk aantal personen</th>
|
||||||
|
<th>No show</th>
|
||||||
|
<th>Wijzigingen</th>
|
||||||
|
<th>Aantal voorzieningen</th>
|
||||||
|
<th>Voorziening</th>
|
||||||
|
<th>Gastheer/vrouw</th>
|
||||||
|
<th>Aanvrager</th>
|
||||||
|
<th>Telefoonnr aanvrager</th>
|
||||||
|
<th>Kostenplaats</th>
|
||||||
|
<th>order/tasknr</th>
|
||||||
|
<th>Omschrijving</th>
|
||||||
|
<th>Opmerking</th>
|
||||||
|
<th>G/VOR pas</th>
|
||||||
|
<th>Status</th>
|
||||||
|
<th>Last Minute</th>
|
||||||
|
</tr>
|
||||||
|
</xsl:if>
|
||||||
|
|
||||||
|
<xsl:choose>
|
||||||
|
<xsl:when test="LAST_MINUTE='Ja'">
|
||||||
|
<tr>
|
||||||
|
<td class="tekst" style="background-color:blue;" ><xsl:value-of select="RUIMTE"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="DATUM"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="VAN"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="TOT"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="RESNR"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="WERK_AANT"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="NO_SHOW"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="WIJZIGINGEN"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="AANT_VOORZ"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="VOORZIENING"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="GASTHEER"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="AANVRAGER"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="TEL_AANVRAGER"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="KOSTENPLAATS"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="ORDERNR"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="OMSCHRIJVING"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="OPMERKING"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="G_VORPAS"/></td>
|
||||||
|
<td class="tekst" style="background-color:blue;"><xsl:value-of select="STATUS"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="LAST_MINUTE"/></td>
|
||||||
|
</tr>
|
||||||
|
</xsl:when>
|
||||||
|
|
||||||
|
<xsl:otherwise>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="tekst"><xsl:value-of select="RUIMTE"/></td>
|
||||||
|
<td class="date"><xsl:value-of select="DATUM"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="VAN"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="TOT"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="RESNR"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="WERK_AANT"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="NO_SHOW"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="WIJZIGINGEN"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="AANT_VOORZ"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="VOORZIENING"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="GASTHEER"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="AANVRAGER"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="TEL_AANVRAGER"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="KOSTENPLAATS"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="ORDERNR"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="OMSCHRIJVING"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="OPMERKING"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="G_VORPAS"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="STATUS"/></td>
|
||||||
|
<td class="tekst"><xsl:value-of select="LAST_MINUTE"/></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</xsl:otherwise>
|
||||||
|
</xsl:choose>
|
||||||
|
|
||||||
|
</xsl:for-each>
|
||||||
|
</table>
|
||||||
|
</xsl:if>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user