Merge branch 'master' into fusionax
[platal.git] / templates / gadgets / ig-minifiche.tpl
CommitLineData
92e80560
VZ
1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 Polytechnique.org *}
92e80560
VZ
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
7773d125 23{if (!$c.inscrit && $smarty.session.auth ge AUTH_COOKIE) || $c.dcd}<div class='grayed'>{/if}
92e80560
VZ
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}
7773d125 27 {if !$c.dcd && ($c.inscrit || $smarty.session.auth eq AUTH_PUBLIC)}<a href="profile/{$c.hruid}" class="popup2">{/if}
92e80560 28 {if $c.nom_usage}{$c.nom_usage} {$c.prenom}<br />({$c.nom}){else}{$c.nom} {$c.prenom}{/if}
7773d125 29 {if !$c.dcd && ($c.inscrit || $smarty.session.auth eq AUTH_PUBLIC)}</a>{/if}
92e80560
VZ
30 </div>
31 <div class="autre">
eeb2ec0f
SJ
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;
92e80560
VZ
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}
e6bf9216 46 <a href="carnet/notifs/add_nonins/{$c.user_id}?token={xsrf_token}" target="_top">{*
92e80560
VZ
47 *}{icon name=add title="Ajouter à la liste de mes surveillances"}</a>
48 {else}
e6bf9216 49 <a href="carnet/notifs/del_nonins/{$c.user_id}?token={xsrf_token}" target="_top">{*
92e80560
VZ
50 *}{icon name=cross title="Retirer de la liste de mes surveillances"}</a>
51 {/if}
52 {elseif $c.wasinscrit && !$c.dcd}
7773d125 53 <a href="vcard/{$c.hruid}.vcf">{*
92e80560
VZ
54 *}{icon name=vcard title="Afficher la carte de visite"}</a>
55 {if $show_action eq ajouter}
7773d125 56 <a href="carnet/contacts?action={$show_action}&amp;user={$c.hruid}&amp;token={xsrf_token}" target="_top">{*
92e80560
VZ
57 *}{icon name=add title="Ajouter à mes contacts"}</a>
58 {else}
7773d125 59 <a href="carnet/contacts?action={$show_action}&amp;user={$c.hruid}&amp;token={xsrf_token}" target="_top">{*
92e80560
VZ
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>
841ff7e7 71 <td class="lt">Géographie&nbsp;:</td>
92e80560
VZ
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>
841ff7e7 77 <td class="lt">Mobile&nbsp;:</td>
92e80560
VZ
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: *}