1 {**************************************************************************}
3 {* Copyright (C) 2003-2011 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 = $.plURL(strPage);
30 parent.opener.document.location = strPage;
36 document.location = strPage;
46 <div id="photo" class="part">
47 {assign var=photo value=$profile->getPhoto(false)}
48 {if $photo}<img alt="Photo de {$profile->fullName()}" src="photo/{$profile->hrid()}{if $with_pending_pic}/req{/if}" width="{$photo->width()}"/>{/if}
50 {if $logged && $view eq 'private' && ( $profile->section|smarty:nodefaults || $profile->getBinets()|smarty:nodefaults || ($owner && $owner->groups(true,true)|smarty:nodefaults))}
51 <h2>À l'X…</h2>
52 {if $profile->section}<div><em class="intitule">Section : </em><span>{$profile->section}</span></div>{/if}
54 {assign var=binets value=$profile->getBinets()}
55 {if $binets|@count}<div><em class="intitule">Binet{if count($binets) > 1}s{/if} : </em>
56 <span>{', '|implode:$profile->getBinetsNames()}</span></div>{/if}
58 {if $owner && $view eq 'private'}
59 {assign var=groups value=$owner->groups(true,true)}
60 {if $groups|@count}<div><em class="intitule">Groupe{if count($groups) > 1}s{/if} et institution{if count($groups) > 1}s{/if} X : </em>
62 {foreach from=$groups item=group name=groups}{if !$smarty.foreach.groups.first}, {/if}<span title="{$group.nom}"><a href="{$group.site}">{$group.nom}</a></span>{/foreach}
68 {* 458752 stands for 0x70000 = Profile::NETWORKING_ALL *}
69 {assign var=networking value=$profile->getNetworking(458752)}
70 {if count($networking) > 0}
71 <h2>Sur le web...</h2>
72 {foreach from=$networking item=network}
73 <img style="width: auto; padding: 0" src="profile/networking/{$network.nwid}" alt="{$network.name}" title="{$network.name}"/>
75 <a href="{$network.link|replace:'%s':$network.address}">{$network.address}</a>
83 {if $profile->freetext}
84 <h2>Commentaires :</h2>
85 <span>{$profile->freetext|miniwiki|smarty:nodefaults}</span>
90 <div id="fiche_identite" class="part">
91 <div class="civilite">
92 {if $profile->isFemale()}•{/if}
93 {if $view eq 'private'}{$profile->private_name}{else}{$profile->public_name}{/if}
96 {if !$profile->isDead()}<a href="vcard/{$owner->login()}.vcf">{*
97 *}{icon name=vcard title="Afficher la carte de visite"}</a>{/if}
99 {if !$smarty.session.user->isContact($profile)}
100 <a href="javascript:chgMainWinLoc('carnet/contacts?action=ajouter&user={$owner->login()}&token={xsrf_token}')">
101 {icon name=add title="Ajouter à mes contacts"}</a>
103 <a href="javascript:chgMainWinLoc('carnet/contacts?action=retirer&user={$owner->login()}&token={xsrf_token}')">
104 {icon name=cross title="Retirer de mes contacts"}</a>
107 {if hasPerm('admin')}
108 <a href="javascript:chgMainWinLoc('admin/user/{$owner->login()}')">
109 {icon name=wrench title="administrer user"}</a>
112 {if $smarty.session.user->isMyProfile($profile)}
113 <a href="javascript:chgMainWinLoc('profile/edit')">{icon name="user_edit" title="Modifier ma fiche"}</a>
114 {elseif hasPerm('admin') || $smarty.session.user->canEdit($profile)}
115 <a href="javascript:chgMainWinLoc('profile/edit/{$profile->hrpid}')">
116 {icon name=user_edit title="modifier la fiche"}
122 {if $logged && $view eq 'private'}
124 Fiche mise à jour<br />
125 le {$profile->last_change|date_format}
129 {* 121634816 is Profile::PHONE_LINK_PROFILE | Profile::PHONE_TYPE_ANY = 0x7400000 *}
130 {assign var=phones value=$profile->getPhones(121634816)}
131 {if ($logged && $view eq 'private') || count($phones) > 0}
132 <div class="contact">
133 {if $logged && $view eq 'private'}
135 {if $profile->isDead()}
136 Décédé{if $profile->isFemale()}e{/if} le {$profile->deathdate|date_format}
137 {elseif $owner && $owner->lost}
138 Ce{if $profile->isFemale()}tte{/if} camarade n'a plus d'adresse de redirection valide,<br />
139 <a href="marketing/broken/{$owner->login()}" class="popup">clique ici si tu connais son adresse email !</a>
140 {elseif $owner && $owner->state != 'active'}
141 Cette personne n'est pas inscrite à Polytechnique.org,<br />
142 <a href="marketing/public/{$owner->login()}" class="popup">clique ici si tu connais son adresse email !</a>
145 <a href="mailto:{$virtualalias}">{$virtualalias}</a><br />
147 <a href="mailto:{$owner->bestEmail()}">{$owner->bestEmail()}</a>
148 {if $owner->bestEmail() neq $owner->forlifeEmail()}<br />
149 <a href="mailto:{$owner->forlifeEmail()}">{$owner->forlifeEmail()}</a>
154 {if count($phones) > 0}
155 <div style="float: right">
156 {display_phones tels=$phones dcd=$profile->isDead()}
159 <div class='spacer'></div>
162 <div class='spacer'></div>
165 <div class='formation'>
166 {foreach from=$profile->nationalities() item=country key=code}
167 <img src='images/flags/{$code}.gif' alt='{$code}' height='11' title='{$country}' />
172 {if $logged && $profile->mentor_expertise}
173 [<a href="referent/{$profile->hrid()}" class='popup2'>Ma fiche référent</a>]
176 {assign var=educations value=$profile->getEducations(32)}
177 {if count($educations) > 0}
178 - Formation :
180 {foreach from=$educations item=edu}
181 <li>{display_education edu=$edu profile=$profile full=true}</li>
186 {assign var=corps value=$profile->getCorps()}
187 {if $corps && ($corps->current || $corps->original)}
191 Corps actuel : {$corps->current_name}
192 {if $corps->current_rank}({$corps->current_rank}){/if}
195 {if $corps->current != $corps->original && $corps->original}
196 <li>Corps d'origine : {$corps->original_name}</li>
204 {assign var=addr value=$profile->getAddresses(3)}
205 {if count($addr) > 0}
207 <h2>Contact : </h2>
208 {if $profile->isDead()}
209 {assign var=address_name value="Dernière adresse"}
211 {assign var=address_name value="Adresse"}
213 {foreach from=$addr item="address" name=addresses}
214 {if $smarty.foreach.addresses.iteration is even}
215 {assign var=pos value="right"}
217 {assign var=pos value="left"}
219 {if $address->hasFlag('current')}
220 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" actuelle :"
221 for="`$profile->firstname` `$profile->lastname`" pos=$pos phones=null}
222 {elseif $address->hasFlag('secondary')}
223 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" secondaire :"
224 for="`$profile->firstname` `$profile->lastname`" pos=$pos phones=null}
226 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" principale :"
227 for="`$profile->firstname` `$profile->lastname`" pos=$pos phones=null}
229 {if $smarty.foreach.addresses.iteration is even}<div class="spacer"></div>{/if}
234 {assign var=jobs value=$profile->getJobs(2)}
235 {if count($jobs) > 0}
237 <h2>Informations professionnelles :</h2>
238 {foreach from=$jobs item="job" key="i"}
239 {if $i neq 0}<hr />{/if}
240 {include file="include/emploi.tpl" job=$job}
241 {assign var=jobPhones value=$job->phones()}
243 {include file="geoloc/address.tpl" address=$job->address() titre="Adresse : " for=$job->company->name pos="left" phones=$jobPhones}
244 {elseif $jobPhones|@count neq 0}
245 {display_phones tels=$jobPhones}
247 <div class="spacer"> </div>
252 {assign var=medals value=$profile->getMedals()}
253 {if count($medals) > 0}
255 <h2>Distinctions : </h2>
256 {foreach from=$medals item=m}
257 <div class="medal_frame">
258 <img src="profile/medal/thumb/{$m.mid}" height="50px" alt="{$m.text}" title="{$m.text}" style='float: left;' />
259 <div class="medal_text">
260 {$m.text}<br />{$m.grade}
264 <div class="spacer"> </div>
268 {if $logged && $profile->cv}
270 <h2>Curriculum Vitae :</h2>
271 {$profile->cv|miniwiki:title|smarty:nodefaults}
275 {if $view eq 'public'}
278 Cette fiche est publique et visible par tout internaute,<br />
279 vous pouvez aussi voir <a href="profile/private/{$profile->hrid()}?display=light">celle réservée aux X</a>.
282 {elseif $view eq 'ax'}
285 Cette fiche est privée et ne recense que les informations transmises à l'AX.
290 <div class="spacer"></div>
293 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}