Subversion Repositories Applications.annuaire

Rev

Rev 154 | Rev 190 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 159
1
<h2> Inscription </h2>
1
<h2> Inscription </h2>
2
 
2
 
3
<p> <h3> Devenez Tela botaniste <br />
3
<p> <h3> Devenez Tela botaniste <br />
4
	Rejoignez le réseau de la botanique francophone</h3>
4
	Rejoignez le réseau de la botanique francophone</h3>
5
</p>
5
</p>
6
<div id="contenu">
6
<div id="contenu">
7
	<form method="post" id="inscription" action="<?php $url_form = clone($base_url); 
7
	<form method="post" id="inscription" action="<?php $url_form = clone($base_url); 
8
				$url_form->setVariableRequete('m','annuaire_ajout_inscription'); 
8
				$url_form->setVariableRequete('m','annuaire_ajout_inscription'); 
9
				echo $url_form;
9
				echo $url_form;
10
	 		?>">
10
	 		?>">
11
			<div><?=$champs['nom'] ?></div><br />
11
			<div><?=$champs['nom'] ?></div><br />
12
		
12
		
13
			<div><?=$champs['prenom'] ?></div><br />
13
			<div><?=$champs['prenom'] ?></div><br />
14
			
14
			
15
			<div><?=$champs['mail'] ?></div><br />
15
			<div><?=$champs['mail'] ?></div><br />
16
		
16
		
17
			<div><?=$champs['pass'] ?></div><br />
17
			<div><?=$champs['pass'] ?></div><br />
18
			
18
			
19
			<div><?=$champs['pays'] ?></div><br />
19
			<div><?=$champs['pays'] ?></div><br />
20
			
20
			
21
			<div><?=$champs['ville'] ?></div><br />
21
			<div><?=$champs['ville'] ?></div><br />
22
			
22
			
23
			<div><?=$champs['code_postal'] ?></div><br />
23
			<div><?=$champs['code_postal'] ?></div><br />
24
			
24
			
25
			<div><?=$champs['experience_bota'] ?></div><br />
25
			<div><?=$champs['experience_bota'] ?></div><br />
26
			
26
			
27
			<div><?=$champs['lettre_actu'] ?></div><br />
27
			<div><?=$champs['lettre_actu'] ?></div><br />
28
			
28
			
29
			<div><?=$champs['conditions_utilisation'] ?> <a href="http://www.tela-botanica.org/wikini/site/wakka.php?wiki=ConditionsUtilisations"> <b>(à lire ici)</b> </a></div><br />
29
			<div> J'ai pris connaissance des <?=$champs['conditions_utilisation'] ?></div> <br />
30
		
30
		
31
			<input type="hidden" name="aa_id_annuaire" id="aa_id_annuaire" value="<?=$aa_id_annuaire ?>">
31
			<input type="hidden" name="aa_id_annuaire" id="aa_id_annuaire" value="<?=$aa_id_annuaire ?>">
32
			
32
			
33
		<input type="submit" value="Valider" />	
33
		<input type="submit" value="Valider" />	
34
	</form>
34
	</form>
35
</div>	
35
</div>