Fixes vim mode line.
[platal.git] / templates / reminder / profile_update.tpl
CommitLineData
894c18b2
SJ
1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 Polytechnique.org *}
894c18b2
SJ
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
2273a151
FB
23{if $profile_merge}
24 La récente fusion des annuaires de l'AX et de Polytechnique.org a mis à jour des incertitudes sur
25 ton profil. Afin de lever ces incertitudes, peux-tu vérifier et revalider les éléments suivants :
26 <a href="{$reminder->baseurl()}/merge" style="text-decoration: none">
27 {foreach from=$profile_merge item=field name=flags}
28 {if $field eq 'name'}ton nom{*
29 *}{elseif $field eq 'job'}tes activités professionnelles{*
30 *}{elseif $field eq 'address'}tes adresses{*
31 *}{elseif $field eq 'promo'}ta promotion d'étude{*
32 *}{elseif $field eq 'phone'}tes numéros de téléphone{*
33 *}{elseif $field eq 'education'}tes formations{*
34 *}{/if}{if !$smarty.flags.last}, {/if}
35 {/foreach}
36 </a>
37{elseif $profile_incitation}
4b0cb388
VZ
38 La dernière mise à jour de ta <a href="profile/{$smarty.session.hruid}" class="popup2">fiche</a>
39 date du {$profile_last_update|date_format}. Il est possible qu'elle ne soit pas à jour.
40 Si tu souhaites la modifier,
003fafc0 41 <a href="{$reminder->baseurl()}/profile" style="text-decoration: none">
6bb2f79a 42 clique ici&nbsp;!</a>
4b0cb388 43{elseif $photo_incitation}
003fafc0
SJ
44 Tu n'as pas mis de photo de toi sur ta fiche, c'est dommage.
45 <a href="{$reminder->baseurl()}/photo" style="text-decoration: none">
46 Clique ici</a> si tu souhaites en ajouter une.
4b0cb388 47{elseif $geocoding_incitation > 0}
003fafc0
SJ
48 Parmi tes adresses, il y en a {$geocoding_incitation} que nous n'avons pas pu localiser.
49 <a href="{$reminder->baseurl()}/geoloc" style="text-decoration: none">
50 Clique ici</a> pour rectifier.
4b0cb388
VZ
51{/if}
52
53<div class="right">
b0e935d6 54 <a href="reminder/later" onclick="$('#reminder').updateHtml('{$reminder->baseurl()}/dismiss'); return false" style="text-decoration: none">
4b0cb388
VZ
55 {icon name=cross} Mettre à jour plus tard
56 </a>
894c18b2
SJ
57</div>
58
448c8cdc 59{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}