Add support for only_current and only_mentor in UFBuilder
[platal.git] / templates / include / minifiche.tpl
... / ...
CommitLineData
1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2009 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{assign var=dead value=$profile->deathdate}
24{if $smarty.session.auth ge AUTH_COOKIE}
25 {assign var=withAuth value=true}
26 {assign var=user value=$profile->owner()}
27 {if $user == null}
28 {assign var=hasowner value=false}
29 {assign var=registered value=false}
30 {else}
31 {if $user->state neq 'pending'}
32 {assign var=registered value=true}
33 {else}
34 {assign var=registered value=false}
35 {/if}
36 {/if}
37{else}
38 {* Without auth, all profiles appear as registered *}
39 {assign var=registered value=true}
40 {assign var=withAuth value=false}
41{/if}
42
43
44<div class="contact {if !$registered || $dead }grayed{/if}"
45 {if $registered}title="fiche mise à jour le {$profile->last_change|date_format}"{/if}>
46 <div class="identity">
47 {if $withAuth}
48 <div class="photo">
49 <img src="photo/{$profile->hrid()}" alt="{$profile->directory_name}" />
50 </div>
51 {/if}
52
53 <div class="nom">
54 {if $profile->isFemale()}&bull;{/if}
55 {if !$dead && $registered}<a href="profile/{$profile->hrid()}" class="popup2">{/if}
56 {$profile->full_name}
57 {if !$dead && $registered}</a>{/if}
58 </div>
59
60 <div class="edu">
61 {if $profile->nationality1}
62 <img src='images/flags/{$profile->nationality1}.gif' alt='{$profile->nationality1}' height='11' title='{$profile->nationality1}' />&nbsp;
63 {/if}
64 {if $profile->nationality2}
65 <img src='images/flags/{$profile->nationality2}.gif' alt='{$profile->nationality2}' height='11' title='{$profile->nationality2}' />&nbsp;
66 {/if}
67 {if $profile->nationality3}
68 <img src='images/flags/{$profile->nationality3}.gif' alt='{$profile->nationality3}' height='11' title='{$profile->nationality3}' />&nbsp;
69 {/if}
70 {$profile->promo()}{*
71 *}{iterate from=$profile->getExtraEducations(4) item=edu}, {education_fmt edu=$edu profile=$profile}{/iterate}{*
72 *}{if $dead}, {"décédé"|sex:"décédée":$profile} le {$profile->deathdate|date_format}{/if}
73 </div>
74 </div>
75
76 {if $withAuth}
77 <div class="noprint bits">
78 <div>
79 {if !$registered && !$dead}
80 {if $show_action eq 'ajouter'}
81 <a href="carnet/notifs/add_nonins/{$user->login()}?token={xsrf_token}">{*
82 *}{icon name=add title="Ajouter à la liste de mes surveillances"}</a>
83 {else}
84 <a href="carnet/notifs/del_nonins/{$user->login()}?token={xsrf_token}">{*
85 *}{icon name=cross title="Retirer de la liste de mes surveillances"}</a>
86 {/if}
87 {elseif $registered}
88 <a href="profile/{$profile->hrid()}" class="popup2">{*
89 *}{icon name=user_suit title="Afficher la fiche"}</a>
90 {if !$dead}
91 <a href="vcard/{$profile->hrid()}.vcf">{*
92 *}{icon name=vcard title="Afficher la carte de visite"}</a>
93 <a href="mailto:{$user->bestEmail()}">{*
94 *}{icon name=email title="Envoyer un email"}</a>
95 {if !$smarty.session.user->isContact($user)}
96 <a href="carnet/contacts?action=ajouter&amp;user={$user->login()}&amp;token={xsrf_token}">{*
97 *}{icon name=add title="Ajouter à mes contacts"}</a>
98 {else}
99 <a href="carnet/contacts?action=retirer&amp;user={$user->login()}&amp;token={xsrf_token}">{*
100 *}{icon name=cross title="Retirer de mes contacts"}</a>
101 {/if}
102 {/if}
103 {/if}
104 </div>
105
106 {if hasPerm('admin')}
107 <div>
108 [{if $registered && !$dead}
109 <a href="marketing/private/{$user->login()}">{*
110 *}{icon name=email title="marketter user"}</a>
111 {/if}
112 <a href="admin/user/{$user->login()}">{*
113 *}{icon name=wrench title="administrer user"}</a>
114 <a href="profile/ax/{$user->login()}">{*
115 *}{icon name=user_gray title="fiche AX"}</a>]
116 </div>
117 {/if}
118 </div>
119 {/if}
120
121 <div class="long">
122 {if !$dead}
123 {assign var=address value=$profile->getMainAddress()}
124 {assign var=web value=$profile->getWebSite()}
125 {assign var=job value=$profile->getMailJob()}
126 {if $web || $profile->mobile || $address.country || $job || (!$dead && !$registered)}
127 <table cellspacing="0" cellpadding="0">
128 {if $web}
129 <tr>
130 <td class="lt">Page web&nbsp;:</td>
131 <td class="rt"><a href="{$web}">{$web}</a></td>
132 </tr>
133 {/if}
134 {if $address.country && !$c.dcd}
135 <tr>
136 <td class="lt">Géographie&nbsp;:</td>
137 <td class="rt">{if $address.locality}{$address.locality}, {/if}{$address.country}</td>
138 </tr>
139 {/if}
140 {if $profile->mobile && !$dead}
141 <tr>
142 <td class="lt">Mobile&nbsp;:</td>
143 <td class="rt">{$profile->mobile}</td>
144 </tr>
145 {/if}
146 {if $job}
147 <tr>
148 <td class="lt">Profession&nbsp;:</td>
149 <td class="rt">
150 {if $job.url|default:$job.user_site}<a href="{$job.url|default:$job.user_site}">{$job.name}</a>{else}{$job.name}{/if}
151 {if $job.subsubsector}&nbsp;({$job.subsubsector}){/if}{if $job.description}<br />{$job.description}{/if}
152 </td>
153 </tr>
154 {/if}
155 {if $withAuth}
156 {if !$registered}
157 <tr>
158 <td class="smaller" colspan="2">
159 {"Ce"|sex:"Cette":$profile} camarade n'est pas {"inscrit"|sex:"inscrite":$profile}.
160 <a href="marketing/public/{$user->login()}" class='popup'>Si tu connais son adresse email,
161 <strong>n'hésite pas à nous la transmettre !</a>
162 </td>
163 </tr>
164 {elseif $user->state neq 'disabled' && $user->lost}
165 <tr>
166 <td class="smaller" colspan="2">
167 {"Ce"|sex:"Cette":$profile} camarade n'a plus d'adresse de redirection valide.
168 <a href="marketing/broken/{$user->login()}">
169 Si tu en connais une, <strong>n'hésite pas à nous la transmettre</strong>.
170 </a>
171 </td>
172 </tr>
173 {/if}
174 {/if}
175 </table>
176 {/if}
177 {/if}
178 </div>
179</div>
180
181{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}