Adds missing phone prefix.
[platal.git] / templates / profile / profile.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
9f5bd98e 3{* Copyright (C) 2003-2010 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
23{literal}
4d8e2051 24<script type="text/javascript">//<![CDATA[
555fde86 25function chgMainWinLoc(strPage)
26{
27 strPage = platal_baseurl + strPage;
2c326273 28 if (parent.opener) {
007c44cb 29 try {
30 parent.opener.document.location = strPage;
31 window.close();
32 } catch(e) {
33 window.open(strPage);
34 }
2c326273 35 } else {
36 document.location = strPage;
37 }
0337d704 38}
4d8e2051 39//]]></script>
0337d704 40{/literal}
41
03a6316f 42<div id="fiche">
43 <div id="photo" class="part">
68f988a8
RB
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}
5f8ad70d 46
aa8a2914 47 {if $logged && $view eq 'private' && ( $profile->section|smarty:nodefaults || $profile->getBinets()|smarty:nodefaults || ($owner && $owner->groups()|smarty:nodefaults))}
6e828e47 48 <h2>À l'X&hellip;</h2>
68f988a8 49 {if $profile->section}<div><em class="intitule">Section&nbsp;: </em><span>{$profile->section}</span></div>{/if}
5f8ad70d 50
68f988a8 51 {assign var=binets value=$profile->getBinets()}
5f8ad70d 52 {if $binets|@count}<div><em class="intitule">Binet{if count($binets) > 1}s{/if}&nbsp;: </em>
68f988a8 53 <span>{', '|implode:$profile->getBinetsNames()}</span></div>{/if}
5f8ad70d 54
aa8a2914 55 {if $owner && $view eq 'private'}
68f988a8 56 {assign var=groups value=$owner->groupNames(true)}
5f8ad70d
RB
57 {if $groups|@count}<div><em class="intitule">Groupe{if count($groups) > 1}s{/if} et institution{if count($groups) > 1}s{/if} X&nbsp;: </em>
58 <span><br/>
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}
60 </span></div>{/if}
61 {/if}
62
03a6316f 63 {/if}
5f8ad70d 64
68f988a8 65 {assign var=networking value=$profile->getNetworking(0)}
5f8ad70d 66 {if count($networking) > 0}
92c3f9e5 67 <h2>Sur le web...</h2>
5f8ad70d 68 {foreach from=$networking item=network}
1f5cd004
PC
69 <img style="width: auto; padding: 0" src="profile/networking/{$network.nwid}" alt="{$network.name}" title="{$network.name}"/>
70 {if $network.link}
71 <a href="{$network.link|replace:'%s':$network.address}">{$network.address}</a>
d1a2252a
GB
72 {else}
73 {$network.address}
74 {/if}
75 <br/>
76 {/foreach}
77 {/if}
5f8ad70d 78
68f988a8 79 {if $profile->freetext}
5f8ad70d 80 <h2>Commentaires&nbsp;:</h2>
68f988a8 81 <span>{$profile->freetext|miniwiki|smarty:nodefaults}</span>
581c3341 82 {/if}
5f8ad70d 83
03a6316f 84 </div>
5f8ad70d 85
03a6316f 86 <div id="fiche_identite" class="part">
87 <div class="civilite">
68f988a8
RB
88 {if $profile->isFemale()}&bull;{/if}
89 <span {if $profile->name_tooltip neq ""}class="hinted" title="{$profile->name_tooltip}"{/if}>{$profile->shortName()}</span>
03a6316f 90 {if $logged}
68f988a8 91 {if $profile->nickname} (alias {$profile->nickname}){/if}
581c3341 92 {/if}
5f8ad70d 93
581c3341 94 {if $logged}
68f988a8 95 &nbsp;{if !$profile->isDead()}<a href="vcard/{$owner->login()}.vcf">{*
5f8ad70d
RB
96 *}{icon name=vcard title="Afficher la carte de visite"}</a>{/if}
97
2ab391bc 98 {if !$smarty.session.user->isContact($profile)}
68f988a8 99 <a href="javascript:chgMainWinLoc('carnet/contacts?action=ajouter&amp;user={$owner->login()}&amp;token={xsrf_token}')">
5f8ad70d
RB
100 {icon name=add title="Ajouter à mes contacts"}</a>
101 {else}
68f988a8 102 <a href="javascript:chgMainWinLoc('carnet/contacts?action=retirer&amp;user={$owner->login()}&amp;token={xsrf_token}')">
5f8ad70d
RB
103 {icon name=cross title="Retirer de mes contacts"}</a>
104 {/if}
105
106 {if hasPerm('admin')}
68f988a8 107 <a href="javascript:chgMainWinLoc('admin/user/{$owner->login()}')">
5f8ad70d
RB
108 {icon name=wrench title="administrer user"}</a>
109 {/if}
110
68f988a8 111 {if $owner->login() eq $smarty.session.hruid}
5f8ad70d
RB
112 <a href="javascript:chgMainWinLoc('profile/edit')">{icon name="user_edit" title="Modifier ma fiche"}</a>
113 {/if}
114
03a6316f 115 {/if}
116 </div>
5f8ad70d 117
aa8a2914 118 {if $logged && $view eq 'private'}
03a6316f 119 <div class='maj'>
120 Fiche mise à jour<br />
68f988a8 121 le {$profile->last_change|date_format}
03a6316f 122 </div>
123 {/if}
5f8ad70d 124
3c985c08
RB
125 {* 121634816 is Profile::PHONE_LINK_PROFILE | Profile::PHONE_TYPE_ANY = 0x7400000 *}
126 {assign var=phones value=$profile->getPhones(121634816)}
aa8a2914 127 {if ($logged && $view eq 'private') || count($phones) > 0}
03a6316f 128 <div class="contact">
aa8a2914 129 {if $logged && $view eq 'private'}
03a6316f 130 <div class='email'>
68f988a8
RB
131 {if $profile->isDead()}
132 Décédé{if $profile->isFemale()}e{/if} le {$profile->deathdate|date_format}
5f96fea9 133 {elseif $owner && $owner->lost}
68f988a8
RB
134 Ce{if $profile->isFemale()}tte{/if} camarade n'a plus d'adresse de redirection valide,<br />
135 <a href="marketing/broken/{$owner->login()}" class="popup">clique ici si tu connais son adresse email&nbsp;!</a>
5f96fea9 136 {elseif $owner && $owner->state != 'active'}
03a6316f 137 Cette personne n'est pas inscrite à Polytechnique.org,<br />
68f988a8 138 <a href="marketing/public/{$owner->login()}" class="popup">clique ici si tu connais son adresse email&nbsp;!</a>
0337d704 139 {else}
03a6316f 140 {if $virtualalias}
141 <a href="mailto:{$virtualalias}">{$virtualalias}</a><br />
0337d704 142 {/if}
68f988a8
RB
143 <a href="mailto:{$owner->bestEmail()}">{$owner->bestEmail()}</a>
144 {if $owner->bestEmail() neq $owner->forlifeEmail()}<br />
145 <a href="mailto:{$owner->forlifeEmail()}">{$owner->forlifeEmail()}</a>
c6db254a 146 {/if}
0337d704 147 {/if}
148 </div>
0337d704 149 {/if}
5f8ad70d 150 {if count($phones) > 0}
9533d793 151 <div style="float: right">
68f988a8 152 {display_phones tels=$phones dcd=$profile->isDead()}
9533d793 153 </div>
6261a1b5 154 {/if}
03a6316f 155 <div class='spacer'></div>
156 </div>
157 {/if}
5f8ad70d 158
03a6316f 159 <div class='formation'>
68f988a8 160 {foreach from=$profile->nationalities() item=nat}
5f8ad70d
RB
161 <img src='images/flags/{$nat}.gif' alt='{$nat}' height='11' title='{$nat}' />&nbsp;
162 {/foreach}
163
68f988a8 164 {$profile->promo()}
5f8ad70d 165
68f988a8
RB
166 {if $logged && $profile->mentor_expertise}
167 [<a href="referent/{$profile->hrid()}" class='popup2'>Ma fiche référent</a>]
03a6316f 168 {/if}
5f8ad70d 169
bdce9ed9 170 {assign var=educations value=$profile->getEducations(32)}
5f8ad70d 171 {if count($educations) > 0}
c7eac294
SJ
172 &nbsp;-&nbsp;Formation&nbsp;:
173 <ul>
5f8ad70d 174 {foreach from=$educations item=edu}
2ab391bc 175 <li>{display_education edu=$edu profile=$profile}</li>
c7eac294
SJ
176 {/foreach}
177 </ul>
03a6316f 178 {/if}
5f8ad70d 179
68f988a8 180 {assign var=corps value=$profile->getCorps()}
5f8ad70d
RB
181 {if $corps && ($corps->current || $corps->original)}
182 <ul>
183 {if $corps->current}
fc6e024d 184 <li>Corps actuel&nbsp;: {$corps->current_name} {$corps->current_rank}</li>
5f8ad70d
RB
185 {/if}
186 {if $corps->original}
fc6e024d 187 <li>Corps d'origine&nbsp;: {$corps->original_name}</li>
5f8ad70d
RB
188 {/if}
189 </ul>
078dc884 190 {/if}
5f8ad70d 191
03a6316f 192 </div>
193 </div>
5f8ad70d 194
68f988a8 195 {assign var=addr value=$profile->getAddresses(3)}
5f8ad70d 196 {if count($addr) > 0}
03a6316f 197 <div class="part">
e8439508 198 <h2>Contact&nbsp;: </h2>
68f988a8 199 {if $profile->isDead()}
44c7ed76
SJ
200 {assign var=address_name value="Dernière adresse"}
201 {else}
202 {assign var=address_name value="Adresse"}
203 {/if}
5f8ad70d
RB
204 {foreach from=$addr item="address" name=addresses}
205 {if $smarty.foreach.addresses.iteration is even}
6261a1b5 206 {assign var=pos value="right"}
207 {else}
208 {assign var=pos value="left"}
209 {/if}
5f8ad70d 210 {if $address->hasFlag('current')}
44c7ed76 211 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" actuelle&nbsp;:"
68f988a8 212 for="`$profile->firstname` `$profile->lastname`" pos=$pos}
5f8ad70d 213 {elseif $address->hasFlag('secondary')}
44c7ed76 214 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" secondaire&nbsp;:"
68f988a8 215 for="`$profile->firstname` `$profile->lastname`" pos=$pos}
03a6316f 216 {else}
44c7ed76 217 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" principale&nbsp;:"
68f988a8 218 for="`$profile->firstname` `$profile->lastname`" pos=$pos}
03a6316f 219 {/if}
5f8ad70d 220 {if $smarty.foreach.addresses.iteration is even}<div class="spacer"></div>{/if}
03a6316f 221 {/foreach}
222 </div>
0337d704 223 {/if}
5f8ad70d 224
68f988a8 225 {assign var=jobs value=$profile->getJobs(2)}
5f8ad70d 226 {if count($jobs) > 0}
03a6316f 227 <div class="part">
e8439508 228 <h2>Informations professionnelles&nbsp;:</h2>
5f8ad70d 229 {foreach from=$jobs item="job" key="i"}
16f20f22 230 {if $i neq 0}<hr />{/if}
5f8ad70d 231 {include file="include/emploi.tpl" job=$job}
413b6645 232 {assign var=phones value=$job->phones()}
5f8ad70d 233 {if $job->address()}
413b6645
SJ
234 {include file="geoloc/address.tpl" address=$job->address() titre="Adresse&nbsp;: " for=$job->company->name pos="left" phones=$phones}
235 {elseif $phones}
236 {display_phones tels=$phones}
5f8ad70d 237 {/if}
16f20f22 238 <div class="spacer">&nbsp;</div>
03a6316f 239 {/foreach}
240 </div>
0337d704 241 {/if}
5f8ad70d 242
68f988a8 243 {assign var=medals value=$profile->getMedals()}
5f8ad70d
RB
244 {if count($medals) > 0}
245 <div class="part">
246 <h2>Distinctions&nbsp;: </h2>
247 {foreach from=$medals item=m}
248 <div class="medal_frame">
249 <img src="profile/medal/thumb/{$m.mid}" height="50px" alt="{$m.text}" title="{$m.text}" style='float: left;' />
250 <div class="medal_text">
251 {$m.text}<br />{$m.grade}
252 </div>
03a6316f 253 </div>
5f8ad70d
RB
254 {/foreach}
255 <div class="spacer">&nbsp;</div>
03a6316f 256 </div>
0337d704 257 {/if}
5f8ad70d 258
68f988a8 259 {if $logged && $profile->cv}
03a6316f 260 <div class="part">
e8439508 261 <h2>Curriculum Vitae&nbsp;:</h2>
68f988a8 262 {$profile->cv|miniwiki:title|smarty:nodefaults}
03a6316f 263 </div>
0337d704 264 {/if}
5f8ad70d 265
24f4c06a 266 {if $view eq 'public'}
03a6316f 267 <div class="part">
581c3341 268 <small>
03a6316f 269 Cette fiche est publique et visible par tout internaute,<br />
68f988a8 270 vous pouvez aussi voir <a href="profile/private/{$profile->hrid()}?display=light">celle&nbsp;réservée&nbsp;aux&nbsp;X</a>.
581c3341 271 </small>
03a6316f 272 </div>
24f4c06a
FB
273 {elseif $view eq 'ax'}
274 <div class="part">
275 <small>
276 Cette fiche est privée et ne recense que les informations transmises à l'AX.
277 </small>
278 </div>
0337d704 279 {/if}
5f8ad70d 280
03a6316f 281 <div class="spacer"></div>
282</div>
0337d704 283
a7de4ef7 284{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}