Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1796
Line 14... Line 14...
14
// | annuaire_COTISATION													                |
14
// | annuaire_COTISATION													                |
15
// +--------------------------------------------------------------------------------+
15
// +--------------------------------------------------------------------------------+
16
// | Auteur : Alexandre Granier <alexandre@tela-botanica.org> 		  		        |
16
// | Auteur : Alexandre Granier <alexandre@tela-botanica.org> 		  		        |
17
// +--------------------------------------------------------------------------------+
17
// +--------------------------------------------------------------------------------+
18
//
18
//
19
// $Id: edition_fiche.php,v 1.6 2007-11-08 09:28:18 alexandre_tb Exp $
19
// $Id: edition_fiche.php,v 1.6.2.1 2008-02-08 08:24:12 alexandre_tb Exp $
Line 20... Line 20...
20
 
20
 
Line 21... Line 21...
21
 
21
 
Line 31... Line 31...
31
	if (isset($_REQUEST[INS_CHAMPS_ID]) && !isset($_REQUEST['action'])) {
31
	if (isset($_REQUEST[INS_CHAMPS_ID]) && !isset($_REQUEST['action'])) {
32
		$_REQUEST['action'] = 'modifier';	
32
		$_REQUEST['action'] = 'modifier';	
33
	}
33
	}
Line 34... Line 34...
34
 
34
 
-
 
35
    $res = '<h1>Edition d\'un adh&eacute;rent : </h1>'."\n" ;
-
 
36
 	if (isset($_GET['id_inscription'])) {
35
    $res = '<h1>Edition d\'un adh&eacute;rent : </h1>'."\n" ;
37
 		$GLOBALS['ins_url']->addQueryString ('id_inscription', $_GET['id_inscription']);
36
 
38
 	}
37
    $formulaire = new HTML_formulaireInscription('formulaire_inscription', 'post',
39
    $formulaire = new HTML_formulaireInscription('formulaire_inscription', 'post',
38
    					 preg_replace('/&amp;/', '&', $GLOBALS['ins_url']->getURL()), '_self', '', 0) ;
40
    					 preg_replace('/&amp;/', '&', $GLOBALS['ins_url']->getURL()), '_self', '', 0) ;
39
    $formulaire->addElement('hidden', 'id_inscription', $GLOBALS['ins_config']['ic_id_inscription']) ;
41
    $formulaire->addElement('hidden', 'id_inscription', $GLOBALS['ins_config']['ic_id_inscription']) ;
40
    $formulaire->construitFormulaire(preg_replace('/&amp;/', '&', $GLOBALS['ins_url']->getURL()), $_REQUEST[INS_CHAMPS_ID]);
42
    $formulaire->construitFormulaire(preg_replace('/&amp;/', '&', $GLOBALS['ins_url']->getURL()), $_REQUEST[INS_CHAMPS_ID]);