Subversion Repositories Applications.annuaire

Rev

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

Rev 154 Rev 188
1
<h2> Recherche d'un utilisateur </h2>
1
<h2> Recherche d'un utilisateur </h2>
2
 
2
 
3
<p> <h3> Rechercher un membre du reseau </h3>
3
<p> <h3> Rechercher un membre du reseau </h3>
4
</p>
4
</p>
5
<div id="contenu">
5
<div id="form_recherche">
6
	<form method="get" id="recherche" action="<?=$base_url?>">
6
	<form method="get" id="recherche" action="<?=$base_url?>">
7
	
7
	
8
			<div><?=$champs['pseudo'] ?></div><br />
8
			<div><?=$champs['pseudo'] ?></div><br />
9
	
9
	
10
			<div><?=$champs['nom'] ?></div><br />
10
			<div><?=$champs['nom'] ?></div><br />
11
		
11
		
12
			<div><?=$champs['prenom'] ?></div><br />
12
			<div><?=$champs['prenom'] ?></div><br />
13
			
13
			
14
			<?php if($est_admin) { ?>
14
			<?php if($est_admin) { ?>
15
				<div><?=$champs['mail'] ?></div><br />
15
				<div><?=$champs['mail'] ?></div><br />
16
			<?php } ?>
16
			<?php } ?>
17
			
17
			
18
			<div><?=$champs['specialite_bota_groupes'] ?></div><br />
18
			<div><?=$champs['specialite_bota_groupes'] ?></div><br />
19
			
19
			
20
			<div><?=$champs['specialite_bota_approche'] ?></div><br />
20
			<div><?=$champs['specialite_bota_approche'] ?></div><br />
21
			
21
			
22
			<div><?=$champs['code_postal'] ?></div><br />
22
			<div><?=$champs['code_postal'] ?></div><br />
23
			
23
			
24
			<div><?=$champs['experience_bota'] ?></div><br />
24
			<div><?=$champs['experience_bota'] ?></div><br />
25
			
25
			
26
			<?php if(isset($erreurs)) { ?>
26
			<?php if(isset($erreurs)) { ?>
27
				<?php foreach($erreurs as $erreur) : ?>
27
				<?php foreach($erreurs as $erreur) : ?>
28
					<div style="color:#FF0000"> <?=$erreur ?> </div>
28
					<div style="color:#FF0000"> <?=$erreur ?> </div>
29
				<?php endforeach; ?>
29
				<?php endforeach; ?>
30
			<?php } ?>
30
			<?php } ?>
31
			
31
			
32
		<div><label style="display:inline;margin-right:20px" for="exclusive"> Rechercher au moins un des termes </label><span><input type="checkbox" id="inclusive" name="inclusive" /></span></div><br />
32
		<div><label style="display:inline;margin-right:20px" for="exclusive"> Rechercher au moins un des termes </label><span><input type="checkbox" id="inclusive" name="inclusive" /></span></div><br />
33
		<input type="hidden" id="m" name="m" value="annuaire_recherche_inscrit" />
33
		<input type="hidden" id="m" name="m" value="annuaire_recherche_inscrit" />
34
		<input type="hidden" id="id_annuaire" name="id_annuaire" value="<?=$aa_id_annuaire ?>" />
34
		<input type="hidden" id="id_annuaire" name="id_annuaire" value="<?=$aa_id_annuaire ?>" />
35
		<input type="submit" value="Rechercher" />	
35
		<input type="submit" value="Rechercher" />	
36
	</form>
36
	</form>
37
</div>	
37
</div>