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