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." <a href=\"".CAR_CHEMIN_INSCRIPTION."\">".CAR_S_INSCRIRE."</a></div>\n" ;
|
63 |
$res .= "<div>".CAR_LAIUS_INSCRIPTION." <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 ('/&/', '&', $url).'&historique_cartes='.$GLOBALS['historique_cartes'].'&fin=true') ;
|
65 |
$form = new HTML_QuickForm ('inscription', 'post', preg_replace('/&/', '&', $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) ;
|