Celine.meneu 16 vuotta sitten
vanhempi
commit
3e419904f5

+ 5 - 5
CG67.FicheCollege.root/CG67.FicheCollege/Core/CG67.FicheCollege.Service/ServiceFiche.cs

@@ -220,14 +220,14 @@ namespace CG67.FicheCollege.Service
         }
         public static Etablissement GetEtablissementByCodeRNEAndAnnee(string codeRNE, int annee)
         {
-//            try
+            try
             {
                 return EntrepotFactory.GetEntrepotEtablissement().GetByCodeRNEAndAnnee(codeRNE, annee);
             }
-  //          catch (Exception erreurInterne)
-    //        {
-      //          throw new Exception("Erreur dans GetEtablissementByCodeRNEAndAnnee", erreurInterne); 
-        //    }
+            catch 
+            {
+                throw;
+           }
         }
         private static XmlNode  GetXml(Object aSerialiser,XmlDocument document)
         {

+ 9 - 10
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/xslt/FicheCollege.xslt

@@ -364,12 +364,7 @@
           <xsl:value-of select="Etablissement/PhraseSecteurRecrutement"/>
         </td>
       </tr>
-      <tr>
-        <!--<td>Observations 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>
@@ -384,9 +379,10 @@
       </tr>
       <tr>
         <table id="sansbordurecentre">
-        <tr> Effectifs réels et prévisionnels</tr>
-        <tr>hors SEGPA, UPI, CLA, DIMA, 4e dispo aménagée ou 3e insertion</tr>
-        <td colspan="2" id="graphique">
+        <tr>
+          Effectifs réels et prévisionnels - hors SEGPA, UPI, CLA, DIMA, 4e dispo aménagée ou 3e insertion
+        </tr>
+                <td colspan="2" id="graphique">
           <xsl:apply-templates select="Etablissement/LstEffectif"/>
         <!--      
           <img alt="graphique de test" src="dummy.histo?l=400&amp;h=400&amp;f=-64&amp;nb=7&amp;v1=500&amp;c1=-65536&amp;t1=2001&amp;v2=56&amp;c2=-65536&amp;t2=2002&amp;v3=25&amp;c3=-65536&amp;t3=2003&amp;v4=154&amp;c4=-65536&amp;t4=2004&amp;v5=50&amp;c5=-16776961&amp;t5=2005&amp;v6=254&amp;c6=-16776961&amp;t6=2006&amp;v7=25&amp;c7=-16776961&amp;t7=2007"></img>
@@ -396,7 +392,10 @@
       </tr>
       <tr>
         <td colspan="2">
-          <xsl:value-of select="Etablissement/CommentaireGraphique"/>
+                      <!--<td>Observations sur le secteur de recrutement</td>-->
+         <xsl:value-of select="Etablissement/CommentaireSecteurRecrutement"/>
+         
+         <!-- <xsl:value-of select="Etablissement/CommentaireGraphique"/>-->
         </td>
       </tr>
     </table>