4 |
aurelien |
1 |
<h2> Inscription </h2>
|
|
|
2 |
<div id="contenu">
|
|
|
3 |
<form method="post" id="inscription" action="<?=$url_form = clone($base_url);
|
|
|
4 |
$url_form->setVariableRequete('m','annuaire_ajout_inscription');
|
|
|
5 |
echo $url_form;
|
|
|
6 |
?>">
|
|
|
7 |
<div><?=$champs['nom'] ?></div><br />
|
|
|
8 |
|
|
|
9 |
<div><?=$champs['prenom'] ?></div><br />
|
|
|
10 |
|
|
|
11 |
<div><?=$champs['mail'] ?></div><br />
|
|
|
12 |
|
|
|
13 |
<div><?=$champs['pass'] ?></div><br />
|
|
|
14 |
|
|
|
15 |
<div><?=$champs['pays'] ?></div><br />
|
|
|
16 |
|
|
|
17 |
<div><?=$champs['code_postal'] ?></div><br />
|
7 |
aurelien |
18 |
|
4 |
aurelien |
19 |
<div><?=$champs['experience_bota'] ?></div><br />
|
|
|
20 |
|
|
|
21 |
<div><?=$champs['lettre_actu'] ?></div><br />
|
|
|
22 |
|
|
|
23 |
<div><label style="display:inline">J'ai pris connaissance des <a href="http://www.tela-botanica.org/page:rejoindre_reseau">conditions d'utilisation</a> </label> <?=$champs['conditions_utilisation'] ?></div><br />
|
|
|
24 |
|
7 |
aurelien |
25 |
<input type="hidden" name="aa_id_annuaire" id="aa_id_annuaire" value="<?=$aa_id_annuaire ?>">
|
4 |
aurelien |
26 |
|
|
|
27 |
<?php if(isset($erreurs)) { ?>
|
|
|
28 |
<?php foreach($erreurs as $erreur) : ?>
|
|
|
29 |
<div style="color:#FF0000"> <?=$erreur ?> </div>
|
|
|
30 |
<?php endforeach; ?>
|
|
|
31 |
<?php } ?>
|
|
|
32 |
<input type="submit" value="Valider" />
|
|
|
33 |
</form>
|
|
|
34 |
</div>
|