|
|
@@ -1,13 +1,9 @@
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
<xsl:decimal-format name="europe" decimal-separator=',' grouping-separator='.' />
|
|
|
- <xsl:output method="xml" encoding="UTF-8" />
|
|
|
-
|
|
|
+ <xsl:output method="xml" encoding="UTF-8" omit-xml-declaration="yes" />
|
|
|
<xsl:template match="college">
|
|
|
- <title>
|
|
|
- <xsl:value-of select="Etablissement/NomCollegePourPresentation"/>
|
|
|
- </title>
|
|
|
- <div id="conteneur">
|
|
|
+ <div id="conteneur">
|
|
|
<div>
|
|
|
<img src="images/logocg67N.gif" alt="Logo du CG67"></img>
|
|
|
</div>
|
|
|
@@ -19,61 +15,8 @@
|
|
|
<xsl:attribute name="src">photo/<xsl:value-of select="Etablissement/LienPhoto"/></xsl:attribute>
|
|
|
</img>
|
|
|
</xsl:if>
|
|
|
- <!--
|
|
|
- <table>
|
|
|
- <colgroup>
|
|
|
- <col class="libelle"></col>
|
|
|
- <col class="information"></col>
|
|
|
- </colgroup>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- A l'attention de
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- Monsieur le Président du Conseil Général sous le couvert de Monsieur Pierre GEY,
|
|
|
- Directeur Général des Services
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- Editée par
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <xsl:value-of select="entete/suiviepar/direction"/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- Validée par
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <xsl:value-of select="entete/valideur"/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- Date de Validation
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- 15 Septembre 2009
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- Affaire suivie par
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <xsl:value-of select="entete/suiviepar/direction"/><br />
|
|
|
- <xsl:value-of select="entete/suiviepar/nomprenom"/><br />
|
|
|
- <xsl:value-of select="entete/suiviepar/fonction"/><br />
|
|
|
- <xsl:value-of select="entete/suiviepar/tel"/><br />
|
|
|
- <xsl:value-of select="entete/suiviepar/fax"/><br />
|
|
|
- <xsl:value-of select="entete/suiviepar/email"/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- -->
|
|
|
- <h2>1. Fiche d'identité du collège</h2>
|
|
|
+
|
|
|
+ <h2>1. Fiche d'identité du collège</h2>
|
|
|
<table>
|
|
|
<colgroup>
|
|
|
<col class="libelle"></col>
|
|
|
@@ -171,14 +114,7 @@
|
|
|
<td>Restauration
|
|
|
</td>
|
|
|
<td>
|
|
|
- <!-- <xsl:if test="Etablissement/IsRestaurant='True'">
|
|
|
- Oui
|
|
|
- </xsl:if>
|
|
|
- <xsl:if test="Etablissement/IsRestaurant='False'">
|
|
|
- Non
|
|
|
- </xsl:if>
|
|
|
- -->
|
|
|
- <table>
|
|
|
+ <table>
|
|
|
<colgroup>
|
|
|
<col class="titre"></col>
|
|
|
<col class="valeur"></col>
|
|
|
@@ -191,9 +127,7 @@
|
|
|
</xsl:if>
|
|
|
<xsl:if test ="Etablissement/Restauration/NbrPersonnes = 0">
|
|
|
<td class="sansbordure">Nombre de demi-pensionnaires</td>
|
|
|
- <td class="sansbordure">
|
|
|
- Pas de restauration dans l'établissement
|
|
|
- </td>
|
|
|
+ <td class="sansbordure">Pas de restauration dans l'établissement</td>
|
|
|
</xsl:if>
|
|
|
<xsl:if test ="Etablissement/Restauration/NbrRepas > 0">
|
|
|
<tr>
|
|
|
@@ -257,8 +191,7 @@
|
|
|
</xsl:if>
|
|
|
</table>
|
|
|
</td>
|
|
|
-
|
|
|
- </tr>
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
<td>Internat</td>
|
|
|
<td>
|
|
|
@@ -969,7 +902,7 @@
|
|
|
<tr>
|
|
|
<td>Montant total des financements du département aux 90 collèges</td>
|
|
|
<td>
|
|
|
- 55,3 M€ en 2009
|
|
|
+ <xsl:value-of select="entete/chiffresgeneraux/financements"/>
|
|
|
<!--<xsl:value-of select="ChiffresSignificatifs/MontantTotalFinancements"/><xsl:text> €</xsl:text>-->
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -986,13 +919,13 @@
|
|
|
<!--
|
|
|
<xsl:value-of select="ChiffresSignificatifs/MontantTotalInvestissement"/><xsl:text> €</xsl:text>
|
|
|
-->
|
|
|
- 33 M€
|
|
|
+ <xsl:value-of select="entete/chiffresgeneraux/investissement"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Montant total des transports scolaires</td>
|
|
|
<td>
|
|
|
- 22,2 M€
|
|
|
+ <xsl:value-of select="entete/chiffresgeneraux/transport"/>
|
|
|
<!--<xsl:value-of select="format-number(ChiffresSignificatifs/MontantTotalTransportScolaire,'###.###.##0,00','europe')"/><xsl:text> €</xsl:text> -->
|
|
|
</td>
|
|
|
</tr>
|