Celine.meneu 16 years ago
parent
commit
63a8ab5e62

+ 3 - 3
CG67.FicheCollege.root/CG67.FicheCollege/Core/CG67.FicheCollege.Domaine/Etablissement.cs

@@ -653,7 +653,7 @@ namespace CG67.FicheCollege.Domaine
 
                 }
                 if (retour == string.Empty)
-                    retour = "néant";
+                    retour = "Néant";
                 return retour;
             }
         }
@@ -788,7 +788,7 @@ namespace CG67.FicheCollege.Domaine
                 double pourcentageEvol = (double) nbrEvolution * 100  / (double)nbrActuel;
                 if (nbrEvolution < 0)
                 {
-                    retour = string.Format("Diminution de {0} élèves, soit {1:##0.00}% en moins sur les cinq prochaines années.", (nbrActuel - nbrPrev), pourcentageEvol);
+                    retour = string.Format("Diminution de {0} élèves, soit -{1:##0.00}% sur les cinq prochaines années.", (nbrActuel - nbrPrev), pourcentageEvol);
                 }
                 else if (nbrEvolution == 0)
                 {
@@ -796,7 +796,7 @@ namespace CG67.FicheCollege.Domaine
                 }
                 else
                 {
-                    retour = string.Format("Augmentation de {0} élèves, soit {1:##0.00}% en plus sur les cinq prochaines années.",nbrEvolution,pourcentageEvol);
+                    retour = string.Format("Augmentation de {0} élèves, soit +{1:##0.00}% sur les cinq prochaines années.",nbrEvolution,pourcentageEvol);
                 }
 
                 return retour;

+ 9 - 8
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/css/fichecollege.css

@@ -59,17 +59,18 @@ body
 }
 .bordure
 {
-	border-right: gray thin solid;
-	border-top: gray thin solid;
-	border-left: gray thin solid;
-	border-bottom: gray thin solid;
+	border-right: #ffd700 thin solid;
+	border-top: #ffd700 thin solid;
+	border-left: #ffd700 thin solid;
+	border-bottom: #ffd700 thin solid;
 }
 .bordurecentre
 {
-	border-right: gray thin solid;
-	border-top: gray thin solid;
-	border-left: gray thin solid;
-	border-bottom: gray thin solid;
+	border-right: #ffd700 thin solid;
+	border-top:  #ffd700 thin solid;
+	border-top:  #ffd700 thin solid;
+	border-left: #ffd700 thin solid;
+	border-bottom: #ffd700 thin solid;
 	text-align:center;
 }
 #travaux

+ 6 - 6
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/xslt/FicheCollege.xslt

@@ -288,7 +288,7 @@
       <tr>
        <table>
          <br></br>
-        <h3>Programmation des travaux Maintenance (année n-2, n-1, n)</h3>
+        <h3>Programmation des travaux Maintenance </h3>
         </table>
         <td>
           <xsl:if test="count(Etablissement/LstTravaux/child::*) >0">
@@ -340,7 +340,7 @@
           </table>          
           </xsl:if>
           <xsl:if test="count(Etablissement/LstTravaux/child::*) =0">
-            néant
+            Néant
           </xsl:if>
             
         </td>
@@ -365,7 +365,7 @@
         </td>
       </tr>
       <tr>
-        <td>Observations sur le secteur de recrutement</td>
+        <!--<td>Observations sur le secteur de recrutement</td>-->
         <td>
           <xsl:value-of select="Etablissement/CommentaireSecteurRecrutement"/>
         </td>
@@ -505,7 +505,7 @@
         <td></td>
       </tr>
       <tr>
-        <td>Investissement</td>
+        <td>Investissement sur 5 ans</td>
         <td>
           <xsl:if test ="count(Etablissement/LstInvestissement/Investissement)>0">
           <table>
@@ -733,7 +733,7 @@
         </tr>
         <tr>
           <td>Prévention des conduites à risque </td>
-          <td></td>
+          <td>Néant</td>
         </tr>
       </table>
   
@@ -784,7 +784,7 @@
         <col class="information"></col>
       </colgroup>
       <tr>
-        <td>Montant total des financements du département aux collèges</td>
+        <td>Montant total des financements du département aux 90 collèges</td>
         <td>
           55,3 M€ en 2009
           <!--<xsl:value-of select="ChiffresSignificatifs/MontantTotalFinancements"/><xsl:text> €</xsl:text>-->