Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 708 → Rev 709

/trunk/modules/fiche/squelettes/fiche_pdf_lien.tpl.html
2,16 → 2,19
<script>
<!--
$(document).ready(function(){
$('#export_choix').click(function() {
$('#bloc_export_choix').toggle();
$('#bloc_export_choix').hide();
$('#export_choix').click(function(event) {
$('#bloc_export_choix').slideToggle();
event.preventDefault();
return false;
});
});
-->
</script>
 
<div class="importance1">
<a href="<?=$lien?>" style="font-size:14px;"> Télécharger la fiche au format PDF.>> </a> <br/><br/>
<a href="#export_choix" id="export_choix" name="export_choix">Personnaliser la fiche PDF. >></a>
<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/>