AJAX to mark events as read
[platal.git] / templates / events / index.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2007 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 $ask_naissance}
24
25 {include file='include/form_naissance.tpl'}
26
27 {else}
28
29 <h1 id='pagetop'>
30 Bienvenue {$smarty.session.prenom}
31 {if $birthday}
32   et joyeux anniversaire de {$birthday} ans de la part de toute l'équipe !
33 {else}
34 :o)
35 {/if}
36 </h1>
37
38 {if $smarty.session.host}
39 <div class="smaller">
40   Ta connexion précédente date du
41   <strong>{$smarty.session.lastlogin|date_format:"%x, %X"}</strong>
42   depuis la machine <strong>{$smarty.session.host}</strong>
43 </div>
44 {/if}
45
46 {if $smarty.session.no_redirect}
47 <p class="erreur">
48   Tu n'as plus de redirection valide ce qui rend ton adresse Polytechnique.org
49   inutilisable. Rend-toi au plus vite sur <a href="emails/redirect">la page de 
50   gestion des emails</a> pour corriger ce problème.
51 </p>
52 {/if}
53
54 {if $smarty.session.mx_failures|@count}
55 <fieldset>
56   <legend>{icon name=error}Des problèmes sont actuellement recontrés sur tes redirections suivantes</legend>
57   {foreach from=$smarty.session.mx_failures item=mail}
58   <div>
59     <span class="erreur">{$mail.mail}</span>
60     <div class="explication">{$mail.text}</div>
61   </div>
62 {/foreach}
63 </fieldset>
64 {/if}
65
66   
67 {if $fiche_incitation}
68   <p>La dernière mise à jour de ta
69   <a href="profile/{$smarty.session.forlife}" class="popup2">fiche</a>
70   date du {$fiche_incitation|date_format}.
71   Il est possible qu'elle ne soit pas à jour.
72   Si tu souhaites la modifier, <a href="profile/edit">clique ici !</a>
73   </p>
74 {/if}
75
76 {if $photo_incitation}
77   <p>
78     Tu n'as pas mis de photo de toi sur ta fiche, c'est dommage.
79     Clique <a href="photo/change">ici</a> si tu souhaites en ajouter une.
80   </p>
81 {/if}
82
83 {if $geoloc_incitation > 0}
84   <p>
85     Parmi tes adresses, il y en a {$geoloc_incitation} que nous n'avons pas pu localiser.
86     Clique <a href="profile/edit/adresses">ici</a> pour rectifier.
87   </p>
88 {/if}
89
90 {include file="include/tips.tpl" full=true}
91   
92   <table class="bicol">
93     <tr>
94       <th>
95         {if $smarty.session.core_rss_hash}
96         <a href='rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml' style="display:block;float:right">
97           {icon name=feed title='fil rss'}
98         </a>
99         {else}
100         <a href='prefs/rss?referer=events'  style="display:block;float:right">
101           {icon name=feed_add title='Activer mon fil rss'}
102         </a>
103        {/if}
104         Sommaire des informations événementielles
105       </th>
106     </tr>
107     {iterate item=ev from=$evenement_summary}
108     <tr class="{cycle values="impair,pair"}">
109       <td class="half">
110         &bull;
111         <a href="events{if !$ev.nonlu}/unread/{$ev.id}{else}#newsid{$ev.id}{/if}" id="link-evt{$ev.id}">
112         {if $ev.nonlu}<strong>{/if}
113          {tidy}
114            {$ev.titre|nl2br}
115          {/tidy}
116         {if $ev.nonlu}</strong>{/if}
117         </a>
118       </td>
119     </tr>
120     {assign var="has_evts" value=true}
121     {/iterate}
122     {if !$has_evts}
123     <tr>
124       <td class="half">Aucun article actuellement</td>
125     </tr>
126     {/if}
127   </table>
128
129   <script type="text/javascript">
130   {literal}
131   function readEvent(id) {
132         document.getElementById('content-evt'+id).style.display='none';
133         var link = document.getElementById('link-evt'+id);
134         link.setAttribute('href','events/unread/'+id);
135         for (var i=0; i < link.childNodes.length; i++)
136         if (link.childNodes[i].nodeName == 'STRONG') {
137                 link.replaceChild(link.childNodes[i].firstChild,link.childNodes[i]);
138         }
139         Ajax.update_html(null, 'events/read/'+id);
140         return false;
141   }
142   {/literal}
143   </script>
144   
145   {iterate item=ev from=$evenement}
146   <div id="content-evt{$ev.id}">
147   <br />
148
149   <table class="bicol">
150     <tr>
151       <th>
152         <div style="float:right">
153           {if $smarty.session.perms eq 'admin'}
154           <a href="admin/events/edit/{$ev.id}">{icon name=page_edit title="Editer cet article"}</a>
155           {/if}
156           <a href="events/read/{$ev.id}{if $previd}/newsid{$previd}{/if}" onclick="return readEvent('{$ev.id}')">{icon name=cross title="Cacher cet article"}</a>
157         </div>
158         {assign var="previd" value=$ev.id}
159         <a id="newsid{$ev.id}"></a>
160          {tidy}
161            {$ev.titre|nl2br}
162          {/tidy}
163       </th>
164     </tr>
165     <tr class="{cycle values="impair,pair"}">
166       <td class="half">
167         {tidy}
168           {$ev.texte|smarty:nodefaults|nl2br}
169         {/tidy}
170         <br />
171         <p class="smaller"><a href="events#pagetop" style="display:block;float:right"><img alt="Sommaire" title="Remonter tout en haut" src="images/up.png"/></a>Annonce proposée par
172         <a href="profile/{$ev.forlife}" class="popup2">
173           {$ev.prenom} {$ev.nom} X{$ev.promo}
174         </a>
175         </p>
176       </td>
177     </tr>
178   </table>
179   </div>
180   {/iterate}
181
182   <p class="smaller">
183   Nota Bene : les informations présentées ici n'engagent que leurs auteurs
184   respectifs et sont publiées à leur initiative. L'association Polytechnique.org
185   ne pourrait en aucun cas être tenue responsable de la nature des propos relatés
186   sur cet espace d'expression et d'information. Elle se réserve le droit de
187   refuser ou de retirer toute information de nature diffamante ou pouvant être
188   interprétée comme polémique par un membre de la communauté polytechnicienne.
189   </p>
190
191   <p class="center">
192     {icon name=page_edit}&nbsp;
193     <a href="events/submit">Proposer une information événementielle</a>&nbsp;&bull;
194     <a href="nl/submit">Proposer un article pour la Lettre mensuelle</a>
195   </p>
196 {/if}
197
198 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}