debug ax-xorg
authorx2000habouzit <x2000habouzit>
Wed, 4 Feb 2004 22:32:10 +0000 (22:32 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 4 Feb 2004 22:32:10 +0000 (22:32 +0000)
etat_migration
templates/admin/ax-xorg.tpl

index 79c478a..87d99ff 100644 (file)
@@ -140,7 +140,6 @@ Etat  | Ancien nom                                                            | Nouveau nom
 @@@      | groupex/donne-chall.php                                       | -
 @@@      | groupex/export-econfiance.php                         | -
 x        | acces_wap.php                                                         | -
-x        | admin/ax-xorg.php                                             | -
 x        | admin/deces_promo.php                                         | -
 x        | admin/graph_promo.php                                         | stats/graph_promo.php
 x        | admin/index.php                                                       | -
@@ -164,6 +163,7 @@ xx    | AccesPermanentOff.php                                         | cookie_off.php
 xx       | AccesPermanentOn.php                                          | cookie_on.php
 xx       | acces_redirect.php                                            | carva_redirect.php
 xx       | acces_smtp.php                                                        | -
+xx       | admin/ax-xorg.php                                             | -
 xx       | admin/valider.php                                             | -
 xx       | alias.php                                                             | -
 xx       | antispam.php                                                          | -
index 2d9817d..e34bf4a 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: ax-xorg.tpl,v 1.1 2004-02-04 19:47:47 x2000habouzit Exp $ *}
+{* $Id: ax-xorg.tpl,v 1.2 2004-02-04 22:32:11 x2000habouzit Exp $ *}
 
 <div class="rubrique">
   Vérifier notre table de correspondance entre l'annuaire de l'AX et le nôtre
@@ -15,7 +15,7 @@
     <th>Nom X.org</th>  <th>Prénom X.org</th>   <th>Mat X.org</th>
     <th>Nom AX</th>     <th>Prénom AX</th>      <th>Mat AX</th>
   </tr>
-{foreach item=x from=$diff}
+{foreach item=x from=$diffs}
   <tr class="{cycle values="impair,pair"}">
     <td>{$x.promo}</td>
     <td>{$x.nom}</td>   <td>{$x.prenom}</td>    <td>{$x.mat}</td>
@@ -37,7 +37,7 @@
 </div>
 
 {dynamic}
-<table class="bicol" summary="liste des absents de notre annuaire">;
+<table class="bicol" summary="liste des absents de notre annuaire">
   <tr>
     <th>Promo</th>  <th>Nom</th>  <th>Prénom</th>
   </tr>
@@ -74,7 +74,7 @@
 </table>
 
 <p class="normal">
-  <strong>{$nb_plus} camarades sont absents de notre annuaire.</strong>
+  <strong>{$nb_plus} camarades sont absents de l'annuaire de l'AX.</strong>
 </p>
 {/dynamic}