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