(root)/trunk/squelettes/annuaires/annuaire_tela_inscrits_resultat_recherche.tpl.html – Rev 354 → 380
Rev 354 |
Rev 381 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
Rev 354 |
Rev 380 |
Line 84... |
Line 84... |
84 |
<input type="submit" id="bouton_envoi_message" name="bouton_envoi_message" value="Envoyer" />
|
84 |
<input type="submit" id="bouton_envoi_message" name="bouton_envoi_message" value="Envoyer" />
|
85 |
</div>
|
85 |
</div>
|
86 |
</form>
|
86 |
</form>
|
87 |
</div>
|
87 |
</div>
|
88 |
<?php } else { ?>
|
88 |
<?php } else { ?>
|
89 |
<h3> Aucun inscrit ne correspond à volie 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 à volie 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 } ?>
|