Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1502 | Rev 1522 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1502 Rev 1510
1
<div class="layout-content-col">
1
<div class="layout-content-col">
2
	<div class="layout-wrapper">
2
	<div class="layout-wrapper">
3
		<aside class="layout-column">
3
		<aside class="layout-column">
4
			<div class="toc affix-top">
4
			<div class="toc affix-top">
5
				<div class="toc-title">
5
				<div class="toc-title">
6
					<?php if($nom_vernaculaire): ?>
6
					<?php if($nom_vernaculaire): ?>
7
						<?=$nom_vernaculaire;?><br />
7
						<?=$nom_vernaculaire;?><br />
8
					<?php endif; ?>
8
					<?php endif; ?>
9
					<?php if($nom_appele_html): ?>
9
					<?php if($nom_appele_html): ?>
10
						<span class="redirige_depuis">
10
						<span class="redirige_depuis">
11
							Nom recherché : <?= $nom_appele_html ?>
11
							Nom recherché : <?= $nom_appele_html ?>
12
						</span><br />
12
						</span><br />
13
					<?php endif; ?>
13
					<?php endif; ?>
14
					<span class="component-text nomenclature"><?=$nom_retenu_html?></span>
14
					<span class="component-text nomenclature"><?=$nom_retenu_html?></span>
15
							
15
 
-
 
16
					<?php if($famille != '') { ?>
-
 
17
						<span class="component-text famille nomenclature" >
-
 
18
							<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
-
 
19
						</span>
-
 
20
					<?php } ?>
16
					
21
 
17
				</div>
22
				</div>
