Merge commit 'origin/master' into account
[platal.git] / templates / gadgets / ig-minifiche.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2010 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 (!$c.inscrit && $smarty.session.auth ge AUTH_COOKIE) || $c.dcd}<div class='grayed'>{/if}
24 <div class="contact" {if $c.inscrit}{if $smarty.session.auth ge AUTH_COOKIE}title="Fiche mise à jour le {$c.date|date_format}"{/if}{/if}>
25   <div class="nom">
26     {if $c.sexe}&bull;{/if}
27     {if !$c.dcd && ($c.inscrit || $smarty.session.auth eq AUTH_PUBLIC)}<a href="profile/{$c.hruid}" class="popup2">{/if}
28     {if $c.nom_usage}{$c.nom_usage} {$c.prenom}<br />({$c.nom}){else}{$c.nom} {$c.prenom}{/if}
29     {if !$c.dcd && ($c.inscrit || $smarty.session.auth eq AUTH_PUBLIC)}</a>{/if}
30   </div>
31   <div class="autre">
32     {if $c.iso3166_1}
33     <img src='images/flags/{$c.iso3166_1}.gif' alt='{$c.nat1}' height='11' title='{$c.nat1}' />&nbsp;
34     {/if}
35     {if $c.iso3166_2}
36     <img src='images/flags/{$c.iso3166_2}.gif' alt='{$c.nat2}' height='11' title='{$c.nat2}' />&nbsp;
37     {/if}
38     {if $c.iso3166_3}
39     <img src='images/flags/{$c.iso3166_3}.gif' alt='{$c.nat3}' height='11' title='{$c.nat3}' />&nbsp;
40     {/if}
41     (X {$c.promo})
42     {if $c.dcd}décédé{if $c.sexe}e{/if} le {$c.deces|date_format}{/if}
43     {if $smarty.session.auth ge AUTH_COOKIE}
44     {if !$c.wasinscrit && !$c.dcd}
45       {if $show_action eq ajouter}
46         <a href="carnet/notifs/add_nonins/{$c.user_id}?token={xsrf_token}" target="_top">{*
47         *}{icon name=add title="Ajouter à la liste de mes surveillances"}</a>
48       {else}
49         <a href="carnet/notifs/del_nonins/{$c.user_id}?token={xsrf_token}" target="_top">{*
50         *}{icon name=cross title="Retirer de la liste de mes surveillances"}</a>
51       {/if}
52     {elseif $c.wasinscrit && !$c.dcd}
53         <a href="vcard/{$c.hruid}.vcf">{*
54         *}{icon name=vcard title="Afficher la carte de visite"}</a>
55       {if $show_action eq ajouter}
56         <a href="carnet/contacts?action={$show_action}&amp;user={$c.hruid}&amp;token={xsrf_token}" target="_top">{*
57         *}{icon name=add title="Ajouter à mes contacts"}</a>
58       {else}
59         <a href="carnet/contacts?action={$show_action}&amp;user={$c.hruid}&amp;token={xsrf_token}" target="_top">{*
60         *}{icon name=cross title="Retirer de mes contacts"}</a>
61       {/if}
62     {/if}
63     {/if}
64   </div>
65   <div class="long">
66   {if $c.wasinscrit}
67     {if $c.mobile || $c.countrytxt || $c.city}
68     <table cellspacing="0" cellpadding="0">
69       {if $c.countrytxt || $c.city}
70       <tr>
71         <td class="lt">Géographie&nbsp;:</td>
72         <td class="rt">{$c.city}{if $c.city && $c.countrytxt}, {/if}{$c.countrytxt}</td>
73       </tr>
74       {/if}
75       {if $c.mobile && !$c.dcd}
76       <tr>
77         <td class="lt">Mobile&nbsp;:</td>
78         <td class="rt">{$c.mobile}</td>
79       </tr>
80       {/if}
81     </table>
82     {/if}
83   {/if}
84   </div>
85 </div>
86 {if !$c.inscrit || $c.dcd}</div>{/if}
87
88 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}