瀏覽代碼

Mise à jour info 2012
ajout photos : 2
déplacement bloc d'affichage : inversion travaux de maintenance et restructuration lourde

Celine.meneu 14 年之前
父節點
當前提交
04ff61f666

+ 2 - 1
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/CG67.FicheCollege.Web.csproj

@@ -59,7 +59,6 @@
     <Content Include="photo\Rosheim_0671913R.jpg" />
     <Content Include="photo\Sundhouse_0670106B.jpg" />
     <Content Include="photo\Wingen_0671739B.jpg" />
-    <Content Include="photo\Eschau_0671687V.jpg" />
     <Content Include="photo\Molsheim_0672606U.jpg" />
     <Content Include="photo\Bischheim_0671822S.jpg" />
     <Content Include="photo\Duttlenheim_0672896J.jpg" />
@@ -131,6 +130,8 @@
   <ItemGroup>
     <Content Include="css\Print.css" />
     <Content Include="images\logoCG67N.GIF" />
+    <Content Include="photo\Lingolsheim-galilée_0672765S.jpg" />
+    <Content Include="photo\Eschau_0671687V.jpg" />
     <Content Include="photo\Chatenois_0671962U.jpg" />
     <Content Include="photo\Drusenheim_0672074R.JPG" />
     <Content Include="photo\LaWalck_0671598Y.jpg" />

+ 1 - 1
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/Web.config

@@ -8,7 +8,7 @@
       <add key="ConnexionStringAccess" value="Provider=microsoft.jet.oledb.4.0;Data Source=\\Moder\App_production\College\data\Base\BD Collège_prod.mdb;Persist Security Info=False;"/>
       <add key="ConnexionStringOracleSubvention" value="Data Source=SGFP;User Id=ASTRE;Password=ASTRE;"/>
       <add key="ConnexionStringOracleRH" value="Data Source=SRHP;User Id=CG67_ATC;Password=ATC_CG67;"/>
-      <add key="AnneeEnCours" value="2010"/>
+      <add key="AnneeEnCours" value="2011"/>
   </appSettings>
   <connectionStrings/>
   <!-- -->

二進制
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/photo/Eschau_0671687V.jpg


二進制
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/photo/Lingolsheim-galilée_0672765S.jpg


+ 5 - 5
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/xml/Entete.xml

@@ -9,15 +9,15 @@
     <fax>03 69 20 75 23</fax>
     <email>pascale.hauger@cg67.fr</email>
     <photo>Jean-Luc STADLER et DCE</photo>
-    <maj>31/01/2011</maj>
+    <maj>31/01/2012</maj>
   </suiviepar>
   <chiffresgeneraux>
-    <nbATC>704</nbATC>
-    <nbRepasAnnuel>2 918 647</nbRepasAnnuel>
-    <surfaceBatiments>567 604 m2</surfaceBatiments>
+    <nbATC>705</nbATC>
+    <nbRepasAnnuel>3 084 830</nbRepasAnnuel>
+    <surfaceBatiments>629 227 m²</surfaceBatiments>
     <surfaceExterieur>1 058 310 m2</surfaceExterieur>
     <financements>42,5 M€ </financements>
-    <investissement>29,4 M€ </investissement>
+    <investissement>28,74 M€ </investissement>
     <fonctionnement>13,4 M€</fonctionnement>
     <transport>25 M€ </transport>
   </chiffresgeneraux>

+ 123 - 120
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/xslt/FicheCollege.xslt

@@ -233,62 +233,39 @@
               </xsl:if>
             </table>
           </td>
-        </tr>
-        <tr>
-          <td>Internat</td>
-          <td>
-            <xsl:if test ="Etablissement/IsInternat='True'">
-              Oui
-            </xsl:if>
-            <xsl:if test ="Etablissement/IsInternat='False'">
-              Non
-            </xsl:if>
-          </td>
-        </tr>
-        <tr>
-          <td>Ascenseur</td>
-          <td>
-            <xsl:if test ="Etablissement/Ascenseur='True'">
-              Oui
-            </xsl:if>
-            <xsl:if test ="Etablissement/Ascenseur='False'">
-              Non
-            </xsl:if>
-          </td>
-        </tr>
+        </tr>   
         </table>
-
         <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>Surface SHON</td>
-            <td>
-              <xsl:value-of select="format-number(Etablissement/Surface,'###.##0','europe')"/> m2
-            </td>
-          </tr>
-          <!--
+            <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>Surface SHON</td>
+                <td>
+                    <xsl:value-of select="format-number(Etablissement/Surface,'###.##0','europe')"/> m2
+                </td>
+            </tr>
+            <!--
       <tr>
         <td>Aménagements particuliers</td>
         <td>
@@ -296,16 +273,97 @@
         </td>
       </tr>
          -->
