calendrier iCal des anniversaires
[platal.git] / templates / profil / general.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2004 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
24{include file="applis.js.tpl"}
25<div class="blocunite_tab">
26 <table class="bicol" cellspacing="0" cellpadding="0"
27 summary="Profil : Informations générales">
28 <tr>
29 <th colspan="2">
30 Informations générales
31 </th>
32 </tr>
33 <tr>
34 <td colspan="2" class="pflags">
35 <table class="flags" cellspacing="0" summary="Flags">
36 <tr>
37 <td class="vert">
38 <input type="checkbox" disabled="disabled" checked="checked" />
39 </td>
40 <td class="texte">
41 site public
42 </td>
43 </tr>
44 </table>
45 </td>
46 </tr>
47 <tr>
48 <td class="colg">
49 <span class="titre">Nom</span>
50 <span class="comm"></span>
51 </td>
52 <td class="cold">
53 <input type='text' name='nom' value="{$nom}" />
54 </td>
55 </tr>
56 <tr>
57 <td class="colg">
58 <span class="titre">Prénom</span>
59 <span class="comm"></span>
60 </td>
61 <td class="cold">
62 <input type='text' name='prenom' value="{$prenom}" />
63 </td>
64 </tr>
65 <tr>
66 <td class="colg">
67 <span class="titre">Promotion</span>
68 </td>
69 <td class="cold">
70 <span class="nom">X{$promo}{if ($promo != $promo_sortie - 3)} - X{math equation="a - b" a=$promo_sortie b=3}{/if}</span>
71 <span class="lien"><a href="orange.php">modifier</a>{if ($promo_sortie -3 == $promo)} pour les oranges{/if}</span>
72 </td>
73 </tr>
74 <tr>
75 <td class="colg">
76 <span class="titre">Nom d'usage</span><br />
77 {if $smarty.session.sexe}
78 <span class="comm">(Notamment nom d'épouse)</span>
79 {else}
80 <span class="comm">(si différent de {$nom} seulement)</span>
81 {/if}
82 </td>
83 <td class="cold">
84 <span class="nom">{$nom_usage|default:"Aucun"}</span>
85 <span class="lien"><a href="nomusage.php">modifier</a></span>
86 </td>
87 </tr>
88 <tr>
89 <td class="colg">
90 <span class="titre">Nationalité</span>
91 </td>
92 <td class="cold">
93 <select name="nationalite">
94 {select_nat valeur=$nationalite}
95 </select>
96 </td>
97 </tr>
98 <tr>
99 <td class="colg">
100 <span class="titre">Application</span><br />
101 <span class="comm">(4ème année de l'X)</span>
102 </td>
103 <td class="cold">
104 <select name="appli_id1" onchange="fillType(this.form.appli_type1, this.selectedIndex-1);">
105 {applis_options selected=$appli_id1}
106 </select>
107 <br />
108 <select name="appli_type1">
109 <option value=""></option>
110 </select>
111 <script type="text/javascript">
112 <!--
113 fillType(document.forms.prof_annu.appli_type1, document.forms.prof_annu.appli_id1.selectedIndex-1);
114 selectType(document.forms.prof_annu.appli_type1, '{$appli_type1}');
115 //-->
116 </script>
117 </td>
118 </tr>
119 <tr>
120 <td class="dcolg">
121 <span class="titre">Post-application</span>
122 </td>
123 <td class="dcold">
124 <select name="appli_id2" onchange="fillType(this.form.appli_type2, this.selectedIndex-1);">
125 {applis_options selected=$appli_id2}
126 </select>
127 <br />
128 <select name="appli_type2">
129 <option value=""></option>
130 </select>
131 <script type="text/javascript">
132 <!--
133 fillType(document.forms.prof_annu.appli_type2, document.forms.prof_annu.appli_id2.selectedIndex-1);
134 selectType(document.forms.prof_annu.appli_type2, '{$appli_type2}');
135 //-->
136 </script>
137 </td>
138 </tr>
139 </table>
140</div>
141
142<div class="blocunite">
3b3e9d15 143 <table class="bicol" cellspacing="0" cellpadding="0"
144 summary="Profil : Informations générales">
145 <tr>
146 <th>
147 Synchronisation avec l'AX
148 </th>
149 </tr>
150 <tr>
237b6585 151 <td class="col">
3b3e9d15 152 Le service annuaire de l'<a href='http://www.polytechniciens.com'>AX</a> met à jour l'annuaire papier à partir des informations que tu lui envoies. Tu peux choisir ici de récupérer directement ces données pour l'annuaire en ligne.
153 </td>
154 </tr>
155 <tr>
156 <td class="col">
157 <table class="flags" cellspacing="0" summary="Flags">
158 <tr>
159 <td class="orange">
160 <input type="checkbox" name="synchro_ax" {if $synchro_ax}checked="checked" {/if}/>
161 </td>
162 <td class="texte">
163 Autoriser la synchronisation depuis l'AX.
164 </td>
165 </tr>
166 </table>
167 </td>
168 </tr>
169 </table>
170</div>
171
172<div class="blocunite">
0337d704 173 <table class="bicol" cellspacing="0" cellpadding="0"
174 summary="Profil: Trombinoscope">
175 <tr>
176 <th colspan="3">
177 Trombinoscope
178 </th>
179 </tr>
180 <tr>
181 <td class="col" colspan="3">
182 Pour profiter de cette fonction intéressante, tu dois disposer
183 quelque part (sur ton ordinateur ou sur Internet) d'une photo
184 d'identité (dans un fichier au format JPEG, PNG ou GIF).<br />
185 <div class="center">
186 <span class="lien">
187 <a href="trombino.php">Éditer ta photo</a>
188 </span>
189 </div>
190 </td>
191 </tr>
192 <tr>
193 <td class="col" colspan="3">
194 <table class="flags" cellspacing="0" summary="Flags">
195 <tr>
196 <td class="vert">
197 <input type="checkbox" name="photo_pub" {if $photo_pub eq 'public'}checked="checked" {/if}/>
198 </td>
199 <td class="texte">
200 site public
201 </td>
202 </tr>
203 </table>
204 <table cellspacing="0" cellpadding="0" summary="Trombinoscope">
205 <tr>
206 <td class="dcold">
207 Voilà la photo qui apparaîtra sur la fiche de ton profil{if $nouvellephoto} (tu viens
208 de changer ta photo, celle-ci correspond à ton ancien
209 profil car la nouvelle n'a pas encore été validée par un administrateur du site !
210 <a href="{"fiche.php"|url}?user={$smarty.session.forlife}&amp;modif=new" class="popup2">Ta fiche avec la nouvelle photo</a>)
211 {/if}.
212 </td>
213 <td class="dcolg">
214 <img src="getphoto.php?x={$smarty.session.forlife}" alt=" [ PHOTO ] " />
215 </td>
216 </tr>
217 </table>
218 </td>
219 </tr>
220 </table>
221</div>
222<div class="blocunite">
223 <table class="bicol" cellspacing="0" cellpadding="0"
224 summary="Profil: Divers">
225 <tr>
226 <th colspan="2">
227 Divers
228 </th>
229 </tr>
230 <tr>
231 <td colspan="2" class="pflags">
232 <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
233 <tr>
234 <td class="rouge">
235 <input type="checkbox" disabled="disabled" checked="checked" />
236 </td>
237 <td class="texte">
238 privé
239 </td>
240 </tr>
241 </table>
242 </td>
243 </tr>
244 <tr>
245 <td class="colg">
246 <span class="titre">Surnom</span>
247 </td>
248 <td class="cold">
249 <input type="text" size="35" maxlength="64" name="nickname" value="{$nickname}" />
250 </td>
251 </tr>
252 <tr>
253 <td colspan="2" class="pflags">
254 <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
255 <tr>
256 <td class="vert">
257 <input type="radio" name="mobile_pub" {if $mobile_pub eq 'public'}checked="checked"{/if} value='public' />
258 </td>
259 <td class="texte">
260 site public
261 </td>
262 <td class="orange">
263 <input type="radio" name="mobile_pub" {if $mobile_pub eq 'ax'}checked="checked"{/if} value='ax' />
264 </td>
265 <td class="texte">
266 transmis à l'AX
267 </td>
268 <td class="rouge">
269 <input type="radio" name="mobile_pub" {if $mobile_pub eq 'private'}checked="checked"{/if} value='private' />
270 </td>
271 <td class="texte">
272 privé
273 </td>
274 <td class="texte">
275 <a href="{"docs/faq.php"|url}#flags" class="popup_800x240">Quelle couleur ??</a>
276 </td>
277 </tr>
278 </table>
279 </td>
280 </tr>
281 <tr>
282 <td class="colg">
283 <span class="titre">Téléphone mobile</span>
284 </td>
285 <td class="cold">
286 <input type="text" size="18" maxlength="18" name="mobile"
287 value="{$mobile}" />
288 </td>
289 </tr>
290 <tr>
291 <td colspan="2" class="flags">
292 <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
293 <tr>
294 <td class="vert">
295 <input type="checkbox" name="web_pub" {if $web_pub eq 'public'}checked="checked"{/if} />
296 </td>
297 <td class="texte">
298 site public
299 </td>
300 <td class="texte">
301 <a href="{"docs/faq.php"|url}#flags" class="popup_800x240">Quelle couleur ??</a>
302 </td>
303 </tr>
304 </table>
305 </td>
306 </tr>
307 <tr>
308 <td class="dcolg">
309 <span class="titre">Page web Perso</span>
310 </td>
311 <td class="dcold">
312 <input type="text" size="35" maxlength="95" name="web"
313 value="{$web}" />
314 </td>
315 </tr>
316 <tr>
317 <td colspan="2" class="pflags">
318 <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
319 <tr>
320 <td class="vert">
321 <input type="checkbox" name="freetext_pub" {if $freetext_pub eq 'public'}checked="checked"{/if} />
322 </td>
323 <td class="texte">
324 site public
325 </td>
326 <td class="texte">
327 <a href="{"docs/faq.php"|url}#flags" class="popup_800x240">Quelle couleur ??</a>
328 </td>
329 </tr>
330 </table>
331 </td>
332 </tr>
333 <tr>
334 <td class="dcolg">
335 <span class="titre">Complément libre</span>
336 <span class="comm">Commentaire? ICQ? etc...</span>
337 </td>
338 <td class="dcold">
339 <textarea name="freetext" rows="3" cols="29" >{$freetext}</textarea>
340 </td>
341 </tr>
342 </table>
343</div>
344
345{* vim:set et sw=2 sts=2 sws=2: *}