Happy New Year!!!
[platal.git] / templates / marketing / index.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2010 Polytechnique.org                             *}
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 <h1>Marketing Polytechnique.org</h1>
24
25 <table class="bicol" cellpadding="3" summary="Système">
26   <tr>
27     <th>actions disponibles</th>
28   </tr>
29   <tr class="impair">
30     <td>
31       <a href="search?nonins=1">Chercher un non inscrit</a>
32       &nbsp;&nbsp;|&nbsp;&nbsp;
33       <a href="marketing/promo">Marketing promo</a>
34       &nbsp;&nbsp;|&nbsp;&nbsp;
35       <a href="marketing/volontaire">Adresses données par les inscrits</a>
36     </td>
37   </tr>
38 </table>
39
40 <br />
41
42 <p>
43 Nombre d'X vivants d'après notre base de données&nbsp;: {$stats.vivants}<br />
44 Nombre d'X vivants inscrits à Polytechnique.org&nbsp;: {$stats.inscrits}<br />
45 Soit un pourcentage d'inscrits de&nbsp;: {$stats.ins_rate} %<br />
46 </p>
47
48 <p>
49 Parmi ceux-ci&nbsp;:<br />
50 Nombre d'X vivants depuis 1972 d'après notre base de données&nbsp;: {$stats.vivants72}<br />
51 Nombre d'X vivants depuis 1972 inscrits à Polytechnique.org&nbsp;: {$stats.inscrits72}<br />
52 Soit un pourcentage d'inscrits de&nbsp;: {$stats.ins72_rate} %<br />
53 </p>
54
55 <p>
56 Nombre de Polytechniciennes vivantes&nbsp;: {$stats.vivantes}<br />
57 Nombre de Polytechniciennes vivantes et inscrites&nbsp;: {$stats.inscrites}<br />
58 Soit un pourcentage d'inscrites de&nbsp;: {$stats.inse_rate} %<br />
59 </p>
60
61 <p>
62 Nombre d'<a href="marketing/this_week">inscrits ces 7 derniers jours</a>&nbsp;: {$nbInsSem}<br />
63 Nombre d'<a href="marketing/relance">inscriptions en cours</a> (2ème phase non terminée)&nbsp;: {$nbInsEnCours}
64 </p>
65
66 <table class="bicol">
67   <tr>
68     <th colspan="4">Marketings</th>
69   </tr>
70   <tr>
71     <td>&nbsp;</td>
72     <td class="titre">Abouti</td>
73     <td class="titre">Non abouti</td>
74     <td class="titre">Total</td>
75   </tr>
76   <tr>
77     <td>Personnel</td>
78     <td>{$nbInsMarketOkPerso}</td>
79     <td>{$nbInsMarketNoPerso}</td>
80     <td>{$nbInsMarketOkPerso+$nbInsMarketNoPerso}</td>
81   </tr>
82   <tr>
83     <td>Par Polytechnique.org</td>
84     <td>{$nbInsMarketOkXorg}</td>
85     <td>{$nbInsMarketNoXorg}</td>
86     <td>{$nbInsMarketOkXorg+$nbInsMarketNoXorg}</td>
87   </tr>
88   <tr>
89     <td>Cette semaine</td>
90     <td>{$nbInsMarketOkWeek}</td>
91     <td>{$nbInsMarketNoWeek}</td>
92     <td>{$nbInsMarketOkWeek+$nbInsMarketNoWeek}</td>
93   </tr>
94   <tr>
95     <td class="titre">Total</td>
96     <td>{$nbInsMarketOkPerso+$nbInsMarketOkXorg}</td>
97     <td>{$nbInsMarketNoPerso+$nbInsMarketNoXorg}</td>
98     <td>{$nbInsMarketOkPerso+$nbInsMarketOkXorg+$nbInsMarketNoPerso+$nbInsMarketNoXorg}</td>
99   </tr>
100 </table>
101
102 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}