Subversion Repositories Applications.bazar

Rev

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

Rev 428 Rev 429
Line 1432... Line 1432...
1432
		$res.=$table->toHTML() ;
1432
		$res.=$table->toHTML() ;
1433
	}
1433
	}
1434
	else { 
1434
	else { 
1435
		$res .= '<p class="zone_info">'.BAZ_IDENTIFIEZ_VOUS_POUR_SAISIR.'</p>'."\n" ;
1435
		$res .= '<p class="zone_info">'.BAZ_IDENTIFIEZ_VOUS_POUR_SAISIR.'</p>'."\n" ;
1436
		$res .= '<form id="form_connexion" style="clear:both;" class="form_identification" action="' ;
1436
		$res .= '<form id="form_connexion" style="clear:both;" class="form_identification" action="' ;
1437
		$GLOBALS['_BAZAR_']['url']->addQueryString('bazar_action', BAZ_S_INSCRIRE);
1437
		$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_S_INSCRIRE);
1438
		$res .= $GLOBALS['_BAZAR_']['url']->getURL();
1438
		$res .= $GLOBALS['_BAZAR_']['url']->getURL();
1439
		$res .= '" method="post">
1439
		$res .= '" method="post">
1440
                <fieldset>
1440
                <fieldset>
1441
                    <legend>Identifiez vous</legend>                    
1441
                    <legend>Identifiez vous</legend>                    
1442
                        <label for="username">Courriel : </label>
1442
                        <label for="username">Courriel : </label>