From: x2000habouzit Date: Fri, 20 Feb 2004 03:37:14 +0000 (+0000) Subject: ins_confirmées X-Git-Tag: xorg/old~1850 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6489a48b48eb4a099e4babd29210b58c5757b459;p=platal.git ins_confirmées --- diff --git a/etat_migration b/etat_migration index 087f9fd..4713cc0 100644 --- a/etat_migration +++ b/etat_migration @@ -3,10 +3,10 @@ ,---------------------. | NB Etats : | | ; -> rien de fait | +| ;! -> postponned | | x -> à tester | | xx -> en templates | | xxx -> anonyme | -| ;! -> postponned | | x!! -> supprimée | | xx! -> non modifiée | `---------------------' @@ -23,7 +23,6 @@ Etat | Ancien nom | Nouveau nom ; | admin/envoidirect.php | ; | admin/evenements.php | ; | admin/homonymes.php | -; | admin/ins_confirmees.php | ; | admin/pg.php | ------+-[ marketing ]-----------------------------+---------------- ; | admin/marketing.php | marketing/ @@ -92,7 +91,6 @@ Etat | Ancien nom | Nouveau nom ; | trombino.php | ; | trombipromo.php | ; | x.php | -------+-[ admin ]---------------------------------+---------------- ------+-[ news ]----------------------------------+---------------- ;! | news/abonnements.php | \ ;! | news/article.php | | @@ -133,6 +131,7 @@ xx | admin/gerer_paiement.php | - xx | admin/gerer_skins.php | - xx | admin/graph_promo.php | stats/graph_promo.php xx | admin/index.php | - +xx | admin/ins_confirmees.php | - xx | admin/logger_actions.php | - xx | admin/logger.php | - xx | admin/newsletter_archi.php | - diff --git a/htdocs/admin/ins_confirmees.php b/htdocs/admin/ins_confirmees.php new file mode 100644 index 0000000..56612c8 --- /dev/null +++ b/htdocs/admin/ins_confirmees.php @@ -0,0 +1,14 @@ +mysql_assign($sql, 'ins', 'nb_ins'); + +$page->run(); +?> diff --git a/templates/admin/ins_confirmees.tpl b/templates/admin/ins_confirmees.tpl new file mode 100644 index 0000000..95ca07c --- /dev/null +++ b/templates/admin/ins_confirmees.tpl @@ -0,0 +1,36 @@ +{* $Id: ins_confirmees.tpl,v 1.1 2004-02-20 03:37:15 x2000habouzit Exp $ *} + +{dynamic} + + + + + + + +{foreach item=in from=$ins} + + + + + +{/foreach} +
InscriptionPromoNom
{$in.date_ins|date_format:"%d/%m/%Y - %H:%M"} + {$in.promo} + + + {$in.nom} {$in.prenom} +
+ +
+
+ [par date] + [par promo] +
+

+{$nb_ins} Polytechniciens se sont inscrits depuis le début de la semaine ! +

+ +{/dynamic} + +{* vim:set et sw=2 sts=2 sws=2: *}