use of display_name instead of prenom nom
[platal.git] / templates / profile / general.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 <table class="bicol" style="margin-bottom: 1em"
24   summary="Profil&nbsp;: Informations générales">
25   <tr>
26     <th colspan="2">
27       <div class="flags" style="float: left">
28         <input type="checkbox" disabled="disabled" checked="checked" />
29         {icon name="flag_green" title="site public"}
30       </div>
31       Informations générales
32     </th>
33   </tr>
34   <tr>
35     <td>
36       <span class="titre">Nom</span><br/>
37     </td>
38     <td>
39       {$nom}
40       <input type='hidden' name='nom' {if $errors.nom}class="error"{/if} value="{$nom}" />
41     </td>
42   </tr>
43   <tr>
44     <td>
45       <span class="titre">Prénom</span><br/>
46     </td>
47     <td>
48       {$prenom}
49       <input type='hidden' name='prenom' {if $errors.prenom}class="error"{/if} value="{$prenom}" />
50     </td>
51   </tr>
52   <tr>
53     <td>
54       <span class="titre">Affichage de ton nom</span>
55     </td>
56     <td>
57       {if $tooltip_name}<span title="{$tooltip_name}" class="hint">{$display_name}</span>{else}{$display_name}{/if}
58       <a href="profile/edit#names_advanced" onclick="$('#names_advanced').show();$(this).hide();document.location = document.location + '#names_advanced';return false">
59         {icon name="page_edit" title="Plus de détail"}
60       </a>
61     </td>
62   </tr>
63   <tr>
64     <td>
65       <span class="titre">Promotion</span>
66     </td>
67     <td>
68       <span class="nom">X{$promo}{if ($promo != $promo_sortie - 3)} - X{math equation="a - b" a=$promo_sortie b=3}{/if}</span>
69       <span class="lien"><a href="profile/orange" {if ($promo_sortie -3 == $promo)} {popup text="pour les oranges"}{/if}>{icon name="page_edit" title="modifier"}</a></span>
70     </td>
71   </tr>
72   <tr>
73     <td class="titre">Date de naissance</td>
74     <td><input type="text" {if $errors.naissance}class="error"{/if} name="naissance" value="{$naissance}" /></td>
75   </tr>
76   <tr>
77     <td>
78       <span class="titre">Nationalité</span>
79     </td>
80     <td>
81       <select name="nationalite">
82         {select_nat valeur=$nationalite}
83       </select>
84     </td>
85   </tr>
86   <tr class="pair">
87     <td>
88       <span class="titre">Application</span><br />
89       <span class="comm">(4e année de l'X)</span>
90     </td>
91     <td>
92       <select name="appli1[id]" onchange="fillType(this.form['appli1[type]'], this.selectedIndex-1);">
93         {applis_options selected=$appli1.id}
94       </select>
95       <br />
96       <input type="hidden" name="appli1_tmp" value="{$appli1.type}" />
97       <select name="appli1[type]">
98         <option value=""></option>
99       </select>
100     </td>
101   </tr>
102   <tr class="pair">
103     <td>
104       <span class="titre">Post-application</span>
105     </td>
106     <td>
107       <select name="appli2[id]" onchange="fillType(this.form['appli2[type]'], this.selectedIndex-1);">
108         {applis_options selected=$appli2.id}
109       </select>
110       <br />
111       <input type="hidden" name="appli2_tmp" value="{$appli2.type}" />
112       <select name="appli2[type]">
113         <option value=""></option>
114       </select>
115     </td>
116   </tr>
117   <tr class="pair">
118     <td class="center" colspan="2">
119       <small>Si ta formation ne figure pas dans la liste,
120       <a href="mailto:support@{#globals.mail.domain#}">contacte-nous</a>.</small>
121     </td>
122   </tr>
123  </table>
124
125 <table class="bicol" style="margin-bottom: 1em;display:none"
126   summary="Profil : Noms" id="names_advanced">
127   <tr>
128     <th colspan="2">
129       Noms
130     </th>
131   </tr>
132   <tr class="impair">
133     <td>
134       <span class="flags">
135         <input type="checkbox" checked="checked" disabled="disabled" />
136         {icon name="flag_green" title="site public"}
137       </span>&nbsp;
138       <span class="titre">Affichage courant de ton nom</span>
139       <a class="popup3" href="Xorg/Profil#name_displayed">{icon name="information" title="aide"}</a>
140     </td>
141     <td>
142       <input type="text" name="display_name" value="{$display_name}" size="40"/>
143     </td>
144   </tr>
145   <tr class="impair">
146     <td>
147       <span class="titre">explication</span>
148       <a class="popup3" href="Xorg/Profil#name_tooltip">{icon name="information" title="aide"}</a>
149     </td>
150     <td>
151       <input type="text" name="tooltip_name" value="{$tooltip_name}" size="40"/>
152     </td>
153   </tr>
154   <tr class="impair">
155     <td>
156       <span class="titre">ranger ce nom à</span>
157       <a class="popup3" href="Xorg/Profil#name_order">{icon name="information" title="aide"}</a>
158     </td>
159     <td>
160       <input type="text" name="sort_name" value="{$sort_name}" size="40"/>
161     </td>
162   </tr>
163   <tr class="impair">
164     <td>
165       <span class="flags">
166         <input type="checkbox" checked="checked" disabled="disabled" />
167         {icon name="flag_red" title="privé"}
168       </span>&nbsp;
169       <span class="titre">Comment on doit t'appeller</span>
170       <a class="popup3" href="Xorg/Profil#name_yourself">{icon name="information" title="aide"}</a>
171     </td>
172     <td>
173       <input type="text" name="yourself" value="{$yourself}" size="40"/>
174     </td>
175   </tr>
176   <tr class="impair">
177     <td colspan="2">
178       <span class="titre">Recherche</span><span class="smaller">, ta fiche apparaît quand on cherche un de ces noms</span>
179       <a class="popup3" href="Xorg/Profil#name_search">{icon name="information" title="aide"}</a>
180       {iterate from=$search_names item="sn"}
181       <div id="search_name_{$sn.sn_id}" style="padding:2px" class="center">
182         {include file="profile/general.searchname.tpl" i=$sn.sn_id sn=$sn}
183       </div>
184       {/iterate}
185       <div id="add_search_name" class="center" style="clear: both">
186         <a href="javascript:addSearchName()">
187           {icon name=add title="Ajouter un nom de recherche"} Ajouter un nom
188         </a>
189       </div>
190     </td>
191 </table>
192
193 {if !$no_private_key}
194 <table class="bicol"  style="margin-bottom: 1em"
195   summary="Profil&nbsp;: Informations générales">
196   <tr>
197     <th>
198       Synchronisation avec l'AX
199     </th>
200   </tr>
201   <tr>
202     <td class="flags">
203       <input type="checkbox" name="synchro_ax" {if $synchro_ax}checked="checked" {/if}/>
204       {icon name="flag_orange" title="transmis à l'AX"}
205       <span class="texte">
206         Autoriser la synchronisation vers l'AX par des administrateurs ou des scripts automatiques.
207       </span>
208     </td>
209   </tr>
210   <tr>
211     <td>
212       <p>
213         Le service annuaire de l'<a href='http://www.polytechniciens.com'>AX</a> met à jour l'annuaire papier à partir des informations que tu lui fournis. Tu peux choisir ici d'envoyer directement les données de ta fiche Polytechnique.org vers ta <a href="http://www.polytechniciens.com/?page=AX_FICHE_ANCIEN&amp;anc_id={$matricule_ax}">fiche AX</a>.
214       </p>
215       <p>
216         L'opération de synchronisation prend en compte toutes les informations que tu as marquées comme transmises à l'AX (en orange ou en vert). Elle peut alors effacer, modifier ou rajouter des informations sur ta <a href="http://www.polytechniciens.com/?page=AX_FICHE_ANCIEN&amp;anc_id={$matricule_ax}">fiche AX</a> selon ce qui s'y trouve déjà.
217       </p>
218       <p class="center">
219         <a href="profile/edit/general?synchro_ax=confirm" onclick="return confirm('Es-tu sûr de vouloir lancer la synchronisation ?')"><input type="button" value="Synchroniser"/></a>
220       </p>
221     </td>
222   </tr>
223 </table>
224 {/if}
225
226 <table class="bicol"  style="margin-bottom: 1em"
227   summary="Profil: Trombinoscope">
228   <tr>
229     <th colspan="2">
230       <div class="flags" style="float: left">
231         <input type="checkbox" name="photo_pub" {if $photo_pub eq 'public'}checked="checked" {/if}/>
232         {icon name="flag_green" title="site public"}
233       </div>
234       Trombinoscope
235     </th>
236   </tr>
237   <tr>
238     <td {if !$nouvellephoto}colspan="2"{/if} class="center" style="width: 49%">
239       <div class="titre">Ta photo actuelle</div>
240       <img src="photo/{$smarty.session.forlife}" alt=" [ PHOTO ] " style="max-height: 250px; margin-top: 1em" />
241     </td>
242     {if $nouvellephoto}
243     <td class="center" style="width: 49%">
244       <div class="titre">Photo en attente de validation</div>
245       <div>
246         <a href="profile/{$smarty.session.forlife}?modif=new" class="popup2">
247           Ta fiche avec cette photo
248         </a>
249       </div>
250       <img src="photo/{$smarty.session.forlife}/req" alt=" [ PHOTO ] " style="max-height: 250px; margin-top: 1em" />
251     </td>
252     {/if}
253   </tr>
254   <tr class="pair">
255     <td colspan="2">
256       Pour profiter de cette fonction intéressante, tu dois disposer
257       quelque part (sur ton ordinateur ou sur Internet) d'une photo
258       d'identité (dans un fichier au format JPEG, PNG ou GIF).<br />
259       <div class="center">
260         <a href="photo/change">Éditer ta photo</a>
261       </div>
262     </td>
263   </tr>
264 </table>
265
266 <table class="bicol" style="margin-bottom: 1em"
267   summary="Profil: Divers">
268   <tr>
269     <th colspan="2">
270       Divers
271     </th>
272   </tr>
273   <tr>
274     <td colspan="2">
275       <span class="titre">Téléphones personnels</span>
276     </td>
277   </tr>
278   <tr>
279     <td colspan="2">
280       {foreach from=$tels key=telid item=tel}
281         <div id="tels_{$telid}" style="clear: both; padding-top: 4px; padding-bottom: 4px">
282           {include file="profile/phone.tpl" prefname='tels' prefid='tels' telid=$telid tel=$tel}
283         </div>
284       {/foreach}
285       {if $tels|@count eq 0}
286         <div id="tels_0" style="clear: both; padding-top: 4px; padding-bottom: 4px">
287           {include file="profile/phone.tpl" prefname='tels' preid='tels' telid=0 tel=0}
288         </div>
289       {/if}
290       <div id="tels_add" class="center" style="clear: both; padding-top: 4px;">
291         <a href="javascript:addTel('tels', 'tels');">
292           {icon name=add title="Ajouter un téléphone"}Ajouter un téléphone
293         </a>
294       </div>
295     </td>
296   </tr>
297   {if $email_error}
298     {include file="include/emails.combobox.tpl" name="email_directory" val=$email_directory_error error=$email_error}
299   {else}{include file="include/emails.combobox.tpl" name="email_directory" val=$email_directory error=$email_error}{/if}
300   <tr>
301     <td colspan="2">
302       <span class="titre">Messageries, networking et sites web</span>
303     </td>
304   </tr>
305   {foreach from=$networking item=network key=id}
306     {include file="profile/general.networking.tpl" nw=$network i=$id}
307   {/foreach}
308   <tr id="networking">
309     <script type="text/javascript">//<![CDATA[
310       var nw_list = new Array();
311       {foreach from=$network_list item=network}
312         nw_list['{$network.name}'] = {$network.type};
313       {/foreach}
314     //]]></script>
315     <td colspan="2">
316       <div id="nw_add" class="center">
317         <a href="javascript:addNetworking();">
318           {icon name=add title="Ajouter une adresse"} Ajouter une adresse
319         </a>
320       </div>
321     </td>
322   </tr>
323 <!--  <tr id="networking">
324     <td colspan="2">
325       <div style="float: left; width: 200px;">
326         <span class="titre" style="margin-left:1em;">Type à ajouter</span>
327       </div>
328       <div style="float: left;">
329         <div id="nw_type_ac" style="background-color: white; border: solid 1px black; position: absolute; width: 208px; display: none">TEST</div>
330         <input type="text" size="30" id="nw_type" name="nw_type" onkeyup="updateNetworking()">
331         <span id="nw_add" style="display: none">
332           <a href="javascript:addNetworking();">{icon name=add title="Ajouter cette adresse"}</a>
333         </span>
334       </div>
335     </td>
336   </tr>-->
337   <tr class="pair">
338     <td>
339       <div>
340         <span class="flags">
341           <input type="checkbox" name="freetext_pub" {if $freetext_pub eq 'public'}checked="checked"{/if} />
342           {icon name="flag_green" title="site public"}
343         </span>&nbsp;
344         <span class="titre">Commentaire</span>
345       </div>
346       <div class="smaller" style="margin-top: 30px">
347         <a href="wiki_help/notitle" class="popup3">
348           {icon name=information title="Syntaxe wiki"} Voir la syntaxe wiki autorisée
349         </a>
350         <div class="center">
351           <input type="submit" name="preview" value="Aperçu"
352                   onclick="previewWiki('freetext', 'ft_preview', true, 'ft_preview'); return false;" />
353         </div>
354       </div>
355     </td>
356     <td>
357       <div id="ft_preview" style="display: none"></div>
358       <textarea name="freetext" {if $errors.freetext}class="error"{/if}
359                 id="freetext" rows="8" cols="50" >{$freetext}</textarea>
360     </td>
361   </tr>
362 </table>
363
364 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}