1 {**************************************************************************}
3 {* Copyright (C) 2003-2006 Polytechnique.org *}
4 {* http://opensource.polytechnique.org/ *}
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. *}
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. *}
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 *}
21 {**************************************************************************}
23 <h1>{$asso.nom} : <a href='evenements.php'>Evénements</a> </h1>
26 L'événement {$evt.intitule} {if $evt.titre} - {$evt.titre}{/if} comptera {$evt.nb_tot} personne{if $evt.nb_tot > 1}s{/if}.
29 {if $evt.participant_list}
31 [<a href="mailto:?bcc={$evt.short_name}-participants@evts.polytechnique.org">envoyer un mail à ceux qui viennent</a>]
33 [<a href="mailto:?bcc={$evt.short_name}-absents@evts.polytechnique.org">envoyer un mail aux membres non inscrits</a>]
39 [<a href="{$smarty.server.PHP_SELF}?eid={$smarty.request.eid}"{if !$smarty.request.item_id}class="erreur"{/if}>tout</a>]
40 {foreach from=$moments item=m}
41 [<a href="{$smarty.server.PHP_SELF}?eid={$m.eid}&item_id={$m.item_id}" {if $smarty.request.item_id eq $m.item_id}class="erreur"{/if}>{$m.titre}</a>]
47 [<a href="{$url_page}" {if !$smarty.request.initiale}class="erreur"{/if}>tout</a>]
48 {foreach from=$alphabet item=c}
49 [<a href="{$url_page}&initiale={$c}"{if $smarty.request.initiale eq $c} class="erreur"{/if}>{$c}</a>]
54 <script type="text/javascript">
55 function remplitAuto(mail) {
56 document.getElementById('inscription').mail.value=mail;
57 document.getElementById('montant').mail.value=mail;
65 Ils ont payé mais ont oublié de s'inscrire :
68 <table summary="payé mais non inscrits" class="tiny">
75 {iterate from=$oubliinscription item=m}
76 <tr style="background:#d0c198;">
78 <a href="" {if $admin}onclick="return remplitAuto('{$m.email}')"{/if}>
84 <a href="https://www.polytechnique.org/fiche.php?user={$m.email}"><img src="{rel}/images/loupe.gif" alt="[fiche]" /></a>
85 <a href="https://www.polytechnique.org/vcard/{$m.email}.vcf"><img src="{rel}/images/vcard.png" alt="[vcard]" /></a>
86 <a href="mailto:{$m.email}@polytechnique.org"><img src="{rel}/images/mail.png" alt="mail" /></a>
98 <table summary="participants a l'evenement" class="{if $tout}large{else}tiny{/if}">
105 {foreach from=$moments item=m}
111 {if $admin && $money}
119 {foreach from=$participants item=m}
120 <tr style="background:#d0c198;">
122 <a href="" {if $admin}onclick="return remplitAuto('{$m.email}')"{/if}>
123 {if $m.femme}•{/if}{$m.prenom} {$m.nom}
129 <a href="https://www.polytechnique.org/fiche.php?user={$m.email}"><img src="{rel}/images/loupe.gif" alt="[fiche]" /></a>
130 <a href="https://www.polytechnique.org/vcard/{$m.email}.vcf"><img src="{rel}/images/vcard.png" alt="[vcard]" /></a>
131 <a href="mailto:{$m.email}@polytechnique.org"><img src="{rel}/images/mail.png" alt="mail" /></a>
133 <a href="mailto:{$m.email}"><img src="{rel}/images/mail.png" alt="mail"></a>
138 {foreach from=$moments item=i}
139 <td>{$m[$i.item_id]}</td>
144 {if $admin && $money}
145 <td {if $m.montant > $m.paid}class="erreur"{/if}>{$m.montant}€</td>
146 <td>{$m.paid}€</td>
158 {foreach from=$links item=ofs key=txt}
159 <a href="{$url_page}&offset={$ofs}&initiale={$smarty.request.initiale}"{if $smarty.request.offset eq $ofs} class="erreur"{/if}>{$txt}</a>
166 [<a href="evt-csv.php/{$evt.intitule}{if $evt.titre}.{$evt.titre}{/if}.csv?eid={$smarty.request.eid}&item_id={$smarty.request.item_id}">Télécharger le fichier Excel</a>]
172 En tant qu'administrateur, tu peux fixer la venue (accompagnée ou pas) d'un des membres du groupe.
173 Donne ici son mail (complet pour les extérieurs, sans @polytechnique.org pour les X), ainsi que le
174 nombre de participants.
177 <form action="{$smarty.server.REQUEST_URI}" method="post" id="inscription">
179 <input type="hidden" name="eid" value="{$smarty.request.eid}" />
180 <input type="hidden" name="adm" value="nbs" />
182 Mail: <input name="mail" size="20" />
183 {if $smarty.request.item_id}
184 <input type="hidden" name="item_id" value="{$smarty.request.item_id}" />
185 {$evt.titre}: <input name="nb{$smarty.request.item_id}" size="1" value="1" />
188 {foreach from=$moments item=m}
189 {$m.titre}: <input name="nb{$m.item_id}" size="1" value="1"/>
192 Nombre: <input name="nb1" size="1" value="1" />
195 <input type="submit" />
202 En tant qu'administrateur, tu peux entrer un paiement reçu par une autre source que le télépaiement
203 du site X.org. Ce montant s'ajoutera aux montants déjà entrés. Si tu as fait une erreur, tu peux
204 entrer un montant négatif.
208 Note que tu peux cliquer sur les noms des membres pour remplir automatiquement la case ci-dessous
211 <form action="{$smarty.server.REQUEST_URI}" method="post" id="montant">
213 <input type="hidden" name="eid" value="{$smarty.request.eid}" />
214 <input type="hidden" name="adm" value="prix" />
215 Mail: <input name="mail" size="20" />
216 montant: <input name="montant" size="3" value="0,00" /> €
217 <input type="submit" />
222 {* vim:set et sw=2 sts=2 sws=2: *}