1 {**************************************************************************}
3 {* Copyright (C) 2003-2010 Polytechnique.org *}
4 {* http://opensource.polytechnique.org/ *}
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. *}
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. *}
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 *}
21 {**************************************************************************}
24 <script type="text/javascript">//<![CDATA[
25 function chgMainWinLoc(strPage)
27 strPage = platal_baseurl + strPage;
30 parent.opener.document.location = strPage;
36 document.location = strPage;
43 <div id="photo" class="part">
44 {assign var=photo value=$profile->getPhoto(false)}
45 {if $photo}<img alt="Photo de {$profile->fullName()}" src="photo/{$profile->hrid()}" width="{$photo->width()}"/>{/if}
47 {if $logged && ( $profile->section|smarty:nodefaults || $profile->getBinets()|smarty:nodefaults || ($owner && $owner->groups()|smarty:nodefaults))}
48 <h2>À l'X…</h2>
49 {if $profile->section}<div><em class="intitule">Section : </em><span>{$profile->section}</span></div>{/if}
51 {assign var=binets value=$profile->getBinets()}
52 {if $binets|@count}<div><em class="intitule">Binet{if count($binets) > 1}s{/if} : </em>
53 <span>{', '|implode:$profile->getBinetsNames()}</span></div>{/if}
56 {assign var=groups value=$owner->groupNames(true)}
57 {if $groups|@count}<div><em class="intitule">Groupe{if count($groups) > 1}s{/if} et institution{if count($groups) > 1}s{/if} X : </em>
59 {foreach from=$groups item=group key=gk}{if $gk != 0}, {/if}<span title="{$group.nom}"><a href="{$group.site}">{$group.nom}</a></span>{/foreach}
65 {assign var=networking value=$profile->getNetworking(0)}
66 {if count($networking) > 0}
67 <h2>Sur le web...</h2>
68 {foreach from=$networking item=network}
69 <img style="width: auto; padding: 0" src="profile/networking/{$network.network_type}" alt="{$network.name}" title="{$network.name}"/>
70 {if $network.filter == 'web'}
71 <a href="{$network.address}">{$network.address}</a>
72 {elseif $network.link != ''}
73 <a href="{$network.link}">{$network.address}</a>
81 {if $profile->freetext}
82 <h2>Commentaires :</h2>
83 <span>{$profile->freetext|miniwiki|smarty:nodefaults}</span>
88 <div id="fiche_identite" class="part">
89 <div class="civilite">
90 {if $profile->isFemale()}•{/if}
91 <span {if $profile->name_tooltip neq ""}class="hinted" title="{$profile->name_tooltip}"{/if}>{$profile->shortName()}</span>
93 {if $profile->nickname} (alias {$profile->nickname}){/if}
97 {if !$profile->isDead()}<a href="vcard/{$owner->login()}.vcf">{*
98 *}{icon name=vcard title="Afficher la carte de visite"}</a>{/if}
100 {if !$smarty.session.user->isContact($profile)}
101 <a href="javascript:chgMainWinLoc('carnet/contacts?action=ajouter&user={$owner->login()}&token={xsrf_token}')">
102 {icon name=add title="Ajouter à mes contacts"}</a>
104 <a href="javascript:chgMainWinLoc('carnet/contacts?action=retirer&user={$owner->login()}&token={xsrf_token}')">
105 {icon name=cross title="Retirer de mes contacts"}</a>
108 {if hasPerm('admin')}
109 <a href="javascript:chgMainWinLoc('admin/user/{$owner->login()}')">
110 {icon name=wrench title="administrer user"}</a>
113 {if $owner->login() eq $smarty.session.hruid}
114 <a href="javascript:chgMainWinLoc('profile/edit')">{icon name="user_edit" title="Modifier ma fiche"}</a>
122 Fiche mise à jour<br />
123 le {$profile->last_change|date_format}
127 {assign var=phones value=$profile->getPhones(0)}
128 {if $logged || count($phones) > 0}
129 <div class="contact">
132 {if $profile->isDead()}
133 Décédé{if $profile->isFemale()}e{/if} le {$profile->deathdate|date_format}
134 {elseif $owner && $owner->lost}
135 Ce{if $profile->isFemale()}tte{/if} camarade n'a plus d'adresse de redirection valide,<br />
136 <a href="marketing/broken/{$owner->login()}" class="popup">clique ici si tu connais son adresse email !</a>
137 {elseif $owner && $owner->state != 'active'}
138 Cette personne n'est pas inscrite à Polytechnique.org,<br />
139 <a href="marketing/public/{$owner->login()}" class="popup">clique ici si tu connais son adresse email !</a>
142 <a href="mailto:{$virtualalias}">{$virtualalias}</a><br />
144 <a href="mailto:{$owner->bestEmail()}">{$owner->bestEmail()}</a>
145 {if $owner->bestEmail() neq $owner->forlifeEmail()}<br />
146 <a href="mailto:{$owner->forlifeEmail()}">{$owner->forlifeEmail()}</a>
151 {if count($phones) > 0}
152 <div style="float: right">
153 {display_phones tels=$phones dcd=$profile->isDead()}
156 <div class='spacer'></div>
160 <div class='formation'>
161 {foreach from=$profile->nationalities() item=nat}
162 <img src='images/flags/{$nat}.gif' alt='{$nat}' height='11' title='{$nat}' />
167 {if $logged && $profile->mentor_expertise}
168 [<a href="referent/{$profile->hrid()}" class='popup2'>Ma fiche référent</a>]
171 {assign var=educations value=$profile->getEducations(32)}
172 {if count($educations) > 0}
173 - Formation :
175 {foreach from=$educations item=edu}
176 <li>{display_education edu=$edu profile=$profile}</li>
181 {assign var=corps value=$profile->getCorps()}
182 {if $corps && ($corps->current || $corps->original)}
185 <li>Corps actuel : {$corps->current_name} {$corps->current_rank}
187 {if $corps->original}
188 <li>Corps d'origine : {$corps->original_name}
196 {assign var=addr value=$profile->getAddresses(3)}
197 {if count($addr) > 0}
199 <h2>Contact : </h2>
200 {if $profile->isDead()}
201 {assign var=address_name value="Dernière adresse"}
203 {assign var=address_name value="Adresse"}
205 {foreach from=$addr item="address" name=addresses}
206 {if $smarty.foreach.addresses.iteration is even}
207 {assign var=pos value="right"}
209 {assign var=pos value="left"}
211 {if $address->hasFlag('current')}
212 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" actuelle :"
213 for="`$profile->firstname` `$profile->lastname`" pos=$pos}
214 {elseif $address->hasFlag('secondary')}
215 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" secondaire :"
216 for="`$profile->firstname` `$profile->lastname`" pos=$pos}
218 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" principale :"
219 for="`$profile->firstname` `$profile->lastname`" pos=$pos}
221 {if $smarty.foreach.addresses.iteration is even}<div class="spacer"></div>{/if}
226 {assign var=jobs value=$profile->getJobs(2)}
227 {if count($jobs) > 0}
229 <h2>Informations professionnelles :</h2>
230 {foreach from=$jobs item="job" key="i"}
231 {if $i neq 0}<hr />{/if}
232 {include file="include/emploi.tpl" job=$job}
234 {include file="geoloc/address.tpl" address=$job->address titre="Adresse : " for=$job->company->name pos="left"}
236 <div class="spacer"> </div>
241 {assign var=medals value=$profile->getMedals()}
242 {if count($medals) > 0}
244 <h2>Distinctions : </h2>
245 {foreach from=$medals item=m}
246 <div class="medal_frame">
247 <img src="profile/medal/thumb/{$m.mid}" height="50px" alt="{$m.text}" title="{$m.text}" style='float: left;' />
248 <div class="medal_text">
249 {$m.text}<br />{$m.grade}
253 <div class="spacer"> </div>
257 {if $logged && $profile->cv}
259 <h2>Curriculum Vitae :</h2>
260 {$profile->cv|miniwiki:title|smarty:nodefaults}
264 {if $view eq 'public'}
267 Cette fiche est publique et visible par tout internaute,<br />
268 vous pouvez aussi voir <a href="profile/private/{$profile->hrid()}?display=light">celle réservée aux X</a>.
271 {elseif $view eq 'ax'}
274 Cette fiche est privée et ne recense que les informations transmises à l'AX.
279 <div class="spacer"></div>
282 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}