Merge branch 'master' into fusionax
[platal.git] / templates / profile / profile.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{literal}
24<script type="text/javascript">//<![CDATA[
25function chgMainWinLoc(strPage)
26{
27 strPage = platal_baseurl + strPage;
28 if (parent.opener) {
29 try {
30 parent.opener.document.location = strPage;
31 window.close();
32 } catch(e) {
33 window.open(strPage);
34 }
35 } else {
36 document.location = strPage;
37 }
38}
39//]]></script>
40{/literal}
41
42<div id="fiche">
43 <div id="photo" class="part">
44 {if $photo_url}<img alt="Photo de {$user->login()}" src="{$photo_url}" width="{$x.x}"/>{/if}
45 {if $logged && ( $x.section|smarty:nodefaults || $x.binets_join|smarty:nodefaults || $x.gpxs_join|smarty:nodefaults)}
46 <h2>À l'X...</h2>
47 {if $x.section}<div><em class="intitule">Section&nbsp;: </em><span>{$x.section}</span></div>{/if}
48 {if $x.binets_join}<div><em class="intitule">Binet{if count($x.binets) > 1}s{/if}&nbsp;: </em>
49 <span>{$x.binets_join}</span></div>{/if}
50 {if $x.gpxs_join}<div><em class="intitule">Groupe{if count($x.gpxs) > 1}s{/if} et institution{if count($x.gpxs) > 1}s{/if} X&nbsp;: </em>
51 <span><br/>{$x.gpxs_join|smarty:nodefaults}</span></div>{/if}
52 {/if}
53 {if $x.networking}
54 <h2>Sur le web...</h2>
55 {foreach from=$x.networking item=network}
56 <img style="width: auto; padding: 0" src="profile/networking/{$network.type}" alt="{$network.name}" title="{$network.name}"/>
57 {if $network.filter == 'web'}
58 <a href="{$network.address}">{$network.address}</a>
59 {elseif $network.link != ''}
60 <a href="{$network.link}">{$network.address}</a>
61 {else}
62 {$network.address}
63 {/if}
64 <br/>
65 {/foreach}
66 {/if}
67 {if $x.freetext}
68 <h2>Commentaires&nbsp;:</h2>
69 <span>{$x.freetext|miniwiki|smarty:nodefaults}</span>
70 {/if}
71 </div>
72 <div id="fiche_identite" class="part">
73 <div class="civilite">
74 {if $user->isFemale()}&bull;{/if}
75 <span {if $x.name_tooltip neq ""}class="hinted" title="{$x.name_tooltip}"{/if}>{$x.name_display}</span>
76 {if $logged}
77 {if $x.nickname} (alias {$x.nickname}){/if}
78 {/if}
79 {if $logged}
80 &nbsp;{if !$x.dcd}<a href="vcard/{$user->login()}.vcf">{*
81 *}{icon name=vcard title="Afficher la carte de visite"}</a>{/if}
82 {if !$x.is_contact}
83 <a href="javascript:chgMainWinLoc('carnet/contacts?action=ajouter&amp;user={$user->login()}&amp;token={xsrf_token}')">
84 {icon name=add title="Ajouter à mes contacts"}</a>
85 {else}
86 <a href="javascript:chgMainWinLoc('carnet/contacts?action=retirer&amp;user={$user->login()}&amp;token={xsrf_token}')">
87 {icon name=cross title="Retirer de mes contacts"}</a>
88 {/if}
89 {if hasPerm('admin')}
90 <a href="javascript:chgMainWinLoc('admin/user/{$user->login()}')">
91 {icon name=wrench title="administrer user"}</a>
92 {/if}
93 {if $user->login() eq $smarty.session.hruid}
94 <a href="javascript:chgMainWinLoc('profile/edit')">{icon name="user_edit" title="Modifier ma fiche"}</a>
95 {/if}
96 {/if}
97 </div>
98 {if $logged}
99 <div class='maj'>
100 Fiche mise à jour<br />
101 le {$x.date|date_format}
102 </div>
103 {/if}
104 {if $logged || $x.tels}
105 <div class="contact">
106 {if $logged}
107 <div class='email'>
108 {if $x.dcd}
109 Décédé{if $user->isFemale()}e{/if} le {$x.deces|date_format}
110 {elseif !$x.actif}
111 Ce{if $c.sexe}tte{/if} camarade n'a plus d'adresse de redirection valide,<br />
112 <a href="marketing/broken/{$user->login()}" class="popup">clique ici si tu connais son adresse email !</a>
113 {elseif !$x.inscrit}
114 Cette personne n'est pas inscrite à Polytechnique.org,<br />
115 <a href="marketing/public/{$user->login()}" class="popup">clique ici si tu connais son adresse email !</a>
116 {else}
117 {if $virtualalias}
118 <a href="mailto:{$virtualalias}">{$virtualalias}</a><br />
119 {/if}
120 <a href="mailto:{$user->bestEmail()}">{$user->bestEmail()}</a>
121 {if $user->bestEmail() neq $user->forlifeEmail()}<br />
122 <a href="mailto:{$user->forlifeEmail()}">{$user->forlifeEmail()}</a>
123 {/if}
124 {/if}
125 </div>
126 {/if}
127 {if $x.tels}
128 {display_phones tels=$x.tels dcd=$x.dcd}
129 {/if}
130 <div class='spacer'></div>
131 </div>
132 {/if}
133 <div class='formation'>
134 {if $x.iso3166_1}
135 <img src='images/flags/{$x.iso3166_1}.gif' alt='{$x.nationalite}' height='11' title='{$x.nationalite}' />&nbsp;
136 {/if}
137 {if $x.iso3166_2}
138 <img src='images/flags/{$x.iso3166_2}.gif' alt='{$x.nationalite2}' height='11' title='{$x.nationalite2}' />&nbsp;
139 {/if}
140 {if $x.iso3166_3}
141 <img src='images/flags/{$x.iso3166_3}.gif' alt='{$x.nationalite3}' height='11' title='{$x.nationalite3}' />&nbsp;
142 {/if}
143 {$user->promo()}
144 {if $logged && $x.is_referent}
145 [<a href="referent/{$x.forlife}" class='popup2'>Ma fiche référent</a>]
146 {/if}
147 {if $x.education}
148 &nbsp;-&nbsp;Formation&nbsp;:
149 <ul>
150 {foreach from=$x.education item="edu"}
151 <li>{$edu|smarty:nodefaults}</li>
152 {/foreach}
153 </ul>
154 {/if}
155 {if $x.corps}
156 {$x.corps|smarty:nodefaults}
157 {/if}
158 </div>
159 </div>
160 {if $x.adr}
161 <div class="part">
162 <h2>Contact&nbsp;: </h2>
163 {if $x.dcd}
164 {assign var=address_name value="Dernière adresse"}
165 {else}
166 {assign var=address_name value="Adresse"}
167 {/if}
168 {foreach from=$x.adr item="address" name=adresses}
169 {if $smarty.foreach.adresses.iteration is even}
170 {assign var=pos value="right"}
171 {else}
172 {assign var=pos value="left"}
173 {/if}
174 {if $address.active}
175 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" actuelle&nbsp;:"
176 for="`$x.prenom` `$x.nom`" pos=$pos}
177 {elseif $address.secondaire}
178 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" secondaire&nbsp;:"
179 for="`$x.prenom` `$x.nom`" pos=$pos}
180 {else}
181 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" principale&nbsp;:"
182 for="`$x.prenom` `$x.nom`" pos=$pos}
183 {/if}
184 {if $smarty.foreach.adresses.iteration is even}<div class="spacer"></div>{/if}
185 {/foreach}
186 </div>
187 {/if}
188 {if $x.adr_pro}
189 <div class="part">
190 <h2>Informations professionnelles&nbsp;:</h2>
191 {foreach from=$x.adr_pro item="address" key="i"}
192 {if $i neq 0}<hr />{/if}
193 {include file="include/emploi.tpl" address=$address}
194 {include file="geoloc/address.tpl" address=$address titre="Adresse&nbsp;: " for=$address.entreprise pos="left"}
195 <div class="spacer">&nbsp;</div>
196 {/foreach}
197 </div>
198 {/if}
199 {if $x.medals}
200 <div class="part">
201 <h2>Distinctions&nbsp;: </h2>
202 {foreach from=$x.medals item=m}
203 <div class="medal_frame">
204 <img src="profile/medal/thumb/{$m.id}" height="50px" alt="{$m.medal}" title="{$m.medal}" style='float: left;' />
205 <div class="medal_text">
206 {$m.medal}<br />{$m.grade}
207 </div>
208 </div>
209 {/foreach}
210 <div class="spacer">&nbsp;</div>
211 </div>
212 {/if}
213 {if $logged && $x.cv}
214 <div class="part">
215 <h2>Curriculum Vitae&nbsp;:</h2>
216 {$x.cv|miniwiki:title|smarty:nodefaults}
217 </div>
218 {/if}
219 {if $view eq 'public'}
220 <div class="part">
221 <small>
222 Cette fiche est publique et visible par tout internaute,<br />
223 vous pouvez aussi voir <a href="profile/private/{$user->login()}?display=light">celle&nbsp;réservée&nbsp;aux&nbsp;X</a>.
224 </small>
225 </div>
226 {elseif $view eq 'ax'}
227 <div class="part">
228 <small>
229 Cette fiche est privée et ne recense que les informations transmises à l'AX.
230 </small>
231 </div>
232 {/if}
233 <div class="spacer"></div>
234</div>
235
236{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}