AAFM#51309 wijziging naam
svn path=/Website/branches/v2017.2/; revision=36278
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.details {
|
table.details {
|
||||||
background-color: "#31398C";
|
background-color: "#006eab";
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
background-color: #31398C;
|
background-color: #006eab;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
@@ -109,8 +109,8 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}</style>
|
}</style>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="prioriteit">
|
<xsl:template name="prioriteit">
|
||||||
<xsl:param name="lang"/>
|
<xsl:param name="lang"/>
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
@@ -120,10 +120,10 @@
|
|||||||
<xsl:when test="melding/spoed=2">High</xsl:when>
|
<xsl:when test="melding/spoed=2">High</xsl:when>
|
||||||
<xsl:when test="melding/spoed=3">Normal</xsl:when>
|
<xsl:when test="melding/spoed=3">Normal</xsl:when>
|
||||||
<xsl:when test="melding/spoed=4">Low</xsl:when>
|
<xsl:when test="melding/spoed=4">Low</xsl:when>
|
||||||
<xsl:when test="melding/spoed=5">Hold</xsl:when>
|
<xsl:when test="melding/spoed=5">Hold</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
Unknown
|
Unknown
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
@@ -132,15 +132,15 @@
|
|||||||
<xsl:when test="melding/spoed=2">Hoog</xsl:when>
|
<xsl:when test="melding/spoed=2">Hoog</xsl:when>
|
||||||
<xsl:when test="melding/spoed=3">Normaal</xsl:when>
|
<xsl:when test="melding/spoed=3">Normaal</xsl:when>
|
||||||
<xsl:when test="melding/spoed=4">Laag</xsl:when>
|
<xsl:when test="melding/spoed=4">Laag</xsl:when>
|
||||||
<xsl:when test="melding/spoed=5">Hold</xsl:when>
|
<xsl:when test="melding/spoed=5">Hold</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
Onbekend
|
Onbekend
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="rsv_ruimte">
|
<xsl:template name="rsv_ruimte">
|
||||||
<xsl:param name="min_volgnr"/>
|
<xsl:param name="min_volgnr"/>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -156,9 +156,9 @@
|
|||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<td class="tekstkop" colspan="10" frame="box" style="border-style:solid;border-width:0px;">
|
<td class="tekstkop" colspan="10" frame="box" style="border-style:solid;border-width:0px;">
|
||||||
<br/><xsl:value-of select="van/datum"/><xsl:if test="string(van/datum)!=string(tot/datum)"> - <xsl:value-of select="tot/datum"/></xsl:if> <xsl:if test="dirtlevel!='0'"><span class="fatal"><xsl:value-of select="//lcl/RES/ongeldig"/></span> </xsl:if><xsl:value-of select="//lcl/RES/deelreservering"/>  <xsl:value-of select="volgnr"/> 
|
<br/><xsl:value-of select="van/datum"/><xsl:if test="string(van/datum)!=string(tot/datum)"> - <xsl:value-of select="tot/datum"/></xsl:if> <xsl:if test="dirtlevel!='0'"><span class="fatal"><xsl:value-of select="//lcl/RES/ongeldig"/></span> </xsl:if><xsl:value-of select="//lcl/RES/deelreservering"/>  <xsl:value-of select="volgnr"/> 
|
||||||
<xsl:value-of select="plaats/regio/district/locatie/omschrijving"/> -
|
<xsl:value-of select="plaats/regio/district/locatie/omschrijving"/> -
|
||||||
<xsl:value-of select="plaats/regio/district/locatie/gebouw/naam"/> -
|
<xsl:value-of select="plaats/regio/district/locatie/gebouw/naam"/> -
|
||||||
<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/omschrijving"/> -
|
<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/omschrijving"/> -
|
||||||
<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr"/>
|
<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr"/>
|
||||||
</td>
|
</td>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
<xsl:value-of select="res_ruimte/nr"/>
|
<xsl:value-of select="res_ruimte/nr"/>
|
||||||
<br/>(max. <xsl:value-of select="res_ruimte/bezoekers"/> <xsl:value-of select="//lcl/FAC/personen"/>)
|
<br/>(max. <xsl:value-of select="res_ruimte/bezoekers"/> <xsl:value-of select="//lcl/FAC/personen"/>)
|
||||||
<xsl:if test="res_ruimte/omschrijving!=''">
|
<xsl:if test="res_ruimte/omschrijving!=''">
|
||||||
<br/><br/><xsl:value-of select="res_ruimte/omschrijving"/>
|
<br/><br/><xsl:value-of select="res_ruimte/omschrijving"/>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</td>
|
</td>
|
||||||
<td class="result" style="text-align:left">
|
<td class="result" style="text-align:left">
|
||||||
@@ -295,7 +295,7 @@
|
|||||||
<xsl:value-of select="levering/tijd"/>
|
<xsl:value-of select="levering/tijd"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<!-- totaal per deelreservering -->
|
<!-- totaal per deelreservering -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tekst" colspan="2" style="border-style:solid;border-width:0px;"><xsl:value-of select="//lcl/RES/totaal_deelreservering"/></td>
|
<td class="tekst" colspan="2" style="border-style:solid;border-width:0px;"><xsl:value-of select="//lcl/RES/totaal_deelreservering"/></td>
|
||||||
@@ -305,7 +305,7 @@
|
|||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- afspraak-lijst gesorteerd op naam -->
|
<!-- afspraak-lijst gesorteerd op naam -->
|
||||||
<xsl:for-each select="afspraak/bezoeker">
|
<xsl:for-each select="afspraak/bezoeker">
|
||||||
<xsl:sort select="naam"/>
|
<xsl:sort select="naam"/>
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
|
|
||||||
<!-- kenmerk -->
|
<!-- kenmerk -->
|
||||||
<xsl:if test="kenmerk">
|
<xsl:if test="kenmerk">
|
||||||
@@ -359,9 +359,9 @@
|
|||||||
<tr height="20px">
|
<tr height="20px">
|
||||||
<td class="tekst" colspan="2" style="border-style:solid;border-width:0px;"></td>
|
<td class="tekst" colspan="2" style="border-style:solid;border-width:0px;"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="reservering" mode="include">
|
<xsl:template match="reservering" mode="include">
|
||||||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
||||||
<TR>
|
<TR>
|
||||||
@@ -513,8 +513,8 @@
|
|||||||
<TD WIDTH="30" ROWSPAN="30" ID="RECHTERMARGE"/>
|
<TD WIDTH="30" ROWSPAN="30" ID="RECHTERMARGE"/>
|
||||||
</TR>
|
</TR>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template name="qrc_ins_new_page">
|
<xsl:template name="qrc_ins_new_page">
|
||||||
<xsl:param name="p_page"/>
|
<xsl:param name="p_page"/>
|
||||||
<xsl:param name="p_rows"/>
|
<xsl:param name="p_rows"/>
|
||||||
@@ -691,7 +691,7 @@
|
|||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="bestelling" mode="include">
|
<xsl:template match="bestelling" mode="include">
|
||||||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
||||||
<TR>
|
<TR>
|
||||||
@@ -782,7 +782,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="value">: <xsl:value-of select="."/></td>
|
<td class="value">: <xsl:value-of select="."/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<tr>
|
<tr>
|
||||||
<td height="20px"/>
|
<td height="20px"/>
|
||||||
@@ -790,9 +790,9 @@
|
|||||||
<xsl:if test="status='Geleverd'">
|
<xsl:if test="status='Geleverd'">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="label">Commentaar levering</td>
|
<td class="label">Commentaar levering</td>
|
||||||
<td class="value">: <xsl:value-of select="bestelopdracht/leveringopmerking"/></td>
|
<td class="value">: <xsl:value-of select="bestelopdracht/leveringopmerking"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<tr>
|
<tr>
|
||||||
<td height="20px"/>
|
<td height="20px"/>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -821,7 +821,7 @@
|
|||||||
<xsl:value-of select="@naam"/>:
|
<xsl:value-of select="@naam"/>:
|
||||||
<xsl:value-of select="."/>
|
<xsl:value-of select="."/>
|
||||||
<br/>
|
<br/>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:for-each> </td>
|
</xsl:for-each> </td>
|
||||||
<td class="result" style="text-align:right">
|
<td class="result" style="text-align:right">
|
||||||
<xsl:value-of select="aantal"/>
|
<xsl:value-of select="aantal"/>
|
||||||
@@ -851,7 +851,7 @@
|
|||||||
<TD WIDTH="30" ROWSPAN="30" ID="RECHTERMARGE"/>
|
<TD WIDTH="30" ROWSPAN="30" ID="RECHTERMARGE"/>
|
||||||
</TR>
|
</TR>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="perslid" mode="include">
|
<xsl:template match="perslid" mode="include">
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
table {
|
table {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
td.label {
|
td.label {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #4f1e4c;
|
color: #006eab;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.value {
|
td.value {
|
||||||
@@ -54,10 +54,10 @@
|
|||||||
|
|
||||||
span.seperator {
|
span.seperator {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
color: #e1034b;
|
color: #006eab;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user