Line -... |
Line 1... |
- |
|
1 |
<script src="<?= $base_url_styles ?>squelettes/scripts/jquery.js" type="text/javascript"></script>
|
- |
|
2 |
<script src="<?= $base_url_styles ?>squelettes/scripts/cocher.js" type="text/javascript"></script>
|
1 |
<h2>Résultat de la recherche</h2>
|
3 |
<h2>Résultat de la recherche</h2>
|
Line 2... |
Line 4... |
2 |
|
4 |
|
3 |
<?php if(!empty($resultats_recherche)) { ?>
|
- |
|
- |
|
5 |
<?php if(!empty($resultats_recherche)) { ?>
|
4 |
|
6 |
<div id="resultat_recherche">
|
5 |
<?php if(count($nb_resultats) >= 1) { ?>
|
7 |
<?php if(count($nb_resultats) >= 1) { ?>
|
6 |
<h3>Il y a <?= $nb_resultats ?> inscrit<?php if($nb_resultats > 1) echo 's' ?> correspondant<?php if($nb_resultats > 1) echo 's' ?> aux critères : </h3>
|
8 |
<h3>Il y a <?= $nb_resultats ?> inscrit<?php if($nb_resultats > 1) echo 's' ?> correspondant<?php if($nb_resultats > 1) echo 's' ?> aux critères : </h3>
|
Line 7... |
Line 9... |
7 |
<?php if(isset($pagination)) { echo $pagination; } ?>
|
9 |
<?php if(isset($pagination)) { echo $pagination; } ?>
|
Line 31... |
Line 33... |
31 |
<td><?=$resultat['code_postal']['amv_valeur'] ?></td>
|
33 |
<td><?=$resultat['code_postal']['amv_valeur'] ?></td>
|
32 |
<td><?=$resultat['date_inscription']['amv_valeur_affichage'] ?></td>
|
34 |
<td><?=$resultat['date_inscription']['amv_valeur_affichage'] ?></td>
|
33 |
</tr>
|
35 |
</tr>
|
34 |
<?php endforeach; ?>
|
36 |
<?php endforeach; ?>
|
35 |
</table>
|
37 |
</table>
|
- |
|
38 |
|
- |
|
39 |
<span id="conteneur_lien_cocher"></span>
|
36 |
<?php } else { ?>
|
40 |
<?php } else { ?>
|
37 |
<div> <h3> Aucun inscrit ne correspond aux critères de la recherche </h3></div>
|
41 |
<div> <h3> Aucun inscrit ne correspond aux critères de la recherche </h3></div>
|
38 |
<?php } ?>
|
42 |
<?php } ?>
|
Line 39... |
Line 43... |
39 |
|
43 |
|
Line 46... |
Line 50... |
46 |
<input type="hidden" value="annuaire_envoyer_message" id="m" name="m" /><br />
|
50 |
<input type="hidden" value="annuaire_envoyer_message" id="m" name="m" /><br />
|
47 |
<input type="hidden" value="<?= $id_annuaire ?>" id="id_annuaire" name="id_annuaire" /><br />
|
51 |
<input type="hidden" value="<?= $id_annuaire ?>" id="id_annuaire" name="id_annuaire" /><br />
|
48 |
<input type="submit" id="bouton_envoi_message" name="bouton_envoi_message" value="Envoyer">
|
52 |
<input type="submit" id="bouton_envoi_message" name="bouton_envoi_message" value="Envoyer">
|
49 |
</div>
|
53 |
</div>
|
50 |
</form>
|
54 |
</form>
|
51 |
|
55 |
</div>
|
52 |
<?php } else { ?>
|
56 |
<?php } else { ?>
|
53 |
<h3> Aucun inscrit ne correpond aux critères </h3>
|
57 |
<h3> Aucun inscrit ne correpond aux critères </h3>
|
54 |
<?php } ?>
|
58 |
<?php } ?>
|
55 |
|
59 |
|