39 |
aurelien |
1 |
<h2> Inscription d'une structure </h2>
|
|
|
2 |
|
|
|
3 |
<div id="choix_participation">
|
|
|
4 |
|
95 |
aurelien |
5 |
<a class="lien_en_ligne" href="<?=$base_url?>"> <img src="<?=$base_url_styles ?>squelettes/images/inscription.png"/> </a>
|
|
|
6 |
<a class="lien_en_ligne" href=""><img src="<?=$base_url_styles ?>squelettes/images/participer.png"/> </a>
|
|
|
7 |
<a class="lien_en_ligne" href=""><img src="<?=$base_url_styles ?>squelettes/images/soutenir.png"/> </a>
|
39 |
aurelien |
8 |
|
|
|
9 |
</div>
|
|
|
10 |
|
|
|
11 |
<p> <h3> Rejoignez le réseau de la botanique francophone</h3>
|
|
|
12 |
</p>
|
|
|
13 |
<div id="contenu">
|
103 |
aurelien |
14 |
<form method="post" id="inscription" action="<?php $url_form = clone($base_url);
|
39 |
aurelien |
15 |
$url_form->setVariableRequete('m','annuaire_ajout_inscription');
|
|
|
16 |
echo $url_form;
|
|
|
17 |
?>">
|
|
|
18 |
<div><?=$champs['nom'] ?></div><br />
|
|
|
19 |
|
|
|
20 |
<div><?=$champs['mail'] ?></div><br />
|
|
|
21 |
|
|
|
22 |
<div><?=$champs['type'] ?></div><br />
|
|
|
23 |
|
|
|
24 |
<div><?=$champs['description'] ?></div><br />
|
|
|
25 |
|
|
|
26 |
<div><?=$champs['pass'] ?></div><br />
|
|
|
27 |
|
|
|
28 |
<div><?=$champs['pays'] ?></div><br />
|
|
|
29 |
|
|
|
30 |
<div><?=$champs['code_postal'] ?></div><br />
|
|
|
31 |
|
|
|
32 |
<div><?=$champs['adresse'] ?></div><br />
|
|
|
33 |
|
|
|
34 |
<div><?=$champs['lettre_actu'] ?></div><br />
|
|
|
35 |
|
|
|
36 |
<div><?=$champs['conditions_utilisation'] ?></div><br />
|
|
|
37 |
|
|
|
38 |
<input type="hidden" name="aa_id_annuaire" id="aa_id_annuaire" value="<?=$aa_id_annuaire ?>">
|
|
|
39 |
|
|
|
40 |
<?php if(isset($erreurs)) { ?>
|
|
|
41 |
<?php foreach($erreurs as $erreur) : ?>
|
|
|
42 |
<div style="color:#FF0000"> <?=$erreur ?> </div>
|
|
|
43 |
<?php endforeach; ?>
|
|
|
44 |
<?php } ?>
|
|
|
45 |
<input type="submit" value="Valider" />
|
|
|
46 |
</form>
|
|
|
47 |
</div>
|