18
				<? $url = htmlentities($urlBase . '?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
23
				<? $url = htmlentities($urlBase . '?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
19
				<ul class="toc-items">
24
				<ul class="toc-items">
20
					<li class="toc-item <?= ($onglet == 'synthese') ? 'is-active' : '' ;?>" title="<?=$i18n['onglet-descr-synth']?>" id="onglet_synthese">
25
					<li class="toc-item <?= ($onglet == 'synthese') ? 'is-active' : '' ;?>" title="<?=$i18n['onglet-descr-synth']?>" id="onglet_synthese">
21
						<a class="toc-item-link" rel="synthese" href="<?=$url;?>synthese">
26
						<a class="toc-item-link" rel="synthese" href="<?=$url;?>synthese">
22
							<?=$i18n["onglet-nom-synth"]?></a>
27
							<?=$i18n["onglet-nom-synth"]?></a>
23
					</li>
28
					</li>
24
					<li class="toc-item <?= ($onglet == 'description') ? 'is-active' : '' ;?>" title="<?=$i18n['onglet-descr-descr']?>">
29
					<li class="toc-item <?= ($onglet == 'description') ? 'is-active' : '' ;?>" title="<?=$i18n['onglet-descr-descr']?>">
25
						<a class="toc-item-link" rel="description" href="<?=$url;?>description">
30
						<a class="toc-item-link" rel="description" href="<?=$url;?>description">
26
							<?=$i18n["onglet-nom-descr"]?></a>
31
							<?=$i18n["onglet-nom-descr"]?></a>
27
					</li>
32
					</li>
28
					<li title="<?=$i18n['onglet-descr-illustra']?>" class="toc-item <?= ($onglet == 'illustrations') ? 'is-active' : '' ;?>">
33
					<li title="<?=$i18n['onglet-descr-illustra']?>" class="toc-item <?= ($onglet == 'illustrations') ? 'is-active' : '' ;?>">
29
						<a class="toc-item-link" rel="illustrations" href="<?=$url;?>illustrations">
34
						<a class="toc-item-link" rel="illustrations" href="<?=$url;?>illustrations">
30
							<?=$i18n["onglet-nom-illustra"]?></a>
35
							<?=$i18n["onglet-nom-illustra"]?></a>
31
					</li>			
36
					</li>			
32
					<li title="<?=$i18n['onglet-descr-repart']?>" class="toc-item <?= ($onglet == 'repartition') ? 'is-active' : '' ;?>">
37
					<li title="<?=$i18n['onglet-descr-repart']?>" class="toc-item <?= ($onglet == 'repartition') ? 'is-active' : '' ;?>">
33
						<a class="toc-item-link" rel="repartition" href="<?=$url;?>repartition">
38
						<a class="toc-item-link" rel="repartition" href="<?=$url;?>repartition">
34
							<?=$i18n["onglet-nom-repart"]?></a>
39
							<?=$i18n["onglet-nom-repart"]?></a>
35
					</li>
40
					</li>
36
					<li title="<?=$i18n['onglet-descr-ethnobota']?>" class="toc-item <?= ($onglet == 'ethnobotanique') ? 'is-active' : '' ;?>">
41
					<li title="<?=$i18n['onglet-descr-ethnobota']?>" class="toc-item <?= ($onglet == 'ethnobotanique') ? 'is-active' : '' ;?>">
37
						<a class="toc-item-link" rel="ethnobotanique" href="<?=$url;?>ethnobotanique">
42
						<a class="toc-item-link" rel="ethnobotanique" href="<?=$url;?>ethnobotanique">
38
							<?=$i18n["onglet-nom-ethnobota"]?></a>
43
							<?=$i18n["onglet-nom-ethnobota"]?></a>
39
					</li>
44
					</li>
40
					<li title="<?=$i18n['onglet-descr-eco']?>" class="toc-item <?= ($onglet == 'ecologie') ? 'is-active' : '' ;?>">
45
					<li title="<?=$i18n['onglet-descr-eco']?>" class="toc-item <?= ($onglet == 'ecologie') ? 'is-active' : '' ;?>">
41
						<a class="toc-item-link" rel="ecologie" href="<?=$url;?>ecologie">
46
						<a class="toc-item-link" rel="ecologie" href="<?=$url;?>ecologie">
42
							<?=$i18n["onglet-nom-eco"]?></a>
47
							<?=$i18n["onglet-nom-eco"]?></a>
43
					</li>
48
					</li>
44
					<li title="<?=$i18n['onglet-descr-classif']?>" class="toc-item <?= ($onglet == 'nomenclature') ? 'is-active' : '' ;?>">
49
					<li title="<?=$i18n['onglet-descr-classif']?>" class="toc-item <?= ($onglet == 'nomenclature') ? 'is-active' : '' ;?>">
45
						<a class="toc-item-link" rel="nomenclature" href="<?=$url;?>nomenclature">
50
						<a class="toc-item-link" rel="nomenclature" href="<?=$url;?>nomenclature">
46
							<?=$i18n["onglet-nom-classif"]?></a>
51
							<?=$i18n["onglet-nom-classif"]?></a>
47
					</li>
52
					</li>
48
					<li title="<?=$i18n['onglet-descr-biblio']?>" class="toc-item <?= ($onglet == 'bibliographie') ? 'is-active' : '' ;?>">
53
					<li title="<?=$i18n['onglet-descr-biblio']?>" class="toc-item <?= ($onglet == 'bibliographie') ? 'is-active' : '' ;?>">
49
						<a class="toc-item-link" rel="bibliographie" href="<?=$url;?>bibliographie">
54
						<a class="toc-item-link" rel="bibliographie" href="<?=$url;?>bibliographie">
50
							<?=$i18n["onglet-nom-biblio"]?></a>
55
							<?=$i18n["onglet-nom-biblio"]?></a>
51
					</li>
56
					</li>
52
					<li title="<?=$i18n['onglet-descr-protect']?>" class="toc-item <?= ($onglet == 'statut') ? 'is-active' : '' ;?>">
57
					<li title="<?=$i18n['onglet-descr-protect']?>" class="toc-item <?= ($onglet == 'statut') ? 'is-active' : '' ;?>">
53
						<a class="toc-item-link" rel="statut" href="<?=$url;?>statut">
58
						<a class="toc-item-link" rel="statut" href="<?=$url;?>statut">
54
							<?=$i18n["onglet-nom-protect"]?></a>
59
							<?=$i18n["onglet-nom-protect"]?></a>
55
					</li>
60
					</li>
56
				</ul>
61
				</ul>
57
				
62
				
58
			</div>
63
			</div>
59
			<a class="button-top" href="#" title="Remonter en haut de la page" tabindex="-1">
64
			<a class="button-top" href="#" title="Remonter en haut de la page" tabindex="-1">
60
				<svg class="icon icon-arrow-up" aria-hidden="true" role="img">
65
				<svg class="icon icon-arrow-up" aria-hidden="true" role="img">
61
				Remonter
66
				Remonter
62
			</a>
67
			</a>
63
		</aside>
68
		</aside>
64
		<div class="layout-contenu">
69
		<div class="layout-contenu">
65
			<div class="breadcrumbs">
70
			<div class="breadcrumbs">
66
				<ol class="breadcrumbs-items">
71
				<ol class="breadcrumbs-items">
67
					<li class="breadcrumbs-item">
72
					<li class="breadcrumbs-item">
68
						<a itemprop="item" href="http://localhost/wordpress/eflore">
73
						<a href="eflore">
69
							<span itemprop="name">Accueil</span>
74
							Accueil
70
							<meta content="1" itemprop="position">
-
 
71
						</a>
75
						</a>
72
					</li>
76
					</li>
73
					<li class="breadcrumbs-item">
77
					<li class="breadcrumbs-item">
74
						<a itemprop="item" href="http://localhost/wordpress/eflore?referentiel=bdtfx">
-
 
75
							<span itemprop="name" ><?=$referentiel;?></span>
78
						<a href="eflore?referentiel=<?=$referentiel;?>">
76
							<meta content="1" itemprop="position">
79
							<?=$referentiel;?>
77
						</a>
80
						</a>
78
					</li>
81
					</li>
79
					<?php if($famille != '') { ?>
-
 
80
						<li class="famille nomenclature breadcrumbs-item" >
-
 
81
							<a class="lien_recherche_hier" title="<?= $i18n['lien-recherche-hier-fam']; ?>" href="<?= $lien_recherche_famille ?>"> <?= $famille; ?> </a>
-
 
82
						</li>
-
 
83
					<?php } ?>
-
 
84
					
82
					
85
					<li class="nomenclature breadcrumbs-item"><?=$nom_retenu_html?></li>
83
					<li class="component-text nomenclature breadcrumbs-item"><?=$nom_retenu_html?></li>
86
					
84
					
87
					<?php if($nom_appele_html): ?>
85
					<?php if($nom_appele_html): ?>
88
						<li class="redirige_depuis breadcrumbs-item">
86
						<li class="redirige_depuis breadcrumbs-item">
89
							Nom recherché : <?= $nom_appele_html ?></li>					
87
							Nom recherché : <?= $nom_appele_html ?></li>					
90
					<?php endif; ?>
88
					<?php endif; ?>
91
				</ol>
89
				</ol>
92
			</div>
90
			</div>
93
			
91
			
94
			<?= $entete; ?>
92
			<?= $entete; ?>
95
			<div id="bloc-fiche" class="importance4">
93
			<div id="bloc-fiche" class="importance4">
96
				<div id="zone_contenu_fiche" class="component component-text">
94
				<div id="zone_contenu_fiche" class="component component-text">
97
					<?= $contenu_onglet ?>
95
					<?= $contenu_onglet ?>
98
				</div>
96
				</div>
99
			</div>
97
			</div>
100
		</div>
98
		</div>
101
	</div>
99
	</div>
102
</div>
100
</div>