Subversion Repositories Applications.annuaire

Rev

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

Rev 7 Rev 103
Line 1... Line 1...
1
<h2> Inscription </h2>
1
<h2> Inscription </h2>
2
<div id="contenu">
2
<div id="contenu">
3
	<form method="post" id="inscription" action="<?=$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
			<?php foreach($champs as $champ) : ?>
7
			<?php foreach($champs as $champ) : ?>
8
					<div> <?=$champ ?> </div><br />
8
					<div> <?=$champ ?> </div><br />