Преглед на файлове

mise en page affichage des numérique calés à droite

Celine.meneu преди 13 години
родител
ревизия
03ab01a3f2

+ 46 - 14
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/css/fichecollege.css

@@ -64,11 +64,16 @@ body
 
 .totaleffectif
 {
-   background-color:Aqua;
-	width: 20px;
+  	width: 20px;
 
 	
 }
+.espacevide
+{
+	width: 50px;
+	
+}
+
 .colonnevide
 {
 	width: 250px;
@@ -76,17 +81,24 @@ body
 }
 .nombre
 {
-	width: 80px;
-	text-align:right;
+	width: 50px;
+	
 }
 .classe
 {
-	width: 80px;
+ 
+	width: 20px;
+}
+
+.vide
+{
+ 	width: 100px;
 }
 
+
 .nbEleves
 {
-	width: 85px;
+	width: 15px;
 }
 .totalsansbordure
 {
@@ -96,6 +108,7 @@ body
 	border-bottom-style: none;
 	font-weight: bold;
 	color: black;
+	text-align:left;
 }
 .totalbordure
 {
@@ -106,6 +119,7 @@ body
 	font-weight: bold;
 	width:5px;
 	color: black;
+	text-align:right;
 }
 .sansbordure
 {
@@ -114,6 +128,15 @@ body
 	border-left-style: none;
 	border-bottom-style: none;
 }
+
+.sansborduredroite
+{
+	border-top-style: none;
+	border-right-style: none;
+	border-left-style: none;
+	border-bottom-style: none;
+	text-align:right;
+}
 .sansbordurecentre
 {
 	width: 360px;
@@ -138,20 +161,20 @@ body
 .mtn
 {
 	width:80px;
-	text-align: right;
+	
 	
 }
 
 .mtn1
 {
 	width:80px;
-	text-align: right;	
+	
 	 	
 }
 .ecart
 {
 	width:80px;
-	text-align: right;	
+	
 	 	
 }
 .bordure
@@ -161,6 +184,15 @@ body
 	border-left: #ffd700 1px solid;
 	border-bottom: #ffd700 1px solid;
 }
