FSN#38685 Vergeten iconen naar font-awesome
svn path=/Website/trunk/; revision=31933
This commit is contained in:
@@ -258,24 +258,24 @@
|
||||
<xsl:when test="position() = 1">
|
||||
<td width="20%">
|
||||
<b><xsl:value-of select="aanmaak/datum"/> <xsl:value-of select="aanmaak/tijd"/><br/><xsl:value-of select="noteur/naam_friendly"/></b>
|
||||
</td>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<b><xsl:value-of select="omschrijving"/></b>
|
||||
</td>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<td>
|
||||
<xsl:value-of select="aanmaak/datum"/> <xsl:value-of select="aanmaak/tijd"/><br/><xsl:value-of select="noteur/naam_friendly"/>
|
||||
</td>
|
||||
<xsl:value-of select="aanmaak/datum"/> <xsl:value-of select="aanmaak/tijd"/><br/><xsl:value-of select="noteur/naam_friendly"/>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<xsl:value-of select="omschrijving"/>
|
||||
</td>
|
||||
</td>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:choose>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
<tr><td colspan="4"><hr/></td></tr>
|
||||
<tr><td colspan="4"><hr/></td></tr>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:if test="not(//opdracht/extra_key) and extra_key">
|
||||
@@ -283,7 +283,7 @@
|
||||
<tr>
|
||||
<td align="right" valign="top" style="padding-top:10px;">
|
||||
<b><xsl:value-of select="//lcl/FAC/bericht"/>:</b>
|
||||
</td>
|
||||
</td>
|
||||
<td colspan="3" style="padding-top:10px;">
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="notes/note[key=$mx_key]/omschrijving"/>
|
||||
@@ -294,10 +294,10 @@
|
||||
<td colspan="4" style="padding-bottom:20px;">
|
||||
<hr/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:choose>
|
||||
<tr>
|
||||
<td align="right" width="16%">
|
||||
<b><xsl:value-of select="//lcl/FAC/aanvrager"/>:</b>
|
||||
@@ -325,7 +325,7 @@
|
||||
<td align="left">
|
||||
<xsl:value-of select="voor/email"/>
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">
|
||||
<b><xsl:value-of select="//lcl/FAC/locatie"/>:</b>
|
||||
@@ -795,7 +795,7 @@ Voor vragen kunt u ook gebruik maken van dit e-mailadres.
|
||||
<xsl:value-of select="melding/voor/email"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
<tr>
|
||||
<td align="right">
|
||||
<b><xsl:value-of select="//lcl/FAC/gebouw"/>:</b>
|
||||
@@ -933,15 +933,15 @@ Voor vragen kunt u ook gebruik maken van dit e-mailadres.
|
||||
<xsl:if test="$p_view ='skaf_v_rap_mld_status'">
|
||||
<xsl:if test="$p_aantal != 0">
|
||||
<br/>
|
||||
<span onclick="mld_show_mld_2_close()" style="cursor: pointer; font-size:12px; color:blue"><b><u>Hier afmelden</u></b><img src="../../appl/pictures/priohigh.png"/></span>
|
||||
<span onclick="mld_show_mld_2_close()" class="fa fa-exclamation" style="cursor: pointer; font-size:12px; color:blue"><b><u>Hier afmelden</u></b><img src="../../appl/pictures/priohigh.png"/></span>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
<hr/>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
|
||||
<xsl:template match="rapport">
|
||||
|
||||
|
||||
<xsl:if test="@view = 'skaf_v_rap_mld_status' or @view = 'skaf_v_rap_mld_status_overall'">
|
||||
<script>
|
||||
<xsl:text disable-output-escaping="yes">
|
||||
@@ -953,27 +953,27 @@ Voor vragen kunt u ook gebruik maken van dit e-mailadres.
|
||||
var url = "appl/mld/mld_search.asp?urole=bo&autosearch=1"
|
||||
FcltMgr.openDetail(url, "Afhandelen meldingen", { });
|
||||
}
|
||||
|
||||
|
||||
</xsl:text>
|
||||
</script>
|
||||
|
||||
|
||||
<xsl:variable name="l_aant_mld_new" select="count(//facilitor/rapport/rapport_data/data_row[CODE='MLD_NEW'])"/>
|
||||
|
||||
|
||||
<!-- 1e regel: Er zijn xx te behandelen meldingen (nieuw) -->
|
||||
<xsl:choose>
|
||||
<xsl:when test="@view = 'skaf_v_rap_mld_status'">
|
||||
Je hebt
|
||||
Je hebt
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
Er zijn
|
||||
Er zijn
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<span onclick="mld_show_mld_open()" style="cursor: pointer; font-size:12px; color:blue"><b><u><xsl:value-of select="$l_aant_mld_new"/></u></b></span> te behandelen melding<xsl:if test="$l_aant_mld_new != 1">en</xsl:if> (nieuw) <br/>
|
||||
<hr/>
|
||||
|
||||
|
||||
<!-- 2e regel (alleen centrale BO): Je hebt yy meldingen in behandeling: de nieuwe mld's en wie is behandelaar -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 3e regel: Er zijn totaal zz meldingen in behandeling -->
|
||||
<xsl:variable name="l_aant_mld_2close" select="count(//facilitor/rapport/rapport_data/data_row[CODE='MLD_READY2CLOSE'])"/>
|
||||
<xsl:choose>
|
||||
@@ -984,10 +984,10 @@ Voor vragen kunt u ook gebruik maken van dit e-mailadres.
|
||||
Er zijn totaal <xsl:call-template name="print_aantal_mld_by_color"><xsl:with-param name="p_view" select="@view"/><xsl:with-param name="p_aantal" select="$l_aant_mld_2close"/></xsl:call-template>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
||||
|
||||
|
||||
|
||||
</xsl:if>
|
||||
|
||||
|
||||
<xsl:if test="@view = 'skaf_v_rap_bes_status'">
|
||||
<script>
|
||||
<xsl:text disable-output-escaping="yes">
|
||||
@@ -1002,7 +1002,7 @@ Voor vragen kunt u ook gebruik maken van dit e-mailadres.
|
||||
</xsl:text>
|
||||
</script>
|
||||
<xsl:variable name="l_aant_bes_2close" select="count(//facilitor/rapport/rapport_data/data_row[CODE='BES_READY2CLOSE'])"/>
|
||||
Je hebt
|
||||
Je hebt
|
||||
<xsl:choose>
|
||||
<xsl:when test="$l_aant_bes_2close=0">
|
||||
<span style="font-size:12px; color:green"><b><xsl:value-of select="$l_aant_bes_2close"/></b></span>
|
||||
@@ -1017,14 +1017,14 @@ Voor vragen kunt u ook gebruik maken van dit e-mailadres.
|
||||
<span onclick="bes_show_bes_2_close()" style="cursor: pointer; font-size:12px; color:blue"><b><u>Hier afmelden</u></b><img src="../../appl/pictures/priohigh.png"/></span>
|
||||
</xsl:if>
|
||||
<hr/>
|
||||
|
||||
|
||||
<!-- <xsl:variable name="l_aant_bes_new" select="count(//facilitor/rapport/rapport_data/data_row[CODE='BES_NEW'])"/> -->
|
||||
<!-- <span style="cursor: pointer" onclick="bes_show_bes_2_close()"><u>(hier afmelden)</u></span> -->
|
||||
<!-- Je hebt <span onclick="bes_show_bes_open()" style="cursor: pointer; font-size:12px; color:green"><b><u><xsl:value-of select="$l_aant_bes_new"/></u></b></span> bestelling<xsl:if test="$l_aant_bes_new != 1">en</xsl:if> in behandeling <br/> -->
|
||||
<!-- <hr/> -->
|
||||
</xsl:if>
|
||||
|
||||
|
||||
|
||||
|
||||
<xsl:if test="@view = 'skaf_v_ins_qrc_inventaris'">
|
||||
<xsl:variable name="p_rows" select="5"/>
|
||||
<xsl:variable name="p_cols" select="4"/>
|
||||
|
||||
Reference in New Issue
Block a user