Merge commit 'origin/hruid'
[platal.git] / templates / include / minifiche.tpl
... / ...
CommitLineData
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<div class="contact {if (!$c.inscrit && $smarty.session.auth ge AUTH_COOKIE) || $c.dcd}grayed{/if}"
24 {if $c.inscrit}{if $smarty.session.auth ge AUTH_COOKIE}title="fiche mise à jour le {$c.date|date_format}"{/if}{/if}>
25 <div class="identity">
26 {if $smarty.session.auth ge AUTH_COOKIE}
27 <div class="photo">
28 <img src="photo/{$c.hruid}"
29 alt="{$c.prenom} {$c.nom}" />
30 </div>
31 {/if}
32
33 <div class="nom">
34 {if $c.sexe}&bull;{/if}
35 {if !$c.dcd && ($c.inscrit || $smarty.session.auth eq AUTH_PUBLIC)}<a href="profile/{$c.hruid}" class="popup2">{/if}
36 {if $c.nom_usage}{$c.nom_usage} {$c.prenom}<br />({$c.nom}){else}{$c.nom} {$c.prenom}{/if}
37 {if !$c.dcd && ($c.inscrit || $smarty.session.auth eq AUTH_PUBLIC)}</a>{/if}
38 </div>
39
40 <div class="appli">
41 {if $c.iso3166}
42 <img src='images/flags/{$c.iso3166}.gif' alt='{$c.nat}' height='11' title='{$c.nat}' />&nbsp;
43 {/if}
44 X {$c.promo}{if $c.app0text}, {applis_fmt type=$c.app0type text=$c.app0text url=$c.app0url}{*
45 *}{/if}{if $c.app1text}, {applis_fmt type=$c.app1type text=$c.app1text url=$c.app1url}{/if}{*
46 *}{if $c.dcd}, décédé{if $c.sexe}e{/if} le {$c.deces|date_format}{/if}
47 </div>
48 </div>
49
50 {if $smarty.session.auth ge AUTH_COOKIE}
51 <div class="noprint bits">
52 <div>
53 {if !$c.wasinscrit && !$c.dcd}
54 {if $show_action eq ajouter}
55 <a href="carnet/notifs/add_nonins/{$c.user_id}?token={xsrf_token}">{*
56 *}{icon name=add title="Ajouter à la liste de mes surveillances"}</a>
57 {else}
58 <a href="carnet/notifs/del_nonins/{$c.user_id}?token={xsrf_token}">{*
59 *}{icon name=cross title="Retirer de la liste de mes surveillances"}</a>
60 {/if}
61 {elseif $c.wasinscrit}
62 <a href="profile/{$c.hruid}" class="popup2">{*
63 *}{icon name=user_suit title="Afficher la fiche"}</a>
64 {if !$c.dcd}
65 <a href="vcard/{$c.hruid}.vcf">{*
66 *}{icon name=vcard title="Afficher la carte de visite"}</a>
67 <a href="mailto:{$c.bestemail}">{*
68 *}{icon name=email title="Envoyer un email"}</a>
69 {if $show_action eq ajouter}
70 <a href="carnet/contacts?action={$show_action}&amp;user={$c.hruid}&amp;token={xsrf_token}">{*
71 *}{icon name=add title="Ajouter à mes contacts"}</a>
72 {else}
73 <a href="carnet/contacts?action={$show_action}&amp;user={$c.hruid}&amp;token={xsrf_token}">{*
74 *}{icon name=cross title="Retirer de mes contacts"}</a>
75 {/if}
76 {/if}
77 {/if}
78 </div>
79
80 {if hasPerm('admin')}
81 <div>
82 [{if !$c.wasinscrit && !$c.dcd}
83 <a href="marketing/private/{$c.hruid}">{*
84 *}{icon name=email title="marketter user"}</a>
85 {/if}
86 <a href="admin/user/{$c.hruid}">{*
87 *}{icon name=wrench title="administrer user"}</a>
88 <a href="http://www.polytechniciens.com/?page=AX_FICHE_ANCIEN&amp;anc_id={$c.matricule_ax}">{*
89 *}{icon name=user_gray title="fiche AX"}</a>]
90 </div>
91 {/if}
92 </div>
93 {/if}
94
95 <div class="long">
96 {if $c.wasinscrit || !$c.dcd}
97 {if $c.web || $c.mobile || $c.countrytxt || $c.city || $c.region || $c.entreprise || $c.freetext || (!$c.dcd && !$c.actif )}
98 <table cellspacing="0" cellpadding="0">
99 {if $c.web}
100 <tr>
101 <td class="lt">Page web&nbsp;:</td>
102 <td class="rt"><a href="{$c.web}">{$c.web}</a></td>
103 </tr>
104 {/if}
105 {if $c.countrytxt || $c.city}
106 <tr>
107 <td class="lt">Géographie&nbsp;:</td>
108 <td class="rt">{$c.city}{if $c.city && $c.countrytxt}, {/if}{$c.countrytxt}</td>
109 </tr>
110 {/if}
111 {if $c.mobile && !$c.dcd}
112 <tr>
113 <td class="lt">Mobile&nbsp;:</td>
114 <td class="rt">{$c.mobile}</td>
115 </tr>
116 {/if}
117 {if $c.entreprise}
118 <tr>
119 <td class="lt">Profession&nbsp;:</td>
120 <td class="rt">
121 {if $c.job_web}<a href="{$c.job_web}">{$c.entreprise}</a>{else}{$c.entreprise}{/if}
122 {if $c.secteur}({$c.secteur}){/if} {if $c.fonction}<br />{$c.fonction}{/if}
123 </td>
124 </tr>
125 {/if}
126 {if $c.freetext}
127 <tr>
128 <td class="lt">Commentaire&nbsp;:</td>
129 <td class="rt">{$c.freetext|nl2br}</td>
130 </tr>
131 {/if}
132 {if !$c.dcd && (!$c.actif || !$c.wasinscrit) && $smarty.session.auth ge AUTH_COOKIE}
133 <tr>
134 <td class="smaller" colspan="2">
135 {if !$c.wasinscrit}
136 Ce{if $c.sexe}tte{/if} camarade n'est pas inscrit{if $c.sexe}e{/if}.
137 <a href="marketing/public/{$c.hruid}" class='popup'>Si tu connais son adresse email,
138 <strong>n'hésite pas à nous la transmettre !</a>
139 {elseif !$c.actif}
140 Ce{if $c.sexe}tte{/if} camarade n'a plus d'adresse de redirection valide.
141 <a href="marketing/broken/{$c.hruid}">
142 Si tu en connais une, <strong>n'hésite pas à nous la transmettre</strong>.
143 </a>
144 {/if}
145 </td>
146 </tr>
147 {/if}
148 </table>
149 {/if}
150 {/if}
151 </div>
152</div>
153
154{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}