+
+.borduredroite
+{
+	border-right: #ffd700 1px solid;
+	border-top: #ffd700 1px solid;
+	border-left: #ffd700 1px solid;
+	border-bottom: #ffd700 1px solid;
+	text-align:right;
+}
 .bordurecentre
 {
 	border-right: #ffd700 1px solid;
@@ -191,7 +223,7 @@ body
 .travmontant
 {
 	 width:100px;
-	 text-align: right;
+
 }
 .travstatus
 {
@@ -204,12 +236,12 @@ body
 .filiere
 {
 	width:150px;
-	text-align:left;	
+	
 }
 .effectif
 {
 	width:120px;
-	 text-align: right;	
+	
 }
 #TitreGraph
 {
@@ -256,13 +288,13 @@ td
 .Nb_Eleves
 {
 	width:100px;
-	text-align: right;
+
 }
 
 .Montant_Subvention
 {
 	width:125px;
-	text-align: right;
+
 }
 
 .atcnom

+ 26 - 20
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/xslt/FicheCollege.xslt

@@ -187,7 +187,7 @@
                                         <td class="sansbordure">
                                             <xsl:value-of select="Filiere"/>
                                         </td>
-                                        <td class="sansbordure">
+                                        <td class="sansborduredroite">
                                             <xsl:value-of select="DetailEffectif"/>
                                         </td>
                                         <td class="sansbordure"></td>
@@ -455,7 +455,7 @@
                       <td class="bordure">
                         <xsl:value-of select ="Libelle"/>
                       </td>
-                      <td class="bordure">
+                      <td class="borduredroite">
                         <xsl:value-of select="Montant"/>
                         <xsl:text> €</xsl:text>
                       </td>
@@ -587,60 +587,60 @@
                 </tr>
                 <tr>
                   <td class="bordure">Viabilisation</td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[2]/Viabilisation,'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[1]/Viabilisation,'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[1]/Viabilisation+(-Etablissement/Dotation[2]/Viabilisation),'###.###.##0','europe')"/>
                     <xsl:text> €</xsl:text>
                   </td>
                 </tr>
                 <tr>
                   <td class="bordure">Entretien</td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[2]/Entretien,'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[1]/Entretien,'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[1]/Entretien+(-Etablissement/Dotation[2]/Entretien),'###.###.##0','europe')"/>
                     <xsl:text> €</xsl:text>
                   </td>
                 </tr>
                 <tr>
                   <td class="bordure">Autres Depenses</td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[2]/AutresDepenses,'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[1]/AutresDepenses,'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(Etablissement/Dotation[1]/AutresDepenses+(-Etablissement/Dotation[2]/AutresDepenses),'###.###.##0','europe')"/>
                     <xsl:text> €</xsl:text>
                   </td>
                 </tr>
                 <tr>
                   <td class="bordure">Total dotation</td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number((Etablissement/Dotation[2]/Viabilisation)+(Etablissement/Dotation[2]/Entretien)+(Etablissement/Dotation[2]/AutresDepenses),'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number((Etablissement/Dotation[1]/Viabilisation)+(Etablissement/Dotation[1]/Entretien)+(Etablissement/Dotation[1]/AutresDepenses),'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="format-number(((Etablissement/Dotation[1]/Viabilisation)+(Etablissement/Dotation[1]/Entretien)+(Etablissement/Dotation[1]/AutresDepenses))-(((Etablissement/Dotation[2]/Viabilisation)+(Etablissement/Dotation[2]/Entretien)+(Etablissement/Dotation[2]/AutresDepenses))),'###.###.##0','europe')"/>
                     <xsl:text> €</xsl:text>
                   </td>
@@ -663,6 +663,7 @@
                 <table class="sanbordure">
                   <colgroup>
                     <col class="libInv"></col>
+                      <col class="espacevide"></col>
                     <col class="nombre"></col>
                       <col class="colonnevide"></col>
                   </colgroup>
@@ -671,7 +672,8 @@
                       <td class="sansbordure">
                         <xsl:value-of select="Libelle"/>
                       </td>
-                      <td class="sansbordure">
+                        <td class="sansbordure"></td>
+                      <td class="sansborduredroite">
                         <xsl:value-of select="format-number(Montant,'###.###.##0','europe')"/>
                         <xsl:text> €</xsl:text>
                       </td>
@@ -679,6 +681,7 @@
                     </tr>
                   </xsl:for-each>
                   <td class="totalsansbordure">Total dotation</td>
+                    <td class="sansbordure"></td>
                   <td class="totalbordure">
                     <xsl:value-of select="format-number(sum(Etablissement/LstInvestissementDCE/InvestissementDCE/Montant),'###.###.##0','europe')" />
                     <xsl:text> €</xsl:text>
@@ -885,10 +888,10 @@
                   <td class="bordure">
                     <xsl:value-of select="Libelle"/>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select="NbEleves"/>
                   </td>
-                  <td class="bordure">
+                  <td class="borduredroite">
                     <xsl:value-of select ="Subvention"/>
                     <xsl:text> €</xsl:text>
                   </td>
@@ -907,7 +910,8 @@
                 <table>
                   <colgroup>
                     <col class="classe"></col>
-                    <col class="nbEleves"></col>
+                   <col class="nbEleves"></col>
+                      <col class="vide"></col>
                   </colgroup>
                   <xsl:for-each select="Etablissement/LstBilingue/Bilinguisme">
                     <tr>
@@ -915,20 +919,22 @@
                         <xsl:text> Classe de </xsl:text>
                         <xsl:value-of select="Niveaux"/>
                       </td>
-                      <td class="sansbordure">
+                       <td class="sansborduredroite">
                         <xsl:value-of select ="NbrEleves"/>
                         <xsl:text> élèves</xsl:text>
                       </td>
+                        <td class="sansbordure"></td>
                     </tr>
                   </xsl:for-each>
                   <tr>
                     <td class="totalsansbordure">
                       Effectif total
                     </td>
-                    <td class="totalbordure">
+                      <td class="totalbordure">
                       <xsl:value-of select="sum(Etablissement/LstBilingue/Bilinguisme/NbrEleves)"/>
                       <xsl:text> élèves</xsl:text>
                     </td>
+                      <td class="sansbordure"></td>
                   </tr>
                 </table>
               </xsl:if>