#689: Fix the profile edition link when the profile is shown on
[platal.git] / templates / profile / profile.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2007 Polytechnique.org                             *}
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}
24 <script type="text/javascript">//<![CDATA[
25 function chgMainWinLoc(strPage)
26 {
27   strPage = platal_baseurl + strPage;
28   if (parent.opener) {
29     try {
30       parent.opener.document.location = strPage;
31       window.close();
32     } catch(e) {
33       window.open(strPage);
34     }
35   } else {
36     document.location = strPage;
37   }
38 }
39 //]]></script>
40 {/literal}
41
42 {if $logged and $x.forlife eq $smarty.session.forlife}
43 [<a href="javascript:chgMainWinLoc('profile/edit')">Modifier ma fiche</a>]
44 {/if}
45
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}
53         {if $x.nickname} (alias {$x.nickname}){/if}&nbsp;
54         <a href="vcard/{$x.forlife}.vcf">{*
55           *}{icon name=vcard title="Afficher la carte de visite"}</a>
56         {if !$x.is_contact}
57         <a href="javascript:chgMainWinLoc('carnet/contacts?action=ajouter&amp;user={$x.forlife}')">
58           {icon name=add title="Ajouter à mes contacts"}</a>
59         {else}
60         <a href="javascript:chgMainWinLoc('carnet/contacts?action=retirer&amp;user={$x.forlife}')">
61           {icon name=cross title="Retirer de mes contacts"}</a>
62         {/if}
63         {if $smarty.session.perms->hasFlag('admin')}
64         <a href="javascript:chgMainWinLoc('admin/user/{$x.forlife}')">
65           {icon name=wrench title="administrer user"}</a>
66         {/if}
67         {/if}
68       </div>
69       {if $logged}
70       <div class='maj'>
71         Fiche mise à jour<br />
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}
80           Décédé{if $x.sexe}e{/if} le {$x.deces|date_format}
81           {elseif !$x.actif}
82           Ce camarade n'a plus d'adresse redirection valide,<br />
83           <a href="marketing/broken/{$x.forlife}" class="popup">clique ici si tu connais son adresse email !</a>
84           {elseif !$x.inscrit}
85           Cette personne n'est pas inscrite à Polytechnique.org,<br />
86           <a href="marketing/public/{$x.user_id}" class="popup">clique ici si tu connais son adresse email !</a>
87           {else}
88           {if $virtualalias}
89           <a href="mailto:{$virtualalias}">{$virtualalias}</a><br />
90           {/if}
91           <a href="mailto:{$x.bestalias}@{#globals.mail.domain#}">{$x.bestalias}@{#globals.mail.domain#}</a>
92           {if $x.bestalias neq $x.forlife}<br />
93           <a href="mailto:{$x.forlife}@{#globals.mail.domain#}">{$x.forlife}@{#globals.mail.domain#}</a>
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}
106         <img src='images/flags/{$x.iso3166}.gif' alt='{$x.nationalite}' height='11' title='{$x.nationalite}' />&nbsp;
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}
117         [<a href="referent/{$x.forlife}" class='popup2'>Ma fiche référent</a>]
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}
130       {if $x.freetext}<div><em class="intitule">Commentaires : </em><br /><span>{$x.freetext|smarty:nodefaults}</span></div>{/if}
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}
139         {include file="geoloc/address.tpl" address=$address titre_div=true titre="Mon adresse actuelle :"
140                  for="`$x.prenom` `$x.nom`"}
141         {elseif $address.secondaire}
142         {include file="geoloc/address.tpl" address=$address titre_div=true titre="Adresse secondaire :"
143                  for="`$x.prenom` `$x.nom`"}
144         {else}
145         {include file="geoloc/address.tpl" address=$address titre_div=true titre="Adresse principale :"
146                  for="`$x.prenom` `$x.nom`"}
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}
159       {include file="geoloc/address.tpl" address=$address titre="Adresse : " for=$address.entreprise}
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>
173             <img src="images/medals/{$m.img}" width="24" alt="{$m.medal}" title="{$m.medal}" style='float: left;' />
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>
191       {$x.cv|smarty:nodefaults}
192     </td>
193   </tr>
194   {/if}
195   {/if}
196 {if !$logged}
197 <tr><td colspan="2">Cette fiche est publique et visible par tout internaute,<br />
198 vous pouvez aussi voir <a href="profile/private/{$x.forlife}?display=light">celle&nbsp;réservée&nbsp;aux&nbsp;X</a>.
199 </td></tr>
200 {/if}
201
202 </table>
203
204 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}