Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1482 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
650 mathilde 1
<!-- cadre de bas de la fiche contient les liens pour export pdf. -->
1482 delphine 2
<div class="component component-text">
709 aurelien 3
	<a href="<?=$lien?>" class="lien_export_pdf"> Télécharger la fiche au format PDF </a>
4
	<div class="avertissement_telechargement">(Peut durer jusqu'à 30 secondes)</div><br />
1482 delphine 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">
8
			<h3 class="js-accordion__header component-accordion__header component-accordion__title" tabindex="0">Personnaliser la fiche</h3>
9
 
10
			<form id="export_pdf" method="post" action="<?=$lien?>" >
11
				<br/>
12
				<span>Cocher les sections à télécharger :</span>
13
				<fieldset>
14
					<label> Description </label> <input type="checkbox" name="bloc[]" value="description" />
15
					<label> Ethnobotanique </label>	<input type="checkbox" name="bloc[]" value="ethnobotanique" />
16
					<label> Ecologie </label> <input type="checkbox" name="bloc[]" value="ecologie" />
17
					<label> Statuts de protection </label> <input type="checkbox" name="bloc[]" value="statuts" />
18
					<label> Nomenclature </label> <input type="checkbox" name="bloc[]" value="nomenclature" />
19
					<label> Bibliographie </label> <input type="checkbox" name="bloc[]" value="bibliographie" />
20
					<label> Illustrations </label> <input type="checkbox" name="bloc[]" value="illustrations" />
21
					<label> Répartition </label> <input type="checkbox" name="bloc[]" value="repartition" />
22
				</fieldset>
1502 delphine 23
				<input type="submit" name="choix" value="Télécharger"/>
1482 delphine 24
			</form>
25
		</div>
650 mathilde 26
	</div>
27
</div>