Now processes broken addresses through the web site.
[platal.git] / templates / profile / profile.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 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">
54cabe90 44 {if $photo_url}<img alt="Photo de {$user->login()}" src="{$photo_url}" width="{$x.x}"/>{/if}
581c3341 45 {if $logged && ( $x.section|smarty:nodefaults || $x.binets_join|smarty:nodefaults || $x.gpxs_join|smarty:nodefaults)}
b11cf21e 46 <h2>À l'X...</h2>
e8439508 47 {if $x.section}<div><em class="intitule">Section&nbsp;: </em><span>{$x.section}</span></div>{/if}
b11cf21e
SJ
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}
03a6316f 52 {/if}
581c3341
FB
53 {if $x.freetext}
54 <h2>Commentaires&nbsp;:</h2>
55 <span>{$x.freetext|miniwiki|smarty:nodefaults}</span>
56 {/if}
03a6316f 57 </div>
58 <div id="fiche_identite" class="part">
59 <div class="civilite">
54cabe90
VZ
60 {if $user->isFemale()}&bull;{/if}
61 {$user->fullName()}{if $x.nom_usage neq ""} ({$x.nom}){/if}
03a6316f 62 {if $logged}
581c3341
FB
63 {if $x.nickname} (alias {$x.nickname}){/if}
64 {/if}
65 {if $x.web}&nbsp;<a href="{$x.web}">{icon name="world_go" title="Site Web"}</a>{/if}
66 {if $logged}
54cabe90 67 &nbsp;{if !$x.dcd}<a href="vcard/{$user->login()}.vcf">{*
5494e94d 68 *}{icon name=vcard title="Afficher la carte de visite"}</a>{/if}
03a6316f 69 {if !$x.is_contact}
54cabe90 70 <a href="javascript:chgMainWinLoc('carnet/contacts?action=ajouter&amp;user={$user->login()}&amp;token={xsrf_token}')">
03a6316f 71 {icon name=add title="Ajouter à mes contacts"}</a>
72 {else}
54cabe90 73 <a href="javascript:chgMainWinLoc('carnet/contacts?action=retirer&amp;user={$user->login()}&amp;token={xsrf_token}')">
03a6316f 74 {icon name=cross title="Retirer de mes contacts"}</a>
75 {/if}
908db125 76 {if hasPerm('admin')}
54cabe90 77 <a href="javascript:chgMainWinLoc('admin/user/{$user->login()}')">
03a6316f 78 {icon name=wrench title="administrer user"}</a>
79 {/if}
54cabe90 80 {if $user->login() eq $smarty.session.hruid}
581c3341
FB
81 <a href="javascript:chgMainWinLoc('profile/edit')">{icon name="user_edit" title="Modifier ma fiche"}</a>
82 {/if}
03a6316f 83 {/if}
84 </div>
85 {if $logged}
86 <div class='maj'>
87 Fiche mise à jour<br />
88 le {$x.date|date_format}
89 </div>
90 {/if}
91 {if $logged || $x.mobile}
92 <div class="contact">
93 {if $logged}
94 <div class='email'>
95 {if $x.dcd}
54cabe90 96 Décédé{if $user->isFemale()}e{/if} le {$x.deces|date_format}
03a6316f 97 {elseif !$x.actif}
862210cd 98 Ce{if $c.sexe}tte{/if} camarade n'a plus d'adresse de redirection valide,<br />
54cabe90 99 <a href="marketing/broken/{$user->login()}" class="popup">clique ici si tu connais son adresse email !</a>
03a6316f 100 {elseif !$x.inscrit}
101 Cette personne n'est pas inscrite à Polytechnique.org,<br />
54cabe90 102 <a href="marketing/public/{$user->login()}" class="popup">clique ici si tu connais son adresse email !</a>
0337d704 103 {else}
03a6316f 104 {if $virtualalias}
105 <a href="mailto:{$virtualalias}">{$virtualalias}</a><br />
0337d704 106 {/if}
54cabe90
VZ
107 <a href="mailto:{$user->bestEmail()}">{$user->bestEmail()}</a>
108 {if $user->bestEmail() neq $user->forlifeEmail()}<br />
109 <a href="mailto:{$user->forlifeEmail()}">{$user->forlifeEmail()}</a>
c6db254a 110 {/if}
0337d704 111 {/if}
112 </div>
0337d704 113 {/if}
6261a1b5 114 {if $x.mobile}
03a6316f 115 <div class="mob">
44c7ed76 116 <em class="intitule">{if $x.dcd}Dernier m{else}M{/if}obile&nbsp;: </em>{$x.mobile}
0337d704 117 </div>
6261a1b5 118 {/if}
03a6316f 119 <div class='spacer'></div>
120 </div>
121 {/if}
122 <div class='formation'>
123 {if $x.iso3166}
124 <img src='images/flags/{$x.iso3166}.gif' alt='{$x.nationalite}' height='11' title='{$x.nationalite}' />&nbsp;
0337d704 125 {/if}
54cabe90
VZ
126 X {$user->promo()}
127 {if $x.promo_sortie && ($x.promo_sortie-3 > $x.promo)}
03a6316f 128 - X {math equation="a-b" a=$x.promo_sortie b=3}
129 {/if}
130 {if $x.applis_join}
131 &nbsp;-&nbsp;Formation&nbsp;: {$x.applis_join|smarty:nodefaults}
0337d704 132 {/if}
03a6316f 133 {if $logged && $x.is_referent}
54cabe90 134 [<a href="referent/{$user->login()}" class='popup2'>Ma fiche référent</a>]
03a6316f 135 {/if}
136 </div>
137 </div>
0337d704 138 {if $x.adr}
03a6316f 139 <div class="part">
e8439508 140 <h2>Contact&nbsp;: </h2>
44c7ed76
SJ
141 {if $x.dcd}
142 {assign var=address_name value="Dernière adresse"}
143 {else}
144 {assign var=address_name value="Adresse"}
145 {/if}
94c4f7a1
FB
146 {foreach from=$x.adr item="address" name=adresses}
147 {if $smarty.foreach.adresses.iteration is even}
6261a1b5 148 {assign var=pos value="right"}
149 {else}
150 {assign var=pos value="left"}
151 {/if}
03a6316f 152 {if $address.active}
44c7ed76 153 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" actuelle&nbsp;:"
6261a1b5 154 for="`$x.prenom` `$x.nom`" pos=$pos}
03a6316f 155 {elseif $address.secondaire}
44c7ed76 156 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" secondaire&nbsp;:"
6261a1b5 157 for="`$x.prenom` `$x.nom`" pos=$pos}
03a6316f 158 {else}
44c7ed76 159 {include file="geoloc/address.tpl" address=$address titre_div=true titre=$address_name|@cat:" principale&nbsp;:"
6261a1b5 160 for="`$x.prenom` `$x.nom`" pos=$pos}
03a6316f 161 {/if}
94c4f7a1 162 {if $smarty.foreach.adresses.iteration is even}<div class="spacer"></div>{/if}
03a6316f 163 {/foreach}
164 </div>
0337d704 165 {/if}
166 {if $x.adr_pro}
03a6316f 167 <div class="part">
e8439508 168 <h2>Informations professionnelles&nbsp;:</h2>
03a6316f 169 {foreach from=$x.adr_pro item="address" key="i"}
16f20f22 170 {if $i neq 0}<hr />{/if}
171 {include file="include/emploi.tpl" address=$address}
e8439508 172 {include file="geoloc/address.tpl" address=$address titre="Adresse&nbsp;: " for=$address.entreprise pos="left"}
16f20f22 173 <div class="spacer">&nbsp;</div>
03a6316f 174 {/foreach}
175 </div>
0337d704 176 {/if}
177 {if $x.medals}
03a6316f 178 <div class="part">
e8439508 179 <h2>Distinctions&nbsp;: </h2>
03a6316f 180 {foreach from=$x.medals item=m}
181 <div class="medal_frame">
bd6a5fe3 182 <img src="profile/medal/thumb/{$m.id}" height="50px" alt="{$m.medal}" title="{$m.medal}" style='float: left;' />
03a6316f 183 <div class="medal_text">
184 {$m.medal}<br />{$m.grade}
185 </div>
186 </div>
187 {/foreach}
188 <div class="spacer">&nbsp;</div>
6261a1b5 189 </div>
0337d704 190 {/if}
03a6316f 191 {if $logged && $x.cv}
192 <div class="part">
e8439508 193 <h2>Curriculum Vitae&nbsp;:</h2>
794feea7 194 {$x.cv|miniwiki:title|smarty:nodefaults}
03a6316f 195 </div>
0337d704 196 {/if}
24f4c06a 197 {if $view eq 'public'}
03a6316f 198 <div class="part">
581c3341 199 <small>
03a6316f 200 Cette fiche est publique et visible par tout internaute,<br />
54cabe90 201 vous pouvez aussi voir <a href="profile/private/{$user->login()}?display=light">celle&nbsp;réservée&nbsp;aux&nbsp;X</a>.
581c3341 202 </small>
03a6316f 203 </div>
24f4c06a
FB
204 {elseif $view eq 'ax'}
205 <div class="part">
206 <small>
207 Cette fiche est privée et ne recense que les informations transmises à l'AX.
208 </small>
209 </div>
0337d704 210 {/if}
03a6316f 211 <div class="spacer"></div>
212</div>
0337d704 213
a7de4ef7 214{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}