650 |
mathilde |
1 |
<!-- cadre de bas de la fiche contient les liens pour export pdf. -->
|
|
|
2 |
<script>
|
|
|
3 |
<!--
|
|
|
4 |
$(document).ready(function(){
|
709 |
aurelien |
5 |
$('#bloc_export_choix').hide();
|
|
|
6 |
$('#export_choix').click(function(event) {
|
|
|
7 |
$('#bloc_export_choix').slideToggle();
|
|
|
8 |
event.preventDefault();
|
|
|
9 |
return false;
|
650 |
mathilde |
10 |
});
|
|
|
11 |
});
|
|
|
12 |
-->
|
|
|
13 |
</script>
|
709 |
aurelien |
14 |
<div>
|
|
|
15 |
<a href="<?=$lien?>" class="lien_export_pdf"> Télécharger la fiche au format PDF </a>
|
|
|
16 |
<div class="avertissement_telechargement">(Peut durer jusqu'à 30 secondes)</div><br />
|
|
|
17 |
<a href="" id="export_choix" name="export_choix">Personnaliser la fiche</a>
|
650 |
mathilde |
18 |
<div id="bloc_export_choix">
|
|
|
19 |
<form id="export_pdf" method="post" action="<?=$lien?>" >
|
|
|
20 |
<br/>
|
|
|
21 |
<span>Cocher les sections à télécharger :</span>
|
|
|
22 |
<fieldset>
|
|
|
23 |
<label> Description </label> <input type="checkbox" name="bloc[]" value="description" />
|
|
|
24 |
<label> Ethnobotanique </label> <input type="checkbox" name="bloc[]" value="ethnobotanique" />
|
|
|
25 |
<label> Ecologie </label> <input type="checkbox" name="bloc[]" value="ecologie" />
|
|
|
26 |
<label> Statuts de protection </label> <input type="checkbox" name="bloc[]" value="statuts" />
|
|
|
27 |
<label> Nomenclature </label> <input type="checkbox" name="bloc[]" value="nomenclature" />
|
|
|
28 |
<label> Bibliographie </label> <input type="checkbox" name="bloc[]" value="bibliographie" />
|
|
|
29 |
<label> Illustrations </label> <input type="checkbox" name="bloc[]" value="illustrations" />
|
|
|
30 |
<label> Répartition </label> <input type="checkbox" name="bloc[]" value="repartition" />
|
|
|
31 |
</fieldset>
|
|
|
32 |
<input type="submit" name="choix" value="Télécharger la fiche."/>
|
|
|
33 |
</form>
|
|
|
34 |
</div>
|
|
|
35 |
</div>
|