Simplify tests.
[platal.git] / templates / include / minifiche.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 Polytechnique.org *}
0337d704 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
76cbe885 23{assign var=profile value=$user->profile()}
64a69719
FB
24{assign var=dead value=$profile->deathdate}
25{if $user->state neq 'pending'}
26{assign var=registered value=true}
27{else}
28{assign var=registered value=false}
29{/if}
30{if $smarty.session.auth ge AUTH_COOKIE}
31{assign var=withAuth value=true}
32{else}
33{assign var=withAuth value=false}
34{/if}
35
36
37<div class="contact {if (!$registered && $withAuth) || $dead }grayed{/if}"
38 {if $registered && $withAuth}title="fiche mise à jour le {$profile->last_change|date_format}"{/if}>
ea62a170 39 <div class="identity">
64a69719 40 {if $withAuth}
ea62a170 41 <div class="photo">
64a69719 42 <img src="photo/{$profile->hrid()}" alt="{$profile->directory_name}" />
ea62a170 43 </div>
580f4860 44 {/if}
0337d704 45
ea62a170 46 <div class="nom">
76cbe885 47 {if $profile->isFemale()}&bull;{/if}
64a69719 48 {if !$dead && (!$registered || $withAuth)}<a href="profile/{$profile->hrid}" class="popup2">{/if}
76cbe885 49 {$profile->full_name}
64a69719 50 {if !$dead && (!$registered || $withAuth)}</a>{/if}
ea62a170 51 </div>
0337d704 52
f711b03f 53 <div class="edu">
76cbe885
FB
54 {if $profile->nationality1}
55 <img src='images/flags/{$profile->nationality1}.gif' alt='{$profile->nationality1}' height='11' title='{$profile->nationality1}' />&nbsp;
eeb2ec0f 56 {/if}
76cbe885
FB
57 {if $profile->nationality2}
58 <img src='images/flags/{$profile->nationality2}.gif' alt='{$profile->nationality2}' height='11' title='{$profile->nationality2}' />&nbsp;
eeb2ec0f 59 {/if}
76cbe885
FB
60 {if $profile->nationality3}
61 <img src='images/flags/{$profile->nationality3}.gif' alt='{$profile->nationality3}' height='11' title='{$profile->nationality3}' />&nbsp;
ea62a170 62 {/if}
76cbe885 63 {$profile->promo()}
64a69719 64
76cbe885 65 {if $c.eduname0}, {education_fmt name=$c.eduname0 url=$c.eduurl0 degree=$c.edudegree0
1504ac45 66 grad_year=$c.edugrad_year0 field=$c.edufield0 program=$c.eduprogram0 sexe=$c.sexe}{*
f711b03f 67 *}{/if}{if $c.eduname1}, {education_fmt name=$c.eduname1 url=$c.eduurl1 degree=$c.edudegree1
1504ac45 68 grad_year=$c.edugrad_year1 field=$c.edufield1 program=$c.eduprogram1 sexe=$c.sexe}{*
f711b03f 69 *}{/if}{if $c.eduname2}, {education_fmt name=$c.eduname2 url=$c.eduurl2 degree=$c.edudegree2
1504ac45 70 grad_year=$c.edugrad_year2 field=$c.edufield2 program=$c.eduprogram2 sexe=$c.sexe}{*
f711b03f 71 *}{/if}{if $c.eduname3}, {education_fmt name=$c.eduname3 url=$c.eduurl3 degree=$c.edudegree3
1504ac45 72 grad_year=$c.edugrad_year3 field=$c.edufield3 program=$c.eduprogram3 sexe=$c.sexe}{*
043bbacf 73 *}{/if}{if $c.dcd}, décédé{if $c.sexe}e{/if} le {$c.deces|date_format}{/if}
ea62a170 74 </div>
0337d704 75 </div>
76
64a69719 77 {if $withAuth}
ea62a170
FB
78 <div class="noprint bits">
79 <div>
64a69719 80 {if $registered && !$dead}
ea62a170 81 {if $show_action eq ajouter}
76cbe885 82 <a href="carnet/notifs/add_nonins/{$user->login()}?token={xsrf_token}">{*
ea62a170
FB
83 *}{icon name=add title="Ajouter à la liste de mes surveillances"}</a>
84 {else}
76cbe885 85 <a href="carnet/notifs/del_nonins/{$user->login()}?token={xsrf_token}">{*
ea62a170
FB
86 *}{icon name=cross title="Retirer de la liste de mes surveillances"}</a>
87 {/if}
76cbe885
FB
88 {elseif $user->state neq 'pending'}
89 <a href="profile/{$profile->hrid()}" class="popup2">{*
ea62a170 90 *}{icon name=user_suit title="Afficher la fiche"}</a>
64a69719 91 {if !$dead}
76cbe885 92 <a href="vcard/{$profile->hrid()}.vcf">{*
ea62a170 93 *}{icon name=vcard title="Afficher la carte de visite"}</a>
76cbe885 94 <a href="mailto:{$user->bestEmail()}">{*
fd9a8382 95 *}{icon name=email title="Envoyer un email"}</a>
76cbe885
FB
96 {if !$smarty.session.user->isContact($user)}
97 <a href="carnet/contacts?action=ajouter&amp;user={$user->login()}&amp;token={xsrf_token}">{*
ea62a170
FB
98 *}{icon name=add title="Ajouter à mes contacts"}</a>
99 {else}
76cbe885 100 <a href="carnet/contacts?action=retirer&amp;user={$user->login()}&amp;token={xsrf_token}">{*
ea62a170
FB
101 *}{icon name=cross title="Retirer de mes contacts"}</a>
102 {/if}
103 {/if}
f8e7af52 104 {/if}
ea62a170 105 </div>
0337d704 106
908db125 107 {if hasPerm('admin')}
ea62a170 108 <div>
64a69719 109 [{if $registered && !$dead}
76cbe885 110 <a href="marketing/private/{$user->login()}">{*
1322ba86
FB
111 *}{icon name=email title="marketter user"}</a>
112 {/if}
76cbe885 113 <a href="admin/user/{$user->login()}">{*
1322ba86 114 *}{icon name=wrench title="administrer user"}</a>
76cbe885 115 <a href="http://www.polytechniciens.com/?page=AX_FICHE_ANCIEN&amp;anc_id={$profile->ax_id}">{*
1322ba86 116 *}{icon name=user_gray title="fiche AX"}</a>]
ea62a170 117 </div>
f51dcf10 118 {/if}
b9384d56 119 </div>
580f4860 120 {/if}
0337d704 121
122 <div class="long">
64a69719 123 {if !$dead}
2c411733 124 {if $c.web || $c.mobile || $c.countrytxt || $c.city || $c.region || $c.entreprise || (!$c.dcd && !$c.actif )}
0337d704 125 <table cellspacing="0" cellpadding="0">
126 {if $c.web}
127 <tr>
ed260de1 128 <td class="lt">Page web&nbsp;:</td>
0337d704 129 <td class="rt"><a href="{$c.web}">{$c.web}</a></td>
130 </tr>
131 {/if}
132 {if $c.countrytxt || $c.city}
133 <tr>
ed260de1 134 <td class="lt">Géographie&nbsp;:</td>
0337d704 135 <td class="rt">{$c.city}{if $c.city && $c.countrytxt}, {/if}{$c.countrytxt}</td>
136 </tr>
137 {/if}
64a69719 138 {if $c.mobile && !$dead}
0337d704 139 <tr>
ed260de1 140 <td class="lt">Mobile&nbsp;:</td>
0337d704 141 <td class="rt">{$c.mobile}</td>
142 </tr>
143 {/if}
144 {if $c.entreprise}
145 <tr>
ed260de1 146 <td class="lt">Profession&nbsp;:</td>
0337d704 147 <td class="rt">
fd9a8382 148 {if $c.job_web}<a href="{$c.job_web}">{$c.entreprise}</a>{else}{$c.entreprise}{/if}
984186ae 149 {if $c.secteur} ({$c.secteur}){/if}{if $c.fonction}<br />{$c.fonction}{/if}
0337d704 150 </td>
151 </tr>
152 {/if}
64a69719
FB
153 {if $withAuth}
154 {if !$registered}
0337d704 155 <tr>
2c411733 156 <td class="smaller" colspan="2">
64a69719 157 {"Ce"|sex:"Cette":$user} camarade n'est pas {"inscrit"|sex:"inscrite":$user}.
2c411733
FB
158 <a href="marketing/public/{$user->login()}" class='popup'>Si tu connais son adresse email,
159 <strong>n'hésite pas à nous la transmettre !</a>
160 </td>
0337d704 161 </tr>
2c411733 162 {elseif $user->state neq 'disabled' && $user->lost}
d216d84a 163 <tr>
164 <td class="smaller" colspan="2">
2c411733
FB
165 {"Ce"|sex:"Cette":$user} camarade n'a plus d'adresse de redirection valide.
166 <a href="marketing/broken/{$user->login()}">
ed260de1 167 Si tu en connais une, <strong>n'hésite pas à nous la transmettre</strong>.
d216d84a 168 </a>
169 </td>
170 </tr>
171 {/if}
2c411733 172 {/if}
0337d704 173 </table>
174 {/if}
175 {/if}
176 </div>
0337d704 177</div>
0337d704 178
a7de4ef7 179{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}