Subversion Repositories Applications.annuaire

Compare Revisions

Regard whitespace Rev 302 → Rev 303

/trunk/squelettes/annuaires/annuaire_tela_inscrits_resultat_recherche.tpl.html
7,6 → 7,7
<div id="navigation_annuaire"> <?=$navigation ?> </div>
<?php } ?>
 
<?php if(Config::get('identification')) { ?>
<?php if(!empty($resultats_recherche)) { ?>
<div id="resultat_recherche">
<?php if(count($nb_resultats) >= 1) { ?>
66,4 → 67,8
</div>
<?php } else { ?>
<h3> Aucun inscrit ne correspond à votre recherche </h3>
<?php } ?>
<?php } ?>
<?php } else { ?>
<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 } ?>