(root)/trunk/squelettes/annuaires/annuaire_tela_inscrits_resultat_recherche.tpl.html – Rev 380 → 381
Rev 380 |
Rev 383 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
Rev 380 |
Rev 381 |
Line 87... |
Line 87... |
87 |
</div>
|
87 |
</div>
|
88 |
<?php } else { ?>
|
88 |
<?php } else { ?>
|
89 |
<h3> Aucun inscrit ne correspond à votre recherche </h3>
|
89 |
<h3> Aucun inscrit ne correspond à votre recherche </h3>
|
90 |
<?php } ?>
|
90 |
<?php } ?>
|
91 |
<?php } else { ?>
|
91 |
<?php } else { ?>
|
92 |
<h3>Il y a <?= $nb_resultats ?> inscrit<?php if($nb_resultats > 1) echo 's' ?> correspondant à volie recherche </h3>
|
92 |
<h3>Il y a <?= $nb_resultats ?> inscrit<?php if($nb_resultats > 1) echo 's' ?> correspondant à votre recherche </h3>
|
93 |
<?php $id_controleur = new Identificationcontroleur(); echo $id_controleur->afficherFormulaireIdentification($id_annuaire); ?>
|
93 |
<?php $id_controleur = new Identificationcontroleur(); echo $id_controleur->afficherFormulaireIdentification($id_annuaire); ?>
|
94 |
<?php } ?>
|
94 |
<?php } ?>
|