Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 380 → Rev 381

/trunk/squelettes/annuaires/annuaire_tela_inscrits_resultat_recherche.tpl.html
89,6 → 89,6
<h3> Aucun inscrit ne correspond à votre recherche </h3>
<?php } ?>
<?php } else { ?>
<h3>Il y a <?= $nb_resultats ?> inscrit<?php if($nb_resultats > 1) echo 's' ?> correspondant à volie recherche </h3>
<h3>Il y a <?= $nb_resultats ?> inscrit<?php if($nb_resultats > 1) echo 's' ?> correspondant à votre recherche </h3>
<?php $id_controleur = new Identificationcontroleur(); echo $id_controleur->afficherFormulaireIdentification($id_annuaire); ?>
<?php } ?>