Merge commit 'origin/platal-0.10.0'
[platal.git] / templates / marketing / index.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 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
15a094c0 23<h1>Marketing Polytechnique.org</h1>
0337d704 24
a7de4ef7 25<table class="bicol" cellpadding="3" summary="Système">
0337d704 26 <tr>
27 <th>actions disponibles</th>
28 </tr>
29 <tr class="impair">
30 <td>
7b2413f6 31 <a href="search?nonins=1">Chercher un non inscrit</a>
0337d704 32 &nbsp;&nbsp;|&nbsp;&nbsp;
7b2413f6 33 <a href="marketing/promo">Marketing promo</a>
0337d704 34 &nbsp;&nbsp;|&nbsp;&nbsp;
fac9cf6a 35 <a href="marketing/volontaire">Adresses données par les inscrits</a>
0337d704 36 </td>
37 </tr>
38</table>
39
40<br />
41
42<p>
e8439508
FB
43Nombre d'X vivants d'après notre base de données&nbsp;: {$stats.vivants}<br />
44Nombre d'X vivants inscrits à Polytechnique.org&nbsp;: {$stats.inscrits}<br />
45Soit un pourcentage d'inscrits de&nbsp;: {$stats.ins_rate} %<br />
0337d704 46</p>
47
48<p>
e8439508
FB
49Parmi ceux-ci&nbsp;:<br />
50Nombre d'X vivants depuis 1972 d'après notre base de données&nbsp;: {$stats.vivants72}<br />
51Nombre d'X vivants depuis 1972 inscrits à Polytechnique.org&nbsp;: {$stats.inscrits72}<br />
52Soit un pourcentage d'inscrits de&nbsp;: {$stats.ins72_rate} % <br />
0337d704 53</p>
54
55<p>
e8439508
FB
56Nombre de Polytechniciennes vivantes&nbsp;: {$stats.vivantes}<br />
57Nombre de Polytechniciennes vivantes et inscrites&nbsp;: {$stats.inscrites} <br />
58Soit un pourcentage d'inscrites de&nbsp;: {$stats.inse_rate} % <br />
0337d704 59</p>
60
61<p>
e8439508
FB
62Nombre d'<a href="marketing/this_week">inscrits ces 7 derniers jours</a>&nbsp;: {$nbInsSem}<br />
63Nombre d'<a href="marketing/relance">inscriptions en cours</a> (2ème phase non terminée)&nbsp;: {$nbInsEnCours} <br />
64Nombre d'envois marketing effectués n'ayant pas abouti&nbsp;: {$nbInsMarket}<br />
65Nombre d'envois marketing ayant abouti cette semaine&nbsp;: {$nbInsMarkOK}
0337d704 66</p>
67
a7de4ef7 68{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}