|
|
@@ -382,8 +382,8 @@
|
|
|
<th class="bordurecentre">Type d'opération</th>
|
|
|
<th class="bordurecentre">Stade d'avancement</th>
|
|
|
<th class="bordurecentre">Prévu année n+1</th>
|
|
|
- <th class="bordurecentre">Coût de l'opération en M€</th>
|
|
|
- <th class="bordurecentre">Montant CP en M€</th>
|
|
|
+ <th class="bordurecentre">Coût de l'opération en €</th>
|
|
|
+ <th class="bordurecentre">Montant CP en €</th>
|
|
|
<th class="bordurecentre">Statut</th>
|
|
|
<th class="bordurecentre">Date de livraison</th>
|
|
|
</tr>
|
|
|
@@ -402,10 +402,10 @@
|
|
|
<xsl:value-of select="Commentaire"/>
|
|
|
</td>
|
|
|
<td class="bordurecentre">
|
|
|
- <xsl:value-of select="MontantOp"/>
|
|
|
+ <xsl:value-of select="format-number(MontantOp,'###.###.##0','europe')"/>
|
|
|
</td>
|
|
|
<td class="bordurecentre">
|
|
|
- <xsl:value-of select="MontantCP"/>
|
|
|
+ <xsl:value-of select="format-number(MontantCP,'###.###.##0','europe')"/>
|
|
|
</td>
|
|
|
<td class="bordurecentre">
|
|
|
<xsl:value-of select="Status"/>
|