Subversion Repositories Applications.annuaire

Rev

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

Rev 221 Rev 253
Line 13... Line 13...
13
	<h3>Il y a <?= $nb_resultats ?> inscrit<?php if($nb_resultats > 1) echo 's' ?> correspondant à votre recherche : </h3>
13
	<h3>Il y a <?= $nb_resultats ?> inscrit<?php if($nb_resultats > 1) echo 's' ?> correspondant à votre recherche : </h3>
14
	<?php if(isset($pagination)) { echo $pagination; } ?>
14
	<?php if(isset($pagination)) { echo $pagination; } ?>
Line 15... Line 15...
15
 
15
 
16
	<form id="envoi_message" name="envoi_message" method="post" action="<? $url_message = clone($base_url); $url_message->setVariableRequete('m','annuaire_envoyer_message'); echo $url_message; ?>">
16
	<form id="envoi_message" name="envoi_message" method="post" action="<? $url_message = clone($base_url); $url_message->setVariableRequete('m','annuaire_envoyer_message'); echo $url_message; ?>">
17
		<table class="liste">
17
		<table class="liste">
18
			<tr><th></th><th></th><th>Nom</th><th>Prenom</th><th>Pays</th><th>Ville</th><th>Code Postal</th><th>Date d'inscription</th>
18
			<tr><th></th><th></th><th>Nom</th><th>Prenom</th><th>Pseudo</th><th>Pays</th><th>Ville</th><th>Code Postal</th><th>Date d'inscription</th>
19
			<?php foreach ($resultats_recherche as $id => $resultat) : ?>
19
			<?php foreach ($resultats_recherche as $id => $resultat) : ?>
20
				<tr>
20
				<tr>
21
					<td><input type="checkbox" name="destinataires[<?= $id ?>]" id="destinataires[<?= $id ?>]" />
21
					<td><input type="checkbox" name="destinataires[<?= $id ?>]" id="destinataires[<?= $id ?>]" />
Line 27... Line 27...
27
								<img class="icone_moyenne" src="<?=$base_url_styles ?>squelettes/images/voir_fiche.png" title="Cliquez pour accéder au profil" alt="avatar standard" /> </a>
27
								<img class="icone_moyenne" src="<?=$base_url_styles ?>squelettes/images/voir_fiche.png" title="Cliquez pour accéder au profil" alt="avatar standard" /> </a>
28
							<? } ?>				
28
							<? } ?>				
29
					</td>
29
					</td>
30
					<td class="texte_gauche"><b><?=$resultat['nom']['amv_valeur'] ?></b></td>
30
					<td class="texte_gauche"><b><?=$resultat['nom']['amv_valeur'] ?></b></td>
31
					<td class="texte_gauche"><b><?=$resultat['prenom']['amv_valeur'] ?></b></td> 
31
					<td class="texte_gauche"><b><?=$resultat['prenom']['amv_valeur'] ?></b></td> 
-
 
32
					<td><b><?=$resultat['pseudo']['amv_valeur'] ?></b></td> 
32
					<td><?=$resultat['pays']['amv_valeur_affichage'] ?></td>
33
					<td><?=$resultat['pays']['amv_valeur_affichage'] ?></td>
33
					<td> <?=$resultat['ville']['amv_valeur'] ?></td> 
34
					<td> <?=$resultat['ville']['amv_valeur'] ?></td> 
34
					<td><?=$resultat['code_postal']['amv_valeur'] ?></td>
35
					<td><?=$resultat['code_postal']['amv_valeur'] ?></td>
35
					<td><?=$resultat['date_inscription']['amv_valeur_affichage'] ?></td>
36
					<td><?=$resultat['date_inscription']['amv_valeur_affichage'] ?></td>
36
				</tr>
37
				</tr>