Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 850 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!-- cadre de bas de la fiche contient les liens pour export pdf. -->
<script>
<!-- 
$(document).ready(function(){
        $('#bloc_export_choix').hide();
        $('#export_choix').click(function(event) {
                $('#bloc_export_choix').slideToggle(); 
                event.preventDefault();
                return false;
        });
});
-->
</script>
<div>
        <a href="<?=$lien?>" class="lien_export_pdf"> Télécharger la fiche au format PDF </a>
        <div class="avertissement_telechargement">(Peut durer jusqu'à 30 secondes)</div><br />
        <a href=""  id="export_choix" name="export_choix">Personnaliser la fiche</a>
        <div  id="bloc_export_choix">
                <form id="export_pdf" method="post" action="<?=$lien?>" >
                        <br/>
                        <span>Cocher les sections à télécharger :</span>
                        <fieldset>
                                <label> Description </label> <input type="checkbox" name="bloc[]" value="description" /> 
                                <label> Ethnobotanique </label> <input type="checkbox" name="bloc[]" value="ethnobotanique" />
                                <label> Ecologie </label> <input type="checkbox" name="bloc[]" value="ecologie" />
                                <label> Statuts de protection </label> <input type="checkbox" name="bloc[]" value="statuts" /> 
                                <label> Nomenclature </label> <input type="checkbox" name="bloc[]" value="nomenclature" />
                                <label> Bibliographie </label> <input type="checkbox" name="bloc[]" value="bibliographie" />
                                <label> Illustrations </label> <input type="checkbox" name="bloc[]" value="illustrations" />
                                <label> Répartition </label> <input type="checkbox" name="bloc[]" value="repartition" />
                        </fieldset>
                        <input type="submit" name="choix" value="Télécharger la fiche."/>  
                </form>
        </div>
</div>