Rev 7 | Rev 39 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<h2> Inscription </h2>
<div id="contenu">
<form method="post" id="inscription" action="<?=$url_form = clone($base_url);
$url_form->setVariableRequete('m','annuaire_ajout_inscription');
echo $url_form;
?>">
<div><?=$champs['nom'] ?></div><br />
<div><?=$champs['prenom'] ?></div><br />
<div><?=$champs['mail'] ?></div><br />
<div><?=$champs['pass'] ?></div><br />
<div><?=$champs['pays'] ?></div><br />
<div><?=$champs['code_postal'] ?></div><br />
<div><?=$champs['experience_bota'] ?></div><br />
<div><?=$champs['lettre_actu'] ?></div><br />
<div><?=$champs['conditions_utilisation'] ?></div><br />
<input type="hidden" name="aa_id_annuaire" id="aa_id_annuaire" value="<?=$aa_id_annuaire ?>">
<?php if(isset($erreurs)) { ?>
<?php foreach($erreurs as $erreur) : ?>
<div style="color:#FF0000"> <?=$erreur ?> </div>
<?php endforeach; ?>
<?php } ?>
<input type="submit" value="Valider" />
</form>
</div>