Subversion Repositories Applications.annuaire

Rev

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

Rev 227 Rev 312
Line 1... Line 1...
1
<h2> Recherche d'un utilisateur </h2>
1
<h1> Recherche d'un utilisateur </h1>
Line 2... Line 2...
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>
Line 6... Line 6...
6
	<form method="get" id="recherche" action="<?=$base_url?>">
6
	<form method="get" id="recherche_annuaire" class="filetVert" action="<?=$base_url?>">
Line 7... Line 7...
7
	
7
	
Line 13... Line 13...
13
			
13
			
14
			<?php if($est_admin) { ?>
14
			<?php if($est_admin) { ?>
15
				<div><?=$champs['mail'] ?></div><br />
15
				<div><?=$champs['mail'] ?></div><br />
Line 16... Line -...
16
			<?php } ?>
-
 
17
			
-
 
18
			<?php if($est_admin) { ?>
-
 
19
				<div><?=$champs['pays'] ?></div><br />
-
 
20
			<?php } ?>
16
			<?php } ?>
Line 21... Line 17...
21
			
17
			
-
 
18
			<div><?=$champs['specialite_bota_groupes'] ?></div><br />
-
 
19
			
-
 
20
			<div><?=$champs['specialite_bota_geo'] ?></div><br />
-
 
21
			
Line 22... Line 22...
22
			<div><?=$champs['specialite_bota_groupes'] ?></div><br />
22
			<!-- <div><?=$champs['specialite_bota_approche'] ?></div><br /> -->
Line 23... Line 23...
23
			
23