Subversion Repositories eFlore/Applications.cel-consultation

Rev

Rev 2 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<!-- CEL_CONSULTATION - DEBUT RESULTAT IMAGES -->
<div id="abonnement_rss">
        <a href="<?= aControleur::construireUrlFluxRssResultatsRecherche($criteres) ?>" title="Flux de cette recherche">
                S'abonner au flux rss des <?= aControleur::construireIntituleResultatRecherche($criteres); ?>
        </a>
</div>

<br /><br />
<?= $pagination ?>

<div id="consultation_liste_images">
    <?php if (isset($images)) : ?>
    <ul class="images_liste">
    <?php foreach ($images as $image) : ?>
    <!-- BEGIN TB_IMG -->
        <li class="conteneur_image_deplie">
            <a class="lien_voir_image" rel="galerie_image_cel" href="<?= $image['url_image_l']; ?>" title="
                        Taxon : <?= aControleur::convertirChaineTaxonPourAffichage($image['nom_ret']) ?>, 
                        Localisation : <?= $image['location'].' ('.$image['id_location'].')'; ?>, 
                                        Transmis le : <?= $image['date_transmission'] ?>">
                <img height="<?= $image['taille']['hauteur']; ?>" width="<?= $image['taille']['largeur']; ?>" src="<?= $image['url_image_m']; ?>" alt="Taxon : <?= aControleur::convertirChaineTaxonPourAffichage($image['nom_ret']) ?>, 
                        Localisation : <?= $image['location'].' ('.$image['id_location'].')'; ?>, 
                                        Transmis le : <?= $image['date_transmission'] ?>" />
            </a>
            <div class="pliage">
                    <h4 class="lien_pliage_invisible" title="voir les informations associées"> + </h4>
                    <dl class="image_information">
                        <dt>Taxon</dt>
                                        <dd><a href="?module=Image&amp;action=rechercherImage&amp;image_recherche=<?= aControleur::convertirChaineTaxonPourRequeteUrl($image['nom_ret']); ?>" title="voir toutes les images de ce taxon" ><?= aControleur::convertirChaineTaxonPourAffichage($image['nom_ret']) ?></a></dd>
                        <dt>Localisation</dt>
                                        <dd><a href="?module=Image&amp;action=rechercherImage&amp;image_recherche=<?= aControleur::convertirChainelocaliteDepartementPourRequeteUrl($image['location'],$image['id_location']); ?>" title="voir toutes les images de cette commune" ><?= aControleur::formaterChaineLocaliteDepartement($image['location'],$image['id_location']); ?> </a></dd>
                                        <dt> Auteur </dt>
                                        <dd><?= aControleur::couperCourriel($image['ci_ce_utilisateur']); ?></dd>
                                        
                                        <dt>Transmis le </dt>
                                        <dd><?= $image['date_transmission'] ?></dd>     
                    </dl>
                </div>
        </li>
    <!-- END TB_IMG -->
    <?php endforeach; ?>
    </ul>
    <?php endif; ?>
    
    <?php if (empty($images)) : ?>
        <h2> Aucune image ne correspond à ces critères de recherche </h2>
    <?php endif; ?>
    
</div>

<hr style="clear:both;visibility:hidden;" />

<?php if(count($images) > 50) { ?>
        <?= $pagination ?>
<?php } ?>

<hr class="nettoyage" />
<!-- CEL_CONSULTATION - FIN RESULTAT IMAGES -->