Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 87 Rev 208
Line 53... Line 53...
53
//================================================================================================
53
//================================================================================================
54
//================================================================================================
54
//================================================================================================
55
function AUTH_formulaire_login() {
55
function AUTH_formulaire_login() {
Line 56... Line 56...
56
    
56
    
57
     // l'url de la page en cours
57
     // l'url de la page en cours
58
    $url = CAR_URL;
-
 
59
 
58
    $url = $GLOBALS['car_url'];
-
 
59
	$url->addQueryString('historique_cartes', $GLOBALS['historique_cartes']);
Line -... Line 60...
-
 
60
	$url->addQueryString('fin', true);
60
    $res = '<h2 class="titre2_cartographie">'.CAR_TEXTE_IDENTIFICATION_2.'</h2>';
61
    
61
    
62
    $res = '<h2 class="titre2_cartographie">'.CAR_TEXTE_IDENTIFICATION_2.'</h2>';
62
    $res .= "<div>".CAR_LAIUS_INSCRIPTION."&nbsp;<a href=\"".CAR_CHEMIN_INSCRIPTION."\">".CAR_S_INSCRIRE."</a></div>\n" ;
63
    $res .= "<div>".CAR_LAIUS_INSCRIPTION."&nbsp;<a href=\"".CAR_CHEMIN_INSCRIPTION."\">".CAR_S_INSCRIRE."</a></div>\n" ;
63
    $res .= '<h2 class="titre2_cartographie">'.CAR_TEXTE_IDENTIFICATION_1.'</h2>';
64
    $res .= '<h2 class="titre2_cartographie">'.CAR_TEXTE_IDENTIFICATION_1.'</h2>';
64
    $form = new HTML_QuickForm ('inscription', 'post', preg_replace ('/&amp;/', '&', $url).'&historique_cartes='.$GLOBALS['historique_cartes'].'&fin=true') ;
65
    $form = new HTML_QuickForm ('inscription', 'post', preg_replace('/&amp;/', '&', $url->getURL())) ;
65
    $form->addElement ('text', 'username', CAR_EMAIL) ;
66
    $form->addElement ('text', 'username', CAR_EMAIL) ;
Line 66... Line 67...
66
    $form->addElement ('password', 'password', CAR_MOT_DE_PASSE) ;
67
    $form->addElement ('password', 'password', CAR_MOT_DE_PASSE) ;