Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 850 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 850 Rev 1482
Line 1... Line 1...
1
<!-- cadre de bas de la fiche contient les liens pour export pdf. -->
1
<!-- cadre de bas de la fiche contient les liens pour export pdf. -->
2
<script>
-
 
3
<!-- 
-
 
4
$(document).ready(function(){
-
 
5
	$('#bloc_export_choix').hide();
-
 
6
	$('#export_choix').click(function(event) {
2
<div class="component component-text">
7
		$('#bloc_export_choix').slideToggle(); 
-
 
8
		event.preventDefault();
-
 
9
		return false;
-
 
10
	});
-
 
11
});
-
 
12
-->
-
 
13
</script>
-
 
14
<div>
-
 
15
	<a href="<?=$lien?>" class="lien_export_pdf"> Télécharger la fiche au format PDF </a>
3
	<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 />
4
	<div class="avertissement_telechargement">(Peut durer jusqu'à 30 secondes)</div><br />
17
	<a href=""  id="export_choix" name="export_choix">Personnaliser la fiche</a>
5
	<div class="component component-accordion js-accordion" data-accordion-prefix-classes="component-accordion" role="tablist" aria-multiselectable="true">
-
 
6
		<!-- <button id="undefined-0_tab" class="js-accordion__header component-accordion__header" type="button" aria-controls="undefined-0" aria-expanded="false" role="tab" aria-selected="true">Personnaliser la fiche</button>
-
 
7
		 --><div id="undefined-0" class="js-accordion__panel component-accordion__panel" aria-labelledby="undefined-0_tab" role="tabpanel" aria-hidden="true">
18
	<div  id="bloc_export_choix">
8
			<h3 class="js-accordion__header component-accordion__header component-accordion__title" tabindex="0">Personnaliser la fiche</h3>
-
 
9
 
19
		<form id="export_pdf" method="post" action="<?=$lien?>" >
10
			<form id="export_pdf" method="post" action="<?=$lien?>" >
20
			<br/>
11
				<br/>
21
			<span>Cocher les sections à télécharger :</span>
12
				<span>Cocher les sections à télécharger :</span>
22
			<fieldset>
13
				<fieldset>
23
				<label> Description </label> <input type="checkbox" name="bloc[]" value="description" /> 
14
					<label> Description </label> <input type="checkbox" name="bloc[]" value="description" /> 
24
				<label> Ethnobotanique </label>	<input type="checkbox" name="bloc[]" value="ethnobotanique" />
15
					<label> Ethnobotanique </label>	<input type="checkbox" name="bloc[]" value="ethnobotanique" />
25
				<label> Ecologie </label> <input type="checkbox" name="bloc[]" value="ecologie" />
16
					<label> Ecologie </label> <input type="checkbox" name="bloc[]" value="ecologie" />
26
				<label> Statuts de protection </label> <input type="checkbox" name="bloc[]" value="statuts" /> 
17
					<label> Statuts de protection </label> <input type="checkbox" name="bloc[]" value="statuts" /> 
27
				<label> Nomenclature </label> <input type="checkbox" name="bloc[]" value="nomenclature" />
18
					<label> Nomenclature </label> <input type="checkbox" name="bloc[]" value="nomenclature" />
28
				<label> Bibliographie </label> <input type="checkbox" name="bloc[]" value="bibliographie" />
19
					<label> Bibliographie </label> <input type="checkbox" name="bloc[]" value="bibliographie" />
29
				<label> Illustrations </label> <input type="checkbox" name="bloc[]" value="illustrations" />
20
					<label> Illustrations </label> <input type="checkbox" name="bloc[]" value="illustrations" />
30
				<label> Répartition </label> <input type="checkbox" name="bloc[]" value="repartition" />
21
					<label> Répartition </label> <input type="checkbox" name="bloc[]" value="repartition" />
31
			</fieldset>
22
				</fieldset>
32
			<input type="submit" name="choix" value="Télécharger la fiche."/>  
23
				<input type="submit" name="choix" value="Télécharger la fiche."/>  
33
		</form>
24
			</form>
-
 
25
		</div>
34
	</div>
26
	</div>
35
</div>
27
</div>