Subversion Repositories Applications.papyrus

Rev

Rev 907 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 907 Rev 951
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: inscription.fonct.php,v 1.20 2006-07-06 10:33:58 alexandre_tb Exp $
22
// CVS : $Id: inscription.fonct.php,v 1.21 2006-09-20 13:10:01 alexandre_tb Exp $
23
// CVS : $Id: inscription.fonct.php,v 1.20 2006-07-06 10:33:58 alexandre_tb Exp $
23
// CVS : $Id: inscription.fonct.php,v 1.21 2006-09-20 13:10:01 alexandre_tb Exp $
24
/**
24
/**
25
* Fonctions du module inscription
25
* Fonctions du module inscription
26
*
26
*
27
* Fonctions du module inscription
27
* Fonctions du module inscription
28
*
28
*
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
*@author        Alexandre Granier <alexandre@tela-botanica.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Florian Schmitt <florian@ecole-et-nature.org>
33
*@author        Florian Schmitt <florian@ecole-et-nature.org>
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.20 $ $Date: 2006-07-06 10:33:58 $
35
*@version       $Revision: 1.21 $ $Date: 2006-09-20 13:10:01 $
36
*@version       $Revision: 1.20 $ $Date: 2006-07-06 10:33:58 $
36
*@version       $Revision: 1.21 $ $Date: 2006-09-20 13:10:01 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 367... Line 367...
367
		    $res .= '<br />'."\n";
367
		    $res .= '<br />'."\n";
368
		    $res .= '<ul>'."\n";
368
		    $res .= '<ul>'."\n";
369
		    if ($ligne[INS_CHAMPS_VISIBLE] == 1) {
369
		    if ($ligne[INS_CHAMPS_VISIBLE] == 1) {
370
		    	$res .= '<li>'.INS_VOUS_APPARAISSEZ.'</li>'."\n";
370
		    	$res .= '<li>'.INS_VOUS_APPARAISSEZ.'</li>'."\n";
371
		    } else $res .= '<li>'.INS_VOUS_APPARAISSEZ_PAS.'</li>'."\n";
371
		    } else $res .= '<li>'.INS_VOUS_APPARAISSEZ_PAS.'</li>'."\n";
-
 
372
		    if (INS_CHAMPS_LETTRE != '') {
372
		    if ($ligne[INS_CHAMPS_LETTRE] == 1) {
373
		    		if ($ligne[INS_CHAMPS_LETTRE] == 1) {
373
		    	$res .= '<li>'.INS_VOUS_RECEVEZ_LETTRE.'</li>'."\n";
374
		    			$res .= '<li>'.INS_VOUS_RECEVEZ_LETTRE.'</li>'."\n";
374
		    } else $res .= '<li>'.INS_VOUS_RECEVEZ_PAS_LETTRE.'</li>'."\n";
375
		    		} else $res .= '<li>'.INS_VOUS_RECEVEZ_PAS_LETTRE.'</li>'."\n";
-
 
376
		    }
375
		    $res .= '</ul>'."\n";
377
		    $res .= '</ul>'."\n";
376
		    $res .= '<br />'."\n";
378
		    $res .= '<br />'."\n";
377
		    $res .= '<ul>'."\n";;
379
		    $res .= '<ul>'."\n";;
378
		    $res .= '<li><a href="'.$GLOBALS['ins_url']->getURL().'&amp;action=modifier&amp;form_structure='.$ligne[INS_CHAMPS_EST_STRUCTURE].'">'.INS_MODIFIER_INSCRIPTION.'</a></li>'."\n" ;
380
		    $res .= '<li><a href="'.$GLOBALS['ins_url']->getURL().'&amp;action=modifier&amp;form_structure='.$ligne[INS_CHAMPS_EST_STRUCTURE].'">'.INS_MODIFIER_INSCRIPTION.'</a></li>'."\n" ;
379
		    $res .= '<li><a href="'.$GLOBALS['ins_url']->getURL().'&amp;action=supprimer&amp;form_structure='.$ligne[INS_CHAMPS_EST_STRUCTURE].'" onclick="javascript:return confirm(\''.INS_SUPPRIMER_INSCRIPTION.'?\');">'.INS_SUPPRIMER_INSCRIPTION.'</a></li>'."\n" ;
381
		    $res .= '<li><a href="'.$GLOBALS['ins_url']->getURL().'&amp;action=supprimer&amp;form_structure='.$ligne[INS_CHAMPS_EST_STRUCTURE].'" onclick="javascript:return confirm(\''.INS_SUPPRIMER_INSCRIPTION.'?\');">'.INS_SUPPRIMER_INSCRIPTION.'</a></li>'."\n" ;
Line 714... Line 716...
714
}
716
}
Line 715... Line 717...
715
 
717
 
716
/* +--Fin du code ----------------------------------------------------------------------------------------+
718
/* +--Fin du code ----------------------------------------------------------------------------------------+
717
*
719
*
-
 
720
* $Log: not supported by cvs2svn $
-
 
721
* Revision 1.20  2006/07/06 10:33:58  alexandre_tb
-
 
722
* Suppression d'un warning
718
* $Log: not supported by cvs2svn $
723
*
719
* Revision 1.19  2006/07/04 09:39:27  alexandre_tb
724
* Revision 1.19  2006/07/04 09:39:27  alexandre_tb
720
* correction d'un bug mineur
725
* correction d'un bug mineur
721
*
726
*
722
* Revision 1.18  2006/06/01 14:42:20  alexandre_tb
727
* Revision 1.18  2006/06/01 14:42:20  alexandre_tb