Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1482 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1482 Rev 1502
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
<div class="component component-text">
2
<div class="component component-text">
3
	<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>
4
	<div class="avertissement_telechargement">(Peut durer jusqu'à 30 secondes)</div><br />
4
	<div class="avertissement_telechargement">(Peut durer jusqu'à 30 secondes)</div><br />
5
	<div class="component component-accordion js-accordion" data-accordion-prefix-classes="component-accordion" role="tablist" aria-multiselectable="true">
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>
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">
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>
8
			<h3 class="js-accordion__header component-accordion__header component-accordion__title" tabindex="0">Personnaliser la fiche</h3>
9
 
9
 
10
			<form id="export_pdf" method="post" action="<?=$lien?>" >
10
			<form id="export_pdf" method="post" action="<?=$lien?>" >
11
				<br/>
11
				<br/>
12
				<span>Cocher les sections à télécharger :</span>
12
				<span>Cocher les sections à télécharger :</span>
13
				<fieldset>
13
				<fieldset>
14
					<label> Description </label> <input type="checkbox" name="bloc[]" value="description" /> 
14
					<label> Description </label> <input type="checkbox" name="bloc[]" value="description" /> 
15
					<label> Ethnobotanique </label>	<input type="checkbox" name="bloc[]" value="ethnobotanique" />
15
					<label> Ethnobotanique </label>	<input type="checkbox" name="bloc[]" value="ethnobotanique" />
16
					<label> Ecologie </label> <input type="checkbox" name="bloc[]" value="ecologie" />
16
					<label> Ecologie </label> <input type="checkbox" name="bloc[]" value="ecologie" />
17
					<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" /> 
18
					<label> Nomenclature </label> <input type="checkbox" name="bloc[]" value="nomenclature" />
18
					<label> Nomenclature </label> <input type="checkbox" name="bloc[]" value="nomenclature" />
19
					<label> Bibliographie </label> <input type="checkbox" name="bloc[]" value="bibliographie" />
19
					<label> Bibliographie </label> <input type="checkbox" name="bloc[]" value="bibliographie" />
20
					<label> Illustrations </label> <input type="checkbox" name="bloc[]" value="illustrations" />
20
					<label> Illustrations </label> <input type="checkbox" name="bloc[]" value="illustrations" />
21
					<label> Répartition </label> <input type="checkbox" name="bloc[]" value="repartition" />
21
					<label> Répartition </label> <input type="checkbox" name="bloc[]" value="repartition" />
22
				</fieldset>
22
				</fieldset>
23
				<input type="submit" name="choix" value="Télécharger la fiche."/>  
23
				<input type="submit" name="choix" value="Télécharger"/>  
24
			</form>
24
			</form>
25
		</div>
25
		</div>
26
	</div>
26
	</div>
27
</div>
27
</div>