Fixes the ml reminder.
[platal.git] / templates / reminder / profile_update.tpl
CommitLineData
894c18b2
SJ
1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2009 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
4b0cb388
VZ
23{if $profile_incitation}
24 La dernière mise à jour de ta <a href="profile/{$smarty.session.hruid}" class="popup2">fiche</a>
25 date du {$profile_last_update|date_format}. Il est possible qu'elle ne soit pas à jour.
26 Si tu souhaites la modifier,
003fafc0 27 <a href="{$reminder->baseurl()}/profile" style="text-decoration: none">
4b0cb388
VZ
28 clique ici !</a>
29{elseif $photo_incitation}
003fafc0
SJ
30 Tu n'as pas mis de photo de toi sur ta fiche, c'est dommage.
31 <a href="{$reminder->baseurl()}/photo" style="text-decoration: none">
32 Clique ici</a> si tu souhaites en ajouter une.
4b0cb388 33{elseif $geocoding_incitation > 0}
003fafc0
SJ
34 Parmi tes adresses, il y en a {$geocoding_incitation} que nous n'avons pas pu localiser.
35 <a href="{$reminder->baseurl()}/geoloc" style="text-decoration: none">
36 Clique ici</a> pour rectifier.
4b0cb388
VZ
37{/if}
38
39<div class="right">
40 <a href="" onclick="Ajax.update_html('reminder', '{$reminder->baseurl()}/dismiss'); return false" style="text-decoration: none">
41 {icon name=cross} Mettre à jour plus tard
42 </a>
894c18b2
SJ
43</div>
44
45{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}