Subversion Repositories Applications.annuaire

Rev

Rev 417 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 417 Rev 477
Line 88... Line 88...
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 à votre 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 } ?>