Subversion Repositories Applications.papyrus

Rev

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

Rev 484 Rev 575
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.php,v 1.3 2005-09-29 16:07:51 alexandre_tb Exp $
22
// CVS : $Id: inscription.php,v 1.4 2005-10-25 14:02:21 alexandre_tb Exp $
23
/**
23
/**
24
* Inscription
24
* Inscription
25
*
25
*
26
* Un module d'inscription, en général ce code est spécifique à
26
* Un module d'inscription, en général ce code est spécifique à
27
* un site web
27
* un site web
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.3 $ $Date: 2005-09-29 16:07:51 $
35
*@version       $Revision: 1.4 $ $Date: 2005-10-25 14:02:21 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 125... Line 125...
125
        if ($_REQUEST['action'] == 'inscription') {
125
        if ($_REQUEST['action'] == 'inscription') {
126
            if ($GLOBALS['AUTH']->getAuth()) {
126
            if ($GLOBALS['AUTH']->getAuth()) {
Line 127... Line 127...
127
            	
127
            	
128
            }else {
128
            }else {
-
 
129
            	$formulaire->addElement('hidden', 'action', 'inscription_v') ;
129
            	$formulaire->addElement('hidden', 'action', 'inscription_v') ;
130
            	$formulaire->setDefaults(array('pays' => 'FR', 'visible' => 1));
130
            }
131
            }
Line 131... Line 132...
131
        }
132
        }
132
	
133
	
Line 209... Line 210...
209
}
210
}
Line 210... Line 211...
210
 
211
 
211
/* +--Fin du code ----------------------------------------------------------------------------------------+
212
/* +--Fin du code ----------------------------------------------------------------------------------------+
212
*
213
*
-
 
214
* $Log: not supported by cvs2svn $
-
 
215
* Revision 1.3  2005/09/29 16:07:51  alexandre_tb
-
 
216
* En cours de production.
213
* $Log: not supported by cvs2svn $
217
*
214
* Revision 1.2  2005/09/27 13:59:24  alexandre_tb
218
* Revision 1.2  2005/09/27 13:59:24  alexandre_tb
215
* correction de bogue, généralisation du code etc.
219
* correction de bogue, généralisation du code etc.
216
*
220
*
217
* Revision 1.1  2005/09/22 14:02:49  ddelon
221
* Revision 1.1  2005/09/22 14:02:49  ddelon