|
|
@@ -2,11 +2,15 @@
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
<xsl:template match="college">
|
|
|
<h1>
|
|
|
- <xsl:text>Collège </xsl:text><xsl:value-of select="Etablissement/Nom"/>
|
|
|
+ <xsl:text>Collège </xsl:text><xsl:value-of select="Etablissement/NomCollegePourPresentation"/>
|
|
|
|
|
|
</h1>
|
|
|
<h2>1. Fiche d'identité du collège</h2>
|
|
|
<table>
|
|
|
+ <colgroup>
|
|
|
+ <col class="libelle"></col>
|
|
|
+ <col class="information"></col>
|
|
|
+ </colgroup>
|
|
|
<tr>
|
|
|
<td>Code RNE du collège</td>
|
|
|
<td><xsl:value-of select="Etablissement/CodeRNE"/></td>
|
|
|
@@ -16,15 +20,16 @@
|
|
|
<td>
|
|
|
<xsl:value-of select="Etablissement/Adresse"/>
|
|
|
<xsl:text> </xsl:text>
|
|
|
- <xsl:value-of select="Etablissement/ComplementAdresse"/>
|
|
|
+ <xsl:value-of select="Etablissement/ComplementAdresse"/>
|
|
|
<xsl:text> </xsl:text>
|
|
|
<xsl:value-of select="Etablissement/CodePostal"/>
|
|
|
<xsl:text> </xsl:text>
|
|
|
<xsl:value-of select="Etablissement/Ville"/>
|
|
|
- <br/>
|
|
|
- <xsl:value-of select="Etablissement/Telephone"/>
|
|
|
- <xsl:text> </xsl:text>
|
|
|
+ <br/><xsl:text>Tel </xsl:text><xsl:value-of select="Etablissement/Telephone"/>
|
|
|
+ <xsl:text> Fax </xsl:text>
|
|
|
<xsl:value-of select="Etablissement/Fax"/>
|
|
|
+ <br/>
|
|
|
+ <xsl:text>Email </xsl:text><xsl:value-of select="Etablissement/Email"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -49,24 +54,308 @@
|
|
|
<td>MCG de rattachement et<BR/>directeur de la MCG
|
|
|
</td>
|
|
|
<td>
|
|
|
-
|
|
|
+ <xsl:value-of select="Etablissement/McgRattachgement/Ville"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Effectifs</td>
|
|
|
<td>
|
|
|
-
|
|
|
+ <xsl:value-of select ="Etablissement/Effectif"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Demi pension
|
|
|
</td>
|
|
|
<td>
|
|
|
-
|
|
|
+ <xsl:value-of select ="Etablissement/Restaurer"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- <h2>Structure Immobilière</h2>
|
|
|
+ <h2>2. Structure Immobilière</h2>
|
|
|
+ <table>
|
|
|
+ <colgroup>
|
|
|
+ <col class="libelle"></col>
|
|
|
+ <col class="information"></col>
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <td>Propriétaire</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/NomProprietaire"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Année de construction</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/AnneeConstruction"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Année de restructuration lourde</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/PhraseRestructuration"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Superficie d'emprise</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/Surface"/> m2
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Aménagements particuliers</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/CommentaireAmenagementParticulier"/> m2
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Logement de fonction</td>
|
|
|
+ <td>
|
|
|
+
|
|
|
+ <NbrAgentsLoges>0</NbrAgentsLoges>
|
|
|
+ <xsl:value-of select="Etablissement/LogementDeFonction/NbrLogements"/><xsl:text> logement(s) de fonction, dont </xsl:text>
|
|
|
+ <xsl:value-of select="Etablissement/LogementDeFonction/NbrAgentsLoges"/><xsl:text> agent(s) du CG67 logé(s)</xsl:text>
|
|
|
+
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Programmation des travaux Maintenance de 2ième niveau (année n-1, n, n+1)</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/PhraseProgTravaux"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td></td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/CommentaireProgTravaux"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <h2>3. Sectorisation des collèges - évolution des effectifs</h2>
|
|
|
+ <table>
|
|
|
+ <colgroup>
|
|
|
+ <col class="libelle"></col>
|
|
|
+ <col class="information"></col>
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <td>Secteur de recrutement</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/PhraseSecteurRecrutement"/> </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Observation sur le secteur de recrutement</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/CommentaireSecteurRecrutement"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Prévisions sur les 5 prochaines années</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/PhrasePrevision5Ans"></xsl:value-of>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2" id="graphique">
|
|
|
+ <img alt="graphique de test" src="vide.histo?l=400&h=400&f=-64&nb=7&v1=500&c1=-65536&v2=56&c2=-65536&v3=25&c3=-65536&v4=154&c4=-65536&v5=50&c5=-16776961&v6=254&c6=-16776961&v7=25&c7=-16776961"></img>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2">
|
|
|
+ <xsl:value-of select="Etablissement/CommentaireGraphique"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <h2>4. Intervention du Département</h2>
|
|
|
+ <table>
|
|
|
+ <colgroup>
|
|
|
+ <col class="libelle"></col>
|
|
|
+ <col class="information"></col>
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <td>Equipement en mobilier et matériel</td>
|
|
|
+ <td>
|
|
|
+ <ul>
|
|
|
+ <xsl:for-each select ="Etablissement/lstEquipements/Equipement">
|
|
|
+ <li>
|
|
|
+ <xsl:value-of select="Phrase" />
|
|
|
+ </li>
|
|
|
+ </xsl:for-each>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Dotation de fonctionnement année N-1 et annee N</td>
|
|
|
+ <td>
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td>Viabilisation</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[1]/Viabilisation" />
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[2]/Viabilisation" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Entretien</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[1]/Entretien" />
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[2]/Entretien" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Autres Depenses</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[1]/AutresDepenses" />
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/Dotation[2]/AutresDepenses" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Investissement</td>
|
|
|
+ <td>
|
|
|
+ <table>
|
|
|
+ <xsl:for-each select="Etablissement/LstInvestissement/Investissement">
|
|
|
+ <tr>
|
|
|
+ <td><xsl:value-of select="Type"/></td>
|
|
|
+ <td><xsl:value-of select="Montant"/></td>
|
|
|
+ <td><xsl:value-of select="Commentaire"/></td>
|
|
|
+ </tr>
|
|
|
+ </xsl:for-each>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Etat des réserves du collège</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/Reserve"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Intervention remaquable du département sur les 5 dernières années</td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <h2>5. Gestion des adjoints techniques des collèges (ATC)</h2>
|
|
|
+ <table>
|
|
|
+ <colgroup>
|
|
|
+ <col class="libelle"></col>
|
|
|
+ <col class="information"></col>
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <td>Nombre total d'ATC</td>
|
|
|
+ <td><xsl:value-of select="Etablissement/PhraseTotalATC"/> </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Nombre d'ATC en valeur ETP</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/PhraseValeurETP"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Liste nominative des agents</td>
|
|
|
+ <td>
|
|
|
+ <table>
|
|
|
+ <xsl:for-each select="Etablissement/LstATC/ATC">
|
|
|
+ <tr>
|
|
|
+ <td><xsl:value-of select="Nom"/></td>
|
|
|
+ <td><xsl:value-of select="Prenom"/></td>
|
|
|
+ <td><xsl:value-of select="ValeurETP"/></td>
|
|
|
+ <td><xsl:value-of select="Categorie"/></td>
|
|
|
+ <td><xsl:value-of select="TypeContact"/></td>
|
|
|
+ <td><xsl:value-of select="Fonction"/></td>
|
|
|
+ </tr>
|
|
|
+ </xsl:for-each>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ <tr>
|
|
|
+ <td>Prévision d'effectif</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/CommentairePrevisionEffectifATC"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Nombre de jours de formation suivis par les ATC</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Etablissement/PhraseNombreJoursFormation"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <h2>6. Actions édicatives territoriales</h2>
|
|
|
+ <table>
|
|
|
+ <colgroup>
|
|
|
+ <col class="libelle"></col>
|
|
|
+ <col class="information"></col>
|
|
|
+ </colgroup>
|
|
|
+ <xsl:for-each select="Etablissement/LstActionEducatives/ActionEducative">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Libelle"/>
|
|
|
+ </td>
|
|
|
+ <td>Le nombre d'élèves concernés s'élève à <xsl:value-of select="NbrEleves"/><br/>
|
|
|
+ Le financement se monte à valeur de <xsl:value-of select ="MontantSubvention"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </xsl:for-each>
|
|
|
+ </table>
|
|
|
+ <h2>7. Participation à des projets pilotes du CG 67</h2>
|
|
|
+ <table>
|
|
|
+ <colgroup>
|
|
|
+ <col class="libelle"></col>
|
|
|
+ <col class="information"></col>
|
|
|
+ </colgroup>
|
|
|
+ <xsl:for-each select="Etablissement/LstProjetPilote/ProjetPilote">
|
|
|
+ <tr>
|
|
|
+ <td></td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="Libelle"/>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </xsl:for-each>
|
|
|
+ </table>
|
|
|
+ <h2>8. Quelques chiffres significatifs sur l'ensemble des collèges (à définir)</h2>
|
|
|
+ <table>
|
|
|
+ <colgroup>
|
|
|
+ <col class="libelle"></col>
|
|
|
+ <col class="information"></col>
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <td>Montant total des financements du département aux collèges</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="ChiffresSignificatifs/MontantTotalFinancements"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Nombre total d'élèves</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="ChiffresSignificatifs/NbTotalEleves"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Montant total des investissements</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="ChiffresSignificatifs/MontantTotalInvestissement"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>Montant total des transports scolaires</td>
|
|
|
+ <td>
|
|
|
+ <xsl:value-of select="ChiffresSignificatifs/MontantTotalTransportScolaire"/>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ </table>
|
|
|
+
|
|
|
</xsl:template>
|
|
|
|
|
|
</xsl:stylesheet>
|