Subversion Repositories Applications.annuaire

Rev

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

Rev 227 Rev 312
1
<h2> Recherche d'un utilisateur </h2>
1
<h1> Recherche d'un utilisateur </h1>
2
 
2
 
-
 
3
<h2> Rechercher un membre du réseau </h2>
3
<p> <h3> Rechercher un membre du reseau </h3>
4
 
4
</p>
-
 
5
<div id="form_recherche">
5
<div>
6
	<form method="get" id="recherche" action="<?=$base_url?>">
6
	<form method="get" id="recherche_annuaire" class="filetVert" 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
			
-
 
18
			<?php if($est_admin) { ?>
-
 
19
				<div><?=$champs['pays'] ?></div><br />
-
 
20
			<?php } ?>
-
 
21
			
17
			
22
			<div><?=$champs['specialite_bota_groupes'] ?></div><br />
18
			<div><?=$champs['specialite_bota_groupes'] ?></div><br />
-
 
19
			
-
 
20
			<div><?=$champs['specialite_bota_geo'] ?></div><br />
-
 
21
			
-
 
22
			<!-- <div><?=$champs['specialite_bota_approche'] ?></div><br /> -->
23
			
23
			
24
			<div><?=$champs['specialite_bota_approche'] ?></div><br />
24
			<div><?=$champs['pays'] ?></div><br />
25
			
25
			
26
			<div><?=$champs['code_postal'] ?></div><br />
26
			<div><?=$champs['code_postal'] ?></div><br />
27
			
27
			
28
			<div><?=$champs['experience_bota'] ?></div><br />
28
			<div><?=$champs['experience_bota'] ?></div><br />
29
			
29
			
30
			<?php if(isset($erreurs)) { ?>
30
			<?php if(isset($erreurs)) { ?>
31
				<?php foreach($erreurs as $erreur) : ?>
31
				<?php foreach($erreurs as $erreur) : ?>
32
					<div style="color:#FF0000"> <?=$erreur ?> </div>
32
					<div style="color:#FF0000"> <?=$erreur ?> </div>
33
				<?php endforeach; ?>
33
				<?php endforeach; ?>
34
			<?php } ?>
34
			<?php } ?>
35
			
35
			
36
		<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 />
36
		<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 />
37
		<input type="hidden" id="m" name="m" value="annuaire_recherche_inscrit" />
37
		<input type="hidden" id="m" name="m" value="annuaire_recherche_inscrit" />
38
		<input type="hidden" id="id_annuaire" name="id_annuaire" value="<?=$aa_id_annuaire ?>" />
38
		<input type="hidden" id="id_annuaire" name="id_annuaire" value="<?=$aa_id_annuaire ?>" />
39
		<input type="submit" value="Rechercher" />	
39
		<input type="submit" value="Rechercher" />	
40
	</form>
40
	</form>
41
</div>	
41
</div>