1 {**************************************************************************}
3 {* Copyright (C) 2003-2006 Polytechnique.org *}
4 {* http://opensource.polytechnique.org/ *}
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. *}
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. *}
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 *}
21 {**************************************************************************}
24 {include file="profil/naissance.tpl"}
26 {if $etat_naissance == '' || $etat_naissance == 'ok'}
28 {foreach from=$errs item=e}
29 <p class="erreur">{$e}</p>
32 <p>Tu peux consulter <a href="{rel}/fiche.php?user={$smarty.session.forlife}" class="popup2">l'état actuel de ta fiche</a>
33 telle qu'elle apparaîtra pour un camarade,
34 ou telle qu'elle apparaîtra dans l'annuaire de l'<a href="{rel}/fiche.php?user={$smarty.session.forlife}&view=ax" class="popup2">AX</a> ou à <a href="{rel}/fiche.php?user={$smarty.session.forlife}&view=public" class="popup2">tout le monde</a>.</p>
36 <form action="{$smarty.server.PHP_SELF}" method="post" id="prof_annu">
37 <table class="cadre_a_onglet" cellpadding="0" cellspacing="0" style="width: 98%; margin-left:1%;">
41 {foreach from=$onglets key=o item=i}
43 <li class="actif">{$i|nl2br}</li>
45 <li><a href="{$smarty.server.PHP_SELF}?old_tab={$o}">{$i|nl2br}</a></li>
49 <input type="hidden" value="{$onglet}" name="old_tab" />
50 <input type="hidden" value="" name="adresse_flag" />
54 <td class="conteneur_tab">
55 <table style="width:100%">
58 {include file=$onglet_tpl}
63 <input type="submit" value="Valider ces modifications" name="modifier" />
65 {if $onglet != $onglet_last}
67 <input type="submit" value="Valider et passer au prochain onglet" name="suivant" />
71 <input type="submit" value="Valider et revenir au premier onglet" name="suivant" />
82 {* vim:set et sw=2 sts=2 sws=2: *}