Do not require validation for private names modifications (Closes #1389).
[platal.git] / templates / xnetevents / index.tpl
CommitLineData
d6d580ec 1{**************************************************************************}
2{* *}
5e1513f6 3{* Copyright (C) 2003-2011 Polytechnique.org *}
d6d580ec 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
d24c8a11 23{if !$is_admin}
34ade5a6 24<h1>{$asso->nom}&nbsp;: Événements</h1>
f02eefd4 25{else}
26<h1>
aab2ffdd 27 {$asso->nom}&nbsp;:
77af6562 28 {if $archive}[<a href="{$platal->ns}events">Événements</a>] {else}Événements {/if}
f02eefd4 29 {if $archive}Archives {else}[<a href="{$platal->ns}events/archive">Archives</a>] {/if}
30</h1>
d6d580ec 31
1f5b0b59 32{if $updated}
33<p class='error'>
6bb2f79a 34 La modification de l'inscription a été prise en compte&nbsp;!
98a7e9dc 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;
1f5b0b59 37 {if $updated.paid > 0}
a7de4ef7 38 (tu as déjà payé {$updated.paid|replace:'.':','}&nbsp;&euro;)
1f5b0b59 39 {/if}
40 {if $updated.paiement_id}
98a7e9dc 41 [<a href="{$platal->ns}payment/{$updated.paiement_id}?montant={math equation="a-b" a=$updated.topay b=$updated.paid}">
1f5b0b59 42 Payer en ligne</a>]
43 {/if}
44 {/if}
45</p>
46{/if}
47
99544d53 48{if !$archive}
d6d580ec 49<p class="center">
a7de4ef7 50 [<a href="{$platal->ns}events/edit">Annoncer un nouvel événement</a>]
d6d580ec 51</p>
52{/if}
99544d53 53{/if}
d6d580ec 54
55{foreach from=$evenements item=e}
56
7ac1ef77 57<table class="bicol" cellspacing="0" cellpadding="0">
d6d580ec 58 <colgroup>
59 <col width='25%' />
60 </colgroup>
61 <tr>
cb24457f 62 <th colspan="2"{if !$e.inscr_open} class="grayed"{/if}>
d4b47f0e 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;">
6f5299b7 64 {icon name=calendar_view_day title="Événement iCal"}
11d8a183 65 </a>
99544d53 66 {$e.intitule}
cb24457f 67 {if !$e.inscr_open}
68 (<span class="error">Inscriptions closes</span>)
69 {/if}
d24c8a11 70 {if $is_admin}
d6d580ec 71 <br />
5cbb1fad 72 [<a href="{$platal->ns}events/edit/{$e.short_name|default:$e.eid}">
d6d580ec 73 modifier
6f5299b7 74 {icon name=date_edit title="Édition de l'événement"}</a>]
f02eefd4 75 &nbsp;
e5b254d5 76 [<a href="javascript:$.dynPost('{$platal->pl_self()}?token={xsrf_token}',{if !$archive}'archive'{else}'unarchive'{/if},{$e.eid})">
f02eefd4 77 {if !$archive}
78 archiver
79 {icon name=package_add title="Archivage"}</a>]
80 {else}
a7de4ef7 81 désarchiver
82 {icon name=package_delete title="Désarchivage"}</a>]
f02eefd4 83 {/if}
84 &nbsp;
e5b254d5 85 [<a href="javascript:$.dynPost('{$platal->ns}events?token={xsrf_token}','del',{$e.eid})"
6bb2f79a 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&nbsp;?')">
d6d580ec 87 supprimer
a72a67b9 88 {icon name=delete title='Suppression'}</a>]
d6d580ec 89 {/if}
90 </th>
91 </tr>
92
93 <tr>
77af6562 94 <td class="titre">Date&nbsp;:</td>
20c5c7e6 95 <td>{$e.date}</td>
d6d580ec 96 </tr>
97
98 <tr>
77af6562 99 <td class="titre">Annonceur&nbsp;:</td>
7f376ae0 100 <td>{profile user=$e.uid promo=true groupperms=false}</td>
d6d580ec 101 </tr>
102
d24c8a11 103 {if $is_admin || $e.show_participants || ($e.deadline_inscription && $e.inscr_open)}
d6d580ec 104 <tr>
e8439508 105 <td class="titre">Informations&nbsp;:</td>
d6d580ec 106 <td class='actions'>
d24c8a11 107 {if $is_admin || $e.show_participants}
5cbb1fad 108 <a href="{$platal->ns}events/admin/{$e.short_name|default:$e.eid}">
d6d580ec 109 consulter la liste des participants
7ac1ef77 110 {icon name=group title="Liste des participants"}
d6d580ec 111 </a><br />
112 {/if}
cb24457f 113 {if $e.deadline_inscription && $e.inscr_open}
a7de4ef7 114 dernières inscriptions
cb24457f 115 le {$e.deadline_inscription|date_format:"%d %B %Y"}
d6d580ec 116 {/if}
117 </td>
118 </tr>
cb24457f 119 {/if}
d6d580ec 120
121 <tr>
122 <td class="titre">
77af6562 123 État inscription&nbsp;:
d6d580ec 124 {if $e.inscr_open}
125 <input type="hidden" name="evt_{counter}" value="{$e.eid}" />
126 {/if}
127 </td>
128 <td>
129 {if !$e.inscrit}
130 <span class='error'>Non inscrit</span><br />
131 {else}
132 {foreach from=$e.moments item=m}
133 {if !$m.nb}
134 Tu ne viendras pas
135 {elseif $m.nb eq 1}
136 Tu viendras seul
137 {else}
a06247f6 138 Tu viendras avec {$m.nb-1} personne{if $m.nb > 2}s{/if}
77af6562 139 {/if} à <em>{$m.titre}</em>.<br />
d6d580ec 140 {/foreach}
141 {/if}
142
143 {if $e.topay}
144 <span class="error">
98a7e9dc 145 {if !$e.paid}
146 Tu dois payer {$e.topay|replace:'.':','}&nbsp;&euro;.
147 {elseif $e.paid < $e.topay}
148 Tu dois encore payer {math equation="a-b" a=$e.topay b=$e.paid|replace:'.':','}&nbsp;&euro;
77af6562 149 (tu as déjà payé {$e.paid|replace:'.':','}&nbsp;&euro;).
98a7e9dc 150 {else}
a7de4ef7 151 Tu as déjà payé les {$e.paid|replace:'.':','}&nbsp;&euro; de ton inscription.
98a7e9dc 152 {/if}
153 {if $e.paiement_id && $e.paid < $e.topay}
154 [<a href="{$platal->ns}payment/{$e.paiement_id}?montant={math equation="a-b" a=$e.topay b=$e.paid}">
d6d580ec 155 Payer en ligne</a>]
98a7e9dc 156 {/if}
d6d580ec 157 </span>
158 {/if}
159 </td>
160 </tr>
161
9ece1588 162 {if $e.inscr_open}
d6d580ec 163 <tr>
164 <td colspan='2' class='center'>
165 <strong>
5cbb1fad 166 <a href='{$platal->ns}events/sub/{$e.short_name|default:$e.eid}'>
3f216b17 167 Gérer mon inscription et voir les détails de l'événement.
d6d580ec 168 </a>
169 </strong>
170 </td>
171 </tr>
172 {/if}
173
174</table>
175
176<br />
177
178{foreachelse}
179
180<p class="descr">
99544d53 181{if $archive}
a7de4ef7 182 Aucun événement n'a été archivé par les animateurs du groupe.
99544d53 183{else}
a7de4ef7 184 Aucun événement n'a été référencé par les animateurs du groupe.
99544d53 185{/if}
d6d580ec 186</p>
187
188{/foreach}
189
fbfc01a1
SJ
190{if $undisplayed_events neq 0}
191<p class="descr">
192 Il y a {$undisplayed_events} événement{if $undisplayed_events > 1}s non affichés car ils sont réservés
193 {else} non affiché car il est réservé{/if} aux membres de ce groupe.
194</p>
195{/if}
196
99544d53 197{if $evenements}
198<p class="descr">
77af6562 199 En cliquant sur l'icône {icon name=calendar_view_day title="Événement iCal"} associée à un événement,
6f5299b7 200 tu peux télécharger la version iCal de l'événement qui permet de l'ajouter dans ton agenda électronique.
99544d53 201</p>
202{/if}
203
a7de4ef7 204{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}