Happy New Year!
[platal.git] / templates / marketing / index.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
12262f13 3{* Copyright (C) 2003-2011 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>
20eca0a9
SJ
43nombre d'X vivants d'après notre base de données&nbsp;: {$statistics.alive}<br />
44nombre d'X vivants inscrits à Polytechnique.org&nbsp;: {$statistics.registered}<br />
45Soit un pourcentage d'inscrits de&nbsp;: {$statistics.registeredRate} %<br />
0337d704 46</p>
47
48<p>
e8439508 49Parmi ceux-ci&nbsp;:<br />
20eca0a9
SJ
50nombre d'X vivants depuis 1972 d'après notre base de données&nbsp;: {$statistics.alive72}<br />
51nombre d'X vivants depuis 1972 inscrits à Polytechnique.org&nbsp;: {$statistics.registered72}<br />
52Soit un pourcentage d'inscrits de&nbsp;: {$statistics.registeredRate72} %<br />
0337d704 53</p>
54
55<p>
20eca0a9
SJ
56nombre de Polytechniciennes vivantes&nbsp;: {$statistics.womenAlive}<br />
57nombre de Polytechniciennes vivantes et inscrites&nbsp;: {$statistics.womenRegistered}<br />
58Soit un pourcentage d'inscrites de&nbsp;: {$statistics.womenRegisteredRate} %<br />
0337d704 59</p>
60
61<p>
20eca0a9
SJ
62nombre d'<a href="marketing/this_week">inscrits ces 7 derniers jours</a>&nbsp;: {$registrations.week}<br />
63nombre d'<a href="marketing/relance">inscriptions en cours</a> (2ème phase non terminée)&nbsp;: {$registrations.pending}
0337d704 64</p>
65
fd33998d
SJ
66<table class="bicol">
67 <tr>
68 <th colspan="4">Marketings</th>
69 </tr>
70 <tr>
71 <td>&nbsp;</td>
fd33998d 72 <td class="titre">Non abouti</td>
20eca0a9 73 <td class="titre">Abouti</td>
fd33998d
SJ
74 <td class="titre">Total</td>
75 </tr>
76 <tr>
77 <td>Personnel</td>
20eca0a9
SJ
78 <td>{$marketings.noPerso}</td>
79 <td rowspan="3" style="vertical-align: middle">{$marketings.ok}</td>
80 <td rowspan="3" style="vertical-align: middle">{$marketings.ok+$marketings.noPerso+$marketings.noXorg+$marketings.noAX}</td>
fd33998d
SJ
81 </tr>
82 <tr>
83 <td>Par Polytechnique.org</td>
20eca0a9
SJ
84 <td>{$marketings.noXorg}</td>
85 </tr>
86 <tr>
87 <td>Par l'AX</td>
88 <td>{$marketings.noAX}</td>
fd33998d
SJ
89 </tr>
90 <tr>
91 <td>Cette semaine</td>
20eca0a9
SJ
92 <td>{$marketings.noWeek}</td>
93 <td>{$marketings.okWeek}</td>
94 <td>{$marketings.okWeek+$marketings.noWeek}</td>
fd33998d
SJ
95 </tr>
96 <tr>
97 <td class="titre">Total</td>
20eca0a9
SJ
98 <td>{$marketings.noPerso+$marketings.noXorg+$marketings.noAX}</td>
99 <td>{$marketings.ok}</td>
100 <td>{$marketings.ok+$marketings.noPerso+$marketings.noXorg+$marketings.noAX}</td>
fd33998d
SJ
101 </tr>
102</table>
103
a7de4ef7 104{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
20eca0a9 105