Fix spelling and duplicated words
[platal.git] / templates / profile / profile.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5ddeb07c 3{* Copyright (C) 2003-2007 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
8b10988d 42{if $logged and $x.forlife eq $smarty.session.forlife}
e2f609cd 43[<a href="javascript:chgMainWinLoc('profile/edit')">Modifier ma fiche</a>]
a11e04a6 44{/if}
45
0337d704 46<table id="fiche" cellpadding="0" cellspacing="0">
47 <tr>
48 <td id="fiche_identite">
49 <div class="civilite">
50 {if $x.sexe}&bull;{/if}
51 {$x.prenom} {if $x.nom_usage eq ""}{$x.nom}{else}{$x.nom_usage} ({$x.nom}){/if}
52 {if $logged}
0fb07071 53 {if $x.nickname} (alias {$x.nickname}){/if}&nbsp;
7ac1ef77 54 <a href="vcard/{$x.forlife}.vcf">{*
55 *}{icon name=vcard title="Afficher la carte de visite"}</a>
0337d704 56 {if !$x.is_contact}
e2f609cd 57 <a href="javascript:chgMainWinLoc('carnet/contacts?action=ajouter&amp;user={$x.forlife}')">
a7de4ef7 58 {icon name=add title="Ajouter à mes contacts"}</a>
0337d704 59 {else}
e2f609cd 60 <a href="javascript:chgMainWinLoc('carnet/contacts?action=retirer&amp;user={$x.forlife}')">
2faf884e 61 {icon name=cross title="Retirer de mes contacts"}</a>
0337d704 62 {/if}
bf517daf 63 {if $smarty.session.perms->hasFlag('admin')}
e2f609cd 64 <a href="javascript:chgMainWinLoc('admin/user/{$x.forlife}')">
2faf884e 65 {icon name=wrench title="administrer user"}</a>
c6db254a 66 {/if}
0337d704 67 {/if}
68 </div>
69 {if $logged}
70 <div class='maj'>
a7de4ef7 71 Fiche mise à jour<br />
0337d704 72 le {$x.date|date_format}
73 </div>
74 {/if}
75 {if $logged || $x.mobile}
76 <div class="contact">
77 {if $logged}
78 <div class='email'>
79 {if $x.dcd}
a7de4ef7 80 Décédé{if $x.sexe}e{/if} le {$x.deces|date_format}
d9caac6f 81 {elseif !$x.actif}
82 Ce camarade n'a plus d'adresse redirection valide,<br />
555fde86 83 <a href="marketing/broken/{$x.forlife}" class="popup">clique ici si tu connais son adresse email !</a>
0337d704 84 {elseif !$x.inscrit}
a7de4ef7 85 Cette personne n'est pas inscrite à Polytechnique.org,<br />
fbc210fa 86 <a href="marketing/public/{$x.user_id}" class="popup">clique ici si tu connais son adresse email !</a>
0337d704 87 {else}
88 {if $virtualalias}
89 <a href="mailto:{$virtualalias}">{$virtualalias}</a><br />
90 {/if}
7d73bb7b 91 <a href="mailto:{$x.bestalias}@{#globals.mail.domain#}">{$x.bestalias}@{#globals.mail.domain#}</a>
2c326273 92 {if $x.bestalias neq $x.forlife}<br />
7d73bb7b 93 <a href="mailto:{$x.forlife}@{#globals.mail.domain#}">{$x.forlife}@{#globals.mail.domain#}</a>
0337d704 94 {/if}
95 {/if}
96 </div>
97 {/if}
98 <div class="mob">
99 {if $x.mobile}<em class="intitule">Mobile : </em>{$x.mobile}<br />{/if}
100 </div>
101 <div class='spacer'></div>
102 </div>
103 {/if}
104 <div class='formation'>
105 {if $x.iso3166}
7b2413f6 106 <img src='images/flags/{$x.iso3166}.gif' alt='{$x.nationalite}' height='11' title='{$x.nationalite}' />&nbsp;
0337d704 107 {/if}
108 X {$x.promo}
109 {if ($x.promo_sortie-3 > $x.promo)}
110 - X {math equation="a-b" a=$x.promo_sortie b=3}
111 {/if}
112 {if $x.applis_join}
113 &nbsp;-&nbsp;Formation&nbsp;: {$x.applis_join|smarty:nodefaults}
114 {/if}
115 {if $logged}
116 {if $x.is_referent}
a7de4ef7 117 [<a href="referent/{$x.forlife}" class='popup2'>Ma fiche référent</a>]
0337d704 118 {/if}
119 {/if}
120 </div>
121 </td>
122 <td rowspan="4" id='photo'>
123 {if $photo_url}<img alt="Photo de {$x.forlife}" src="{$photo_url}" width="{$x.x}" height="{$x.y}" />{/if}
124 {if $logged}
125 {if $x.section}<div><em class="intitule">Section : </em><span>{$x.section}</span></div>{/if}
126 {if $x.binets_join}<div><em class="intitule">Binet(s) : </em><span>{$x.binets_join}</span></div>{/if}
127 {if $x.gpxs_join}<div><em class="intitule">Groupe(s) X : </em><span>{$x.gpxs_join|smarty:nodefaults}</span></div>{/if}
128 {/if}
129 {if $x.web}<div><em class="intitule">Site Web : </em><a href="{$x.web}" class='popup'>{$x.web}</a></div>{/if}
60979eb7 130 {if $x.freetext}<div><em class="intitule">Commentaires : </em><br /><span>{$x.freetext|smarty:nodefaults}</span></div>{/if}
0337d704 131 </td>
132 </tr>
133 {if $x.adr}
134 <tr>
135 <td>
136 <h2>Contact : </h2>
137 {foreach from=$x.adr item="address" key="i"}
138 {if $address.active}
3641a0e6 139 {include file="geoloc/address.tpl" address=$address titre_div=true titre="Mon adresse actuelle :"
140 for="`$x.prenom` `$x.nom`"}
0337d704 141 {elseif $address.secondaire}
3641a0e6 142 {include file="geoloc/address.tpl" address=$address titre_div=true titre="Adresse secondaire :"
143 for="`$x.prenom` `$x.nom`"}
0337d704 144 {else}
3641a0e6 145 {include file="geoloc/address.tpl" address=$address titre_div=true titre="Adresse principale :"
146 for="`$x.prenom` `$x.nom`"}
0337d704 147 {/if}
148 {/foreach}
149 <div class="spacer">&nbsp;</div>
150 </td>
151 </tr>
152 {/if}
153 {if $x.adr_pro}
154 <tr>
155 <td>
156 <h2>Informations professionnelles :</h2>
157 {foreach from=$x.adr_pro item="address" key="i"}
158 {include file="include/emploi.tpl" address=$address}
3641a0e6 159 {include file="geoloc/address.tpl" address=$address titre="Adresse : " for=$address.entreprise}
0337d704 160 <div class="spacer">&nbsp;</div>
161 {/foreach}
162 </td>
163 </tr>
164 {/if}
165 {if $x.medals}
166 <tr>
167 <td>
168 <h2>Distinctions : </h2>
169 {foreach from=$x.medals item=m}
170 <table style="float: left; width: 33%;">
171 <tr>
172 <td>
7b2413f6 173 <img src="images/medals/{$m.img}" width="24" alt="{$m.medal}" title="{$m.medal}" style='float: left;' />
0337d704 174 </td>
175 <td>
176 <strong>{$m.medal}</strong>
177 <br />{$m.grade}
178 </td>
179 </tr>
180 </table>
181 {/foreach}
182 <div class="spacer">&nbsp;</div>
183 </td>
184 </tr>
185 {/if}
186 {if $logged}
187 {if $x.cv}
188 <tr>
189 <td>
190 <h2>Curriculum Vitae :</h2>
60979eb7 191 {$x.cv|smarty:nodefaults}
0337d704 192 </td>
193 </tr>
194 {/if}
195 {/if}
2862cfa7 196{if !$logged}
360ecb20 197<tr><td colspan="2">Cette fiche est publique et visible par tout internaute,<br />
198vous pouvez aussi voir <a href="profile/private/{$x.forlife}?display=light">celle&nbsp;réservée&nbsp;aux&nbsp;X</a>.
2862cfa7 199</td></tr>
200{/if}
0337d704 201
2862cfa7 202</table>
0337d704 203
a7de4ef7 204{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}