Subversion Repositories Applications.annuaire

Rev

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

Rev 103 Rev 154
Line 2... Line 2...
2
<div id="contenu">
2
<div id="contenu">
3
	<form method="post" id="inscription" action="<?php $url_form = clone($base_url);
3
	<form method="post" id="inscription" action="<?php $url_form = clone($base_url);
4
				$url_form->setVariableRequete('m','annuaire_ajout_inscription');
4
				$url_form->setVariableRequete('m','annuaire_ajout_inscription');
5
				echo $url_form;
5
				echo $url_form;
6
	 		?>">
6
	 		?>">
-
 
7
	 		
7
			<?php foreach($champs as $champ) : ?>
8
			<div><?=$champs[$mappage_nom_champs['champ_nom']] ?></div><br />
-
 
9
 
8
					<div> <?=$champ ?> </div><br />
10
			<div><?=$champs[$mappage_nom_champs['champ_mail']] ?></div><br />
-
 
11
			
9
			<?php endforeach; ?>
12
			<div><?=$champs[$mappage_nom_champs['champ_pass']] ?></div><br />
Line 10... Line 13...
10
 
13
 
Line 11... Line 14...
11
			<input type="hidden" name="aa_id_annuaire" id="aa_id_annuaire" value="<?=$aa_id_annuaire ?>">
14
			<input type="hidden" name="aa_id_annuaire" id="aa_id_annuaire" value="<?=$aa_id_annuaire ?>">
12
 
15