Updates ChangeLog.
[platal.git] / templates / xnetevents / index.tpl
CommitLineData
d6d580ec 1{**************************************************************************}
2{* *}
ba6ae046 3{* Copyright (C) 2003-2013 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
d6d580ec 135 {else}
5dcca1b1 136 Tu as inscrit {$m.nb} personne{if $m.nb > 1}s{/if}
77af6562 137 {/if} à <em>{$m.titre}</em>.<br />
d6d580ec 138 {/foreach}
139 {/if}
140
141 {if $e.topay}
142 <span class="error">
fc54c8f8 143 {if $e.paid eq '0.00'}
98a7e9dc 144 Tu dois payer {$e.topay|replace:'.':','}&nbsp;&euro;.
145 {elseif $e.paid < $e.topay}
146 Tu dois encore payer {math equation="a-b" a=$e.topay b=$e.paid|replace:'.':','}&nbsp;&euro;
77af6562 147 (tu as déjà payé {$e.paid|replace:'.':','}&nbsp;&euro;).
98a7e9dc 148 {else}
a7de4ef7 149 Tu as déjà payé les {$e.paid|replace:'.':','}&nbsp;&euro; de ton inscription.
98a7e9dc 150 {/if}
151 {if $e.paiement_id && $e.paid < $e.topay}
152 [<a href="{$platal->ns}payment/{$e.paiement_id}?montant={math equation="a-b" a=$e.topay b=$e.paid}">
d6d580ec 153 Payer en ligne</a>]
98a7e9dc 154 {/if}
d6d580ec 155 </span>
156 {/if}
157 </td>
158 </tr>
159
9ece1588 160 {if $e.inscr_open}
d6d580ec 161 <tr>
162 <td colspan='2' class='center'>
163 <strong>
5cbb1fad 164 <a href='{$platal->ns}events/sub/{$e.short_name|default:$e.eid}'>
3f216b17 165 Gérer mon inscription et voir les détails de l'événement.
d6d580ec 166 </a>
167 </strong>
168 </td>
169 </tr>
170 {/if}
171
172</table>
173
174<br />
175
176{foreachelse}
177
178<p class="descr">
99544d53 179{if $archive}
a7de4ef7 180 Aucun événement n'a été archivé par les animateurs du groupe.
99544d53 181{else}
a7de4ef7 182 Aucun événement n'a été référencé par les animateurs du groupe.
99544d53 183{/if}
d6d580ec 184</p>
185
186{/foreach}
187
fbfc01a1
SJ
188{if $undisplayed_events neq 0}
189<p class="descr">
190 Il y a {$undisplayed_events} événement{if $undisplayed_events > 1}s non affichés car ils sont réservés
191 {else} non affiché car il est réservé{/if} aux membres de ce groupe.
192</p>
193{/if}
194
99544d53 195{if $evenements}
196<p class="descr">
77af6562 197 En cliquant sur l'icône {icon name=calendar_view_day title="Événement iCal"} associée à un événement,
6f5299b7 198 tu peux télécharger la version iCal de l'événement qui permet de l'ajouter dans ton agenda électronique.
99544d53 199</p>
200{/if}
201
a7de4ef7 202{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}