first reimport from platal
[platal.git] / templates / profil / general.tpl
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">
143   <table class="bicol" cellspacing="0" cellpadding="0"
144     summary="Profil: Trombinoscope">
145     <tr>
146       <th colspan="3">
147         Trombinoscope
148       </th>
149     </tr>
150     <tr>
151       <td class="col" colspan="3">
152         Pour profiter de cette fonction intéressante, tu dois disposer 
153         quelque part (sur ton ordinateur ou sur Internet) d'une photo
154         d'identité (dans un fichier au format JPEG, PNG ou GIF).<br />
155         <div class="center">
156           <span class="lien">
157             <a href="trombino.php">Éditer ta photo</a>
158           </span>
159         </div>
160       </td>
161     </tr>
162     <tr>
163       <td class="col" colspan="3">
164         <table class="flags" cellspacing="0" summary="Flags">
165           <tr>
166             <td class="vert">
167               <input type="checkbox" name="photo_pub" {if $photo_pub eq 'public'}checked="checked" {/if}/>
168             </td>
169             <td class="texte">
170               site public
171             </td>
172           </tr>
173         </table>
174         <table cellspacing="0" cellpadding="0" summary="Trombinoscope">
175           <tr>
176             <td class="dcold">
177               Voilà la photo qui apparaîtra sur la fiche de ton profil{if $nouvellephoto} (tu viens
178               de changer ta photo, celle-ci correspond à ton ancien
179               profil car la nouvelle n'a pas encore été validée par un administrateur du site !
180               <a href="{"fiche.php"|url}?user={$smarty.session.forlife}&amp;modif=new" class="popup2">Ta fiche avec la nouvelle photo</a>)
181               {/if}.
182             </td>
183             <td class="dcolg">
184               <img src="getphoto.php?x={$smarty.session.forlife}" alt=" [ PHOTO ] " />
185             </td>
186           </tr>
187         </table>
188       </td>
189     </tr>
190   </table>
191 </div>
192 <div class="blocunite">
193   <table class="bicol" cellspacing="0" cellpadding="0"
194     summary="Profil: Divers">
195     <tr>
196       <th colspan="2">
197         Divers
198       </th>
199     </tr>
200     <tr>
201       <td colspan="2" class="pflags">
202         <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
203           <tr>
204             <td class="rouge">
205               <input type="checkbox" disabled="disabled" checked="checked" />
206             </td>
207             <td class="texte">
208               privé
209             </td>
210           </tr>
211         </table>
212       </td>
213     </tr>
214     <tr>
215       <td class="colg">
216         <span class="titre">Surnom</span>
217       </td>
218       <td class="cold">
219         <input type="text" size="35" maxlength="64" name="nickname" value="{$nickname}" />
220       </td>
221     </tr>
222     <tr>
223       <td colspan="2" class="pflags">
224         <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
225           <tr>
226             <td class="vert">
227               <input type="radio" name="mobile_pub" {if $mobile_pub eq 'public'}checked="checked"{/if} value='public' />
228             </td>
229             <td class="texte">
230               site public
231             </td>
232             <td class="orange">
233               <input type="radio" name="mobile_pub" {if $mobile_pub eq 'ax'}checked="checked"{/if} value='ax' />
234             </td>
235             <td class="texte">
236               transmis à l'AX
237             </td>
238             <td class="rouge">
239               <input type="radio" name="mobile_pub" {if $mobile_pub eq 'private'}checked="checked"{/if} value='private' />
240             </td>
241             <td class="texte">
242               privé
243             </td>
244             <td class="texte">
245               <a href="{"docs/faq.php"|url}#flags" class="popup_800x240">Quelle couleur ??</a>
246             </td>
247           </tr>
248         </table>
249       </td>
250     </tr>
251     <tr>
252       <td class="colg">
253         <span class="titre">Téléphone mobile</span>
254       </td>
255       <td class="cold">
256         <input type="text" size="18" maxlength="18" name="mobile"
257         value="{$mobile}" />
258       </td>
259     </tr>
260     <tr>
261       <td colspan="2" class="flags">
262         <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
263           <tr>
264             <td class="vert">
265               <input type="checkbox" name="web_pub" {if $web_pub eq 'public'}checked="checked"{/if} />
266             </td>
267             <td class="texte">
268               site public
269             </td>
270             <td class="texte">
271               <a href="{"docs/faq.php"|url}#flags" class="popup_800x240">Quelle couleur ??</a>
272             </td>
273           </tr>
274         </table>
275       </td>
276     </tr>
277     <tr>
278       <td class="dcolg">
279         <span class="titre">Page web Perso</span>
280       </td>
281       <td class="dcold">
282         <input type="text" size="35" maxlength="95" name="web"  
283         value="{$web}" />
284       </td>
285     </tr>
286     <tr>
287       <td colspan="2" class="pflags">
288         <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
289           <tr>
290             <td class="vert">
291               <input type="checkbox" name="freetext_pub" {if $freetext_pub eq 'public'}checked="checked"{/if} />
292             </td>
293             <td class="texte">
294               site public
295             </td>
296             <td class="texte">
297               <a href="{"docs/faq.php"|url}#flags" class="popup_800x240">Quelle couleur ??</a>
298             </td>
299           </tr>
300         </table>
301       </td>
302     </tr>
303     <tr>
304       <td class="dcolg">
305         <span class="titre">Complément libre</span>
306         <span class="comm">Commentaire? ICQ? etc...</span>
307       </td>
308       <td class="dcold">
309         <textarea name="freetext" rows="3" cols="29" >{$freetext}</textarea>
310       </td>
311     </tr>
312   </table>
313 </div>
314
315 {* vim:set et sw=2 sts=2 sws=2: *}