3b22ec3dc3f030d8819a092d38f1169a0bedbcd9
[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}" style="border-bottom: 1px dashed black;">{$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>
275       <span class="titre">Téléphone mobile</span>
276     </td>
277     <td>
278       <input type="text" size="18" maxlength="18" name="mobile"
279              {if $errors.mobile}class="error"{/if} value="{$mobile}" />
280       <span class="flags">
281         {include file="include/flags.radio.tpl" name="mobile_pub" val=$mobile_pub}
282       </span>
283     </td>
284   </tr>
285   <tr>
286     <td colspan="2">
287       <span class="titre">Messageries, networking et sites web</span>
288     </td>
289   </tr>
290   <tr id="networking">
291     <td>
292       <span class="titre" style="margin-left:1em;">Type à ajouter</span>
293     </td>
294     <td>
295       <select name="nw_type" onchange="updateNetworking()">
296         <option value=""></option>
297         {foreach from=$network_list item=network}
298           <option value="{$network.type}">{$network.name}</option>
299         {/foreach}
300       </select>
301       <span id="nw_add" style="display: none">
302         <a href="javascript:addNetworking();">{icon name=add title="Ajouter cette adresse"}</a>
303       </span>
304     </td>
305   </tr>
306   {foreach from=$networking item=network key=id}
307     {include file="profile/general.networking.tpl" nw=$network i=$id}
308   {/foreach}
309   <tr class="pair">
310     <td>
311       <div>
312         <span class="flags">
313           <input type="checkbox" name="freetext_pub" {if $freetext_pub eq 'public'}checked="checked"{/if} />
314           {icon name="flag_green" title="site public"}
315         </span>&nbsp;
316         <span class="titre">Commentaire</span>
317       </div>
318       <div class="smaller" style="margin-top: 30px">
319         <a href="wiki_help/notitle" class="popup3">
320           {icon name=information title="Syntaxe wiki"} Voir la syntaxe wiki autorisée
321         </a>
322         <div class="center">
323           <input type="submit" name="preview" value="Aperçu"
324                   onclick="previewWiki('freetext', 'ft_preview', true, 'ft_preview'); return false;" />
325         </div>
326       </div>
327     </td>
328     <td>
329       <div id="ft_preview" style="display: none"></div>
330       <textarea name="freetext" {if $errors.freetext}class="error"{/if}
331                 id="freetext" rows="8" cols="50" >{$freetext}</textarea>
332     </td>
333   </tr>
334 </table>
335
336 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}