migrate search module.
[platal.git] / templates / marketing / index.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
50a40a33 3{* Copyright (C) 2003-2006 Polytechnique.org *}
0337d704 4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23
24
25<h1>
26 Marketing Polytechnique.org
27</h1>
28
29<table class="bicol" cellpadding="3" summary="Système">
30 <tr>
31 <th>actions disponibles</th>
32 </tr>
33 <tr class="impair">
34 <td>
09824164 35 <a href="{rel}/search?nonins=1">Chercher un non inscrit</a>
0337d704 36 &nbsp;&nbsp;|&nbsp;&nbsp;
37 <a href="promo.php">Marketing promo</a>
38 &nbsp;&nbsp;|&nbsp;&nbsp;
39 <a href="volontaire.php">Addresses données par les inscrits</a>
40 </td>
41 </tr>
42</table>
43
44<br />
45
46<p>
47Nombre d'X vivants d'après notre base de données : {$stats.vivants}<br />
48Nombre d'X vivants inscrits à Polytechnique.org : {$stats.inscrits}<br />
49Soit un pourcentage d'inscrits de : {$stats.ins_rate} %<br />
50</p>
51
52<p>
53Parmi ceux-ci :<br />
54Nombre d'X vivants depuis 1972 d'après notre base de données : {$stats.vivants72}<br />
55Nombre d'X vivants depuis 1972 inscrits à Polytechnique.org : {$stats.inscrits72}<br />
56Soit un pourcentage d'inscrits de : {$stats.ins72_rate} % <br />
57</p>
58
59<p>
60Nombre de Polytechniciennes vivantes : {$stats.vivantes}<br />
61Nombre de Polytechniciennes vivantes et inscrites : {$stats.inscrites} <br />
62Soit un pourcentage d'inscrites de : {$stats.inse_rate} % <br />
63</p>
64
65<p>
66Nombre d'<a href="this_week.php">inscrits depuis le début de la semaine</a> : {$nbInsSem}<br />
67Nombre d'<a href="relance.php">inscriptions en cours</a> (2ème phase non terminée) : {$nbInsEnCours} <br />
68Nombre d'envois marketing effectués n'ayant pas abouti : {$nbInsMarket}<br />
69Nombre d'envois marketing ayant abouti cette semaine : {$nbInsMarkOK}
70</p>
71
72{* vim:set et sw=2 sts=2 sws=2: *}