Merge commit 'origin/master' into fusionax
[platal.git] / templates / xnetevents / index.tpl
... / ...
CommitLineData
1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2008 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{if !$is_admin}
24<h1>{$asso.nom}&nbsp;: Événements</h1>
25{else}
26<h1>
27 {$asso.nom}&nbsp;:
28 {if $archive}[<a href="{$platal->ns}events">Événements</a>] {else}Événements {/if}
29 {if $archive}Archives {else}[<a href="{$platal->ns}events/archive">Archives</a>] {/if}
30</h1>
31
32{if $updated}
33<p class='error'>
34 La modification de l'inscription a été prise en compte !
35 {if $updated.topay > $updated.paid}
36 <br/>N'oublie pas de payer {math equation="a-b" a=$updated.topay b=$updated.paid}&nbsp;&euro;
37 {if $updated.paid > 0}
38 (tu as déjà payé {$updated.paid|replace:'.':','}&nbsp;&euro;)
39 {/if}
40 {if $updated.paiement_id}
41 [<a href="{$platal->ns}payment/{$updated.paiement_id}?montant={math equation="a-b" a=$updated.topay b=$updated.paid}">
42 Payer en ligne</a>]
43 {/if}
44 {/if}
45</p>
46{/if}
47
48{if !$archive}
49<p class="center">
50 [<a href="{$platal->ns}events/edit">Annoncer un nouvel événement</a>]
51</p>
52{/if}
53{/if}
54
55{foreach from=$evenements item=e}
56
57<table class="bicol" cellspacing="0" cellpadding="0">
58 <colgroup>
59 <col width='25%' />
60 </colgroup>
61 <tr>
62 <th colspan="2"{if !$e.inscr_open} class="grayed"{/if}>
63 <a href="{$platal->ns}events/ical/{$e.short_name|default:$e.eid}/{$e.short_name|default:$e.eid}.ics" style="display: block; float: left;">
64 {icon name=calendar_view_day title="Événement iCal"}
65 </a>
66 {$e.intitule}
67 {if !$e.inscr_open}
68 (<span class="error">Inscriptions closes</span>)
69 {/if}
70 {if $is_admin}
71 <br />
72 [<a href="{$platal->ns}events/edit/{$e.short_name|default:$e.eid}">
73 modifier
74 {icon name=date_edit title="Édition de l'événement"}</a>]
75 &nbsp;
76 [<a href="javascript:dynpostkv('{$platal->pl_self()}?token={xsrf_token}', {if !$archive}'archive'{else}'unarchive'{/if}, {$e.eid})">
77 {if !$archive}
78 archiver
79 {icon name=package_add title="Archivage"}</a>]
80 {else}
81 désarchiver
82 {icon name=package_delete title="Désarchivage"}</a>]
83 {/if}
84 &nbsp;
85 [<a href="javascript:dynpostkv('{$platal->ns}events?token={xsrf_token}', 'del', {$e.eid})"
86 onclick="return confirm('Supprimer l\'événement effacera la liste des inscrits et des paiements.\n Es-tu sûr de vouloir supprimer l\'événement ?')">
87 supprimer
88 {icon name=delete title='Suppression'}</a>]
89 {/if}
90 </th>
91 </tr>
92
93 <tr>
94 <td class="titre">Date&nbsp;:</td>
95 <td>
96 {if $e.fin and $e.fin neq $e.debut}
97 {if $e.debut_day eq $e.fin_day}
98 le {$e.debut|date_format:"%d %B %Y"} de {$e.debut|date_format:"%H:%M"} à {$e.fin|date_format:"%H:%M"}
99 {else}
100 du {$e.debut|date_format:"%d %B %Y à %H:%M"}<br />
101 au {$e.fin|date_format:"%d %B %Y à %H:%M"}
102 {/if}
103 {else}
104 le {$e.debut|date_format:"%d %B %Y à %H:%M"}
105 {/if}
106 </td>
107 </tr>
108
109 <tr>
110 <td class="titre">Annonceur&nbsp;:</td>
111 <td>
112 <a href='https://www.polytechnique.org/profile/{$e.alias}' class='popup2'>{$e.prenom} {$e.nom} ({$e.promo})</a>
113 </td>
114 </tr>
115
116 {if $is_admin || $e.show_participants || ($e.deadline_inscription && $e.inscr_open)}
117 <tr>
118 <td class="titre">Informations&nbsp;:</td>
119 <td class='actions'>
120 {if $is_admin || $e.show_participants}
121 <a href="{$platal->ns}events/admin/{$e.short_name|default:$e.eid}">
122 consulter la liste des participants
123 {icon name=group title="Liste des participants"}
124 </a><br />
125 {/if}
126 {if $e.deadline_inscription && $e.inscr_open}
127 dernières inscriptions
128 le {$e.deadline_inscription|date_format:"%d %B %Y"}
129 {/if}
130 </td>
131 </tr>
132 {/if}
133
134 <tr>
135 <td class="titre">
136 État inscription&nbsp;:
137 {if $e.inscr_open}
138 <input type="hidden" name="evt_{counter}" value="{$e.eid}" />
139 {/if}
140 </td>
141 <td>
142 {if !$e.inscrit}
143 <span class='error'>Non inscrit</span><br />
144 {else}
145 {foreach from=$e.moments item=m}
146 {if !$m.nb}
147 Tu ne viendras pas
148 {elseif $m.nb eq 1}
149 Tu viendras seul
150 {else}
151 Tu viendras avec {$m.nb-1} personne{if $m.nb > 2}s{/if}
152 {/if} à <em>{$m.titre}</em>.<br />
153 {/foreach}
154 {/if}
155
156 {if $e.topay}
157 <span class="error">
158 {if !$e.paid}
159 Tu dois payer {$e.topay|replace:'.':','}&nbsp;&euro;.
160 {elseif $e.paid < $e.topay}
161 Tu dois encore payer {math equation="a-b" a=$e.topay b=$e.paid|replace:'.':','}&nbsp;&euro;
162 (tu as déjà payé {$e.paid|replace:'.':','}&nbsp;&euro;).
163 {else}
164 Tu as déjà payé les {$e.paid|replace:'.':','}&nbsp;&euro; de ton inscription.
165 {/if}
166 {if $e.paiement_id && $e.paid < $e.topay}
167 [<a href="{$platal->ns}payment/{$e.paiement_id}?montant={math equation="a-b" a=$e.topay b=$e.paid}">
168 Payer en ligne</a>]
169 {/if}
170 </span>
171 {/if}
172 </td>
173 </tr>
174
175 {if $e.inscr_open}
176 <tr>
177 <td colspan='2' class='center'>
178 <strong>
179 <a href='{$platal->ns}events/sub/{$e.short_name|default:$e.eid}'>
180 gérer mon inscription
181 </a>
182 </strong>
183 </td>
184 </tr>
185 {/if}
186
187</table>
188
189<br />
190
191{foreachelse}
192
193<p class="descr">
194{if $archive}
195 Aucun événement n'a été archivé par les animateurs du groupe.
196{else}
197 Aucun événement n'a été référencé par les animateurs du groupe.
198{/if}
199</p>
200
201{/foreach}
202
203{if $undisplayed_events neq 0}
204<p class="descr">
205 Il y a {$undisplayed_events} événement{if $undisplayed_events > 1}s non affichés car ils sont réservés
206 {else} non affiché car il est réservé{/if} aux membres de ce groupe.
207</p>
208{/if}
209
210{if $evenements}
211<p class="descr">
212 En cliquant sur l'icône {icon name=calendar_view_day title="Événement iCal"} associée à un événement,
213 tu peux télécharger la version iCal de l'événement qui permet de l'ajouter dans ton agenda électronique.
214</p>
215{/if}
216
217{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}