-          <tr>
-            <td>Logements de fonction</td>
-            <td>
-
-              <xsl:text>Nombre de logements </xsl:text><xsl:value-of select="Etablissement/Logement/NbrLogements"/>
-              <xsl:text> dont </xsl:text>
-              <xsl:value-of select="Etablissement/Logement/NbrAgentsLoges"/> agent(s) du CG logé(s)
-            </td>
-          </tr>
-
+            <tr>
+                <td>Logements de fonction</td>
+                <td>
+                    <xsl:text>Nombre de logements </xsl:text><xsl:value-of select="Etablissement/Logement/NbrLogements"/>
+                    <xsl:text> dont </xsl:text>
+                    <xsl:value-of select="Etablissement/Logement/NbrAgentsLoges"/> agent(s) du CG logé(s)
+                </td>
+            </tr>
+            <tr>
+                <td>Internat</td>
+                <td>
+                    <xsl:if test ="Etablissement/IsInternat='True'">
+                        Oui
+                    </xsl:if>
+                    <xsl:if test ="Etablissement/IsInternat='False'">
+                        Non
+                    </xsl:if>
+                </td>
+            </tr>
+            <tr>
+                <td>Ascenseur</td>
+                <td>
+                    <xsl:if test ="Etablissement/Ascenseur='True'">
+                        Oui
+                    </xsl:if>
+                    <xsl:if test ="Etablissement/Ascenseur='False'">
+                        Non
+                    </xsl:if>
+                </td>
+            </tr>
+            <tr>
+          <table>
+              <br></br>
+          <h3>Restructuration lourde </h3>
+           </table>
+            </tr>
+          <xsl:if test="count(Etablissement/LstInvestissement/child::*) >0">
+            <table id="restructuration">
+              <colgroup>
+                <col class="travannee"></col>
+                <col class="typetravaux"></col>
+                <col class="libellerestruct"></col>
+                <col class="llibellerestruct"></col>
+                <col class="travmontant"></col>
+                <col class="travmontant"></col>
+                <col class="travmontant"></col>
+                <col class="travmontant"></col>
+              </colgroup>
+              <tr>
+                <th class="bordurecentre">Année</th>
+                <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">Statut</th>
+                <th class="bordurecentre">Date de livraison</th>
+              </tr>
+              <xsl:for-each select="Etablissement/LstInvestissement/Investissement">
+                <tr>
+                  <td class="bordurecentre">
+                    <xsl:value-of select="Annee"/>
+                  </td>
+                  <td class="bordure">
+                    <xsl:value-of select="Type"/>
+                  </td>
+                  <td class="bordure">
+                    <xsl:value-of select ="Avancement"/>
+                  </td>
+                  <td class="bordure">
+                    <xsl:value-of select="Commentaire"/>
+                  </td>
+                  <td class="bordurecentre">
+                    <xsl:value-of select="MontantOp"/>
+                  </td>
+                  <td class="bordurecentre">
+                    <xsl:value-of select="MontantCP"/>
+                  </td>
+                  <td class="bordurecentre">
+                    <xsl:value-of select="Status"/>
+                  </td>
+                  <td class="bordurecentre">
+                    <xsl:value-of select="DateLivraison"/>
+                  </td>
+                </tr>
+              </xsl:for-each>
+            </table>
+          </xsl:if>
+          <xsl:if test="count(Etablissement/LstInvestissement/child::*)=0">
+            Néant
+          </xsl:if>
           <tr>
             <table>
               <br></br>
@@ -374,62 +432,7 @@
           </tr>
         </table>
         <br></br>
-        <h3>Restructuration lourde </h3>
-        <xsl:if test="count(Etablissement/LstInvestissement/child::*) >0">
-          <table id="restructuration">
-            <colgroup>
-              <col class="travannee"></col>
-              <col class="typetravaux"></col>
-              <col class="libellerestruct"></col>
-              <col class="llibellerestruct"></col>
-              <col class="travmontant"></col>
-              <col class="travmontant"></col>
-              <col class="travmontant"></col>
-              <col class="travmontant"></col>
-            </colgroup>
-            <tr>
-              <th class="bordurecentre">Année</th>
-              <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">Statut</th>
-              <th class="bordurecentre">Date de livraison</th>
-            </tr>
-            <xsl:for-each select="Etablissement/LstInvestissement/Investissement">
-              <tr>
-                <td class="bordurecentre">
-                  <xsl:value-of select="Annee"/>
-                </td>
-                <td class="bordure">
-                  <xsl:value-of select="Type"/>
-                </td>
-                <td class="bordure">
-                  <xsl:value-of select ="Avancement"/>
-                </td>
-                <td class="bordure">
-                  <xsl:value-of select="Commentaire"/>
-                </td>
-                <td class="bordurecentre">
-                  <xsl:value-of select="MontantOp"/>
-                </td>
-                <td class="bordurecentre">
-                  <xsl:value-of select="MontantCP"/>
-                </td>
-                <td class="bordurecentre">
-                  <xsl:value-of select="Status"/>
-                </td>
-                <td class="bordurecentre">
-                  <xsl:value-of select="DateLivraison"/>
-                </td>
-              </tr>
-            </xsl:for-each>
-          </table>
-        </xsl:if>
-        <xsl:if test="count(Etablissement/LstInvestissement/child::*)=0">
-          Néant
-        </xsl:if>
+       
         <h2>3. Sectorisation des collèges - évolution des effectifs</h2>
         <table>
           <colgroup>
@@ -484,7 +487,7 @@
             </td>
           </tr>
         </table>
-        <h2>4. Autres interventions du Département</h2>
+        <h2>4. Financement du collège par le Département</h2>
         <table>
           <colgroup>
             <col class="libelle"></col>