Only uses autoload to require validation classes.
[platal.git] / templates / marketing / index.tpl
... / ...
CommitLineData
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>
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 />
46</p>
47
48<p>
49Parmi ceux-ci&nbsp;:<br />
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 />
53</p>
54
55<p>
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 />
59</p>
60
61<p>
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}
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">Non abouti</td>
73 <td class="titre">Abouti</td>
74 <td class="titre">Total</td>
75 </tr>
76 <tr>
77 <td>Personnel</td>
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>
81 </tr>
82 <tr>
83 <td>Par Polytechnique.org</td>
84 <td>{$marketings.noXorg}</td>
85 </tr>
86 <tr>
87 <td>Par l'AX</td>
88 <td>{$marketings.noAX}</td>
89 </tr>
90 <tr>
91 <td>Cette semaine</td>
92 <td>{$marketings.noWeek}</td>
93 <td>{$marketings.okWeek}</td>
94 <td>{$marketings.okWeek+$marketings.noWeek}</td>
95 </tr>
96 <tr>
97 <td class="titre">Total</td>
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>
101 </tr>
102</table>
103
104{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
105