|
@@ -250,37 +250,47 @@
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>Dotation de fonctionnement année N-1 et annee N</td>
|
|
<td>Dotation de fonctionnement année N-1 et annee N</td>
|
|
|
<td>
|
|
<td>
|
|
|
- <table>
|
|
|
|
|
|
|
+ <table id="dotation">
|
|
|
|
|
+ <colgroup>
|
|
|
|
|
+ <col class="typedotation"></col>
|
|
|
|
|
+ <col class="mtn"></col>
|
|
|
|
|
+ <col class="mtn1"></col>
|
|
|
|
|
+ </colgroup>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td>Viabilisation</td>
|
|
|
|
|
- <td>
|
|
|
|
|
- <xsl:value-of select="Etablissement/Dotation[1]/Viabilisation" />
|
|
|
|
|
|
|
+ <th class="bordure">Type de dotation</th>
|
|
|
|
|
+ <th class="bordure">Année n-1</th>
|
|
|
|
|
+ <th class="bordure">Année n</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td class="bordure">Viabilisation</td>
|
|
|
|
|
+ <td class="bordure">
|
|
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[2]/Viabilisation" />
|
|
|
<xsl:text> €</xsl:text>
|
|
<xsl:text> €</xsl:text>
|
|
|
</td>
|
|
</td>
|
|
|
- <td>
|
|
|
|
|
- <xsl:value-of select="Etablissement/Dotation[2]/Viabilisation" />
|
|
|
|
|
|
|
+ <td class="bordure">
|
|
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[1]/Viabilisation" />
|
|
|
<xsl:text> €</xsl:text>
|
|
<xsl:text> €</xsl:text>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td>Entretien</td>
|
|
|
|
|
- <td>
|
|
|
|
|
- <xsl:value-of select="Etablissement/Dotation[1]/Entretien" />
|
|
|
|
|
|
|
+ <td class="bordure">Entretien</td>
|
|
|
|
|
+ <td class="bordure">
|
|
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[2]/Entretien" />
|
|
|
<xsl:text> €</xsl:text>
|
|
<xsl:text> €</xsl:text>
|
|
|
</td>
|
|
</td>
|
|
|
- <td>
|
|
|
|
|
- <xsl:value-of select="Etablissement/Dotation[2]/Entretien" />
|
|
|
|
|
|
|
+ <td class="bordure">
|
|
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[1]/Entretien" />
|
|
|
<xsl:text> €</xsl:text>
|
|
<xsl:text> €</xsl:text>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td>Autres Depenses</td>
|
|
|
|
|
- <td>
|
|
|
|
|
- <xsl:value-of select="Etablissement/Dotation[1]/AutresDepenses" />
|
|
|
|
|
|
|
+ <td class="bordure">Autres Depenses</td>
|
|
|
|
|
+ <td class="bordure">
|
|
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[2]/AutresDepenses" />
|
|
|
<xsl:text> €</xsl:text>
|
|
<xsl:text> €</xsl:text>
|
|
|
</td>
|
|
</td>
|
|
|
- <td>
|
|
|
|
|
- <xsl:value-of select="Etablissement/Dotation[2]/AutresDepenses" />
|
|
|
|
|
|
|
+ <td class="bordure">
|
|
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[1]/AutresDepenses" />
|
|
|
<xsl:text> €</xsl:text>
|
|
<xsl:text> €</xsl:text>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|