Enable clicking on text to select messages in the mailing list moderation page
[platal.git] / templates / gadgets / ig-minifiche.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2008 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 || $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}<a href="profile/{$c.forlife}" 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}</a>{/if}
30   </div>
31   <div class="autre">
32     {if $c.iso3166}
33     <img src='images/flags/{$c.iso3166}.gif' alt='{$c.nat}' height='11' title='{$c.nat}' />&nbsp;
34     {/if}
35     (X {$c.promo})
36     {if $c.dcd}décédé{if $c.sexe}e{/if} le {$c.deces|date_format}{/if}
37     {if $smarty.session.auth ge AUTH_COOKIE}
38     {if !$c.wasinscrit && !$c.dcd}
39       {if $show_action eq ajouter}
40         <a href="carnet/notifs/add_nonins/{$c.user_id}?token={xsrf_token}" target="_top">{*
41         *}{icon name=add title="Ajouter à la liste de mes surveillances"}</a>
42       {else}
43         <a href="carnet/notifs/del_nonins/{$c.user_id}?token={xsrf_token}" target="_top">{*
44         *}{icon name=cross title="Retirer de la liste de mes surveillances"}</a>
45       {/if}
46     {elseif $c.wasinscrit && !$c.dcd}
47         <a href="vcard/{$c.forlife}.vcf">{*
48         *}{icon name=vcard title="Afficher la carte de visite"}</a>
49       {if $show_action eq ajouter}
50         <a href="carnet/contacts?action={$show_action}&amp;user={$c.forlife}&amp;token={xsrf_token}" target="_top">{*
51         *}{icon name=add title="Ajouter à mes contacts"}</a>
52       {else}
53         <a href="carnet/contacts?action={$show_action}&amp;user={$c.forlife}&amp;token={xsrf_token}" target="_top">{*
54         *}{icon name=cross title="Retirer de mes contacts"}</a>
55       {/if}
56     {/if}
57     {/if}
58   </div>
59   <div class="long">
60   {if $c.wasinscrit}
61     {if $c.mobile || $c.countrytxt || $c.city}
62     <table cellspacing="0" cellpadding="0">
63       {if $c.countrytxt || $c.city}
64       <tr>
65         <td class="lt">Géographie:</td>
66         <td class="rt">{$c.city}{if $c.city && $c.countrytxt}, {/if}{$c.countrytxt}</td>
67       </tr>
68       {/if}
69       {if $c.mobile && !$c.dcd}
70       <tr>
71         <td class="lt">Mobile:</td>
72         <td class="rt">{$c.mobile}</td>
73       </tr>
74       {/if}
75     </table>
76     {/if}
77   {/if}
78   </div>
79 </div>
80 {if !$c.inscrit || $c.dcd}</div>{/if}
81
82 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}