Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1487 Rev 1502
Line 1... Line 1...
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">
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
					
-
 
17
				</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=');?>
-
 
19
				<ul class="toc-items">
-
 
20
					<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">
-
 
22
							<?=$i18n["onglet-nom-synth"]?></a>
-
 
23
					</li>
-
 
24
					<li class="toc-item <?= ($onglet == 'description') ? 'is-active' : '' ;?>" title="<?=$i18n['onglet-descr-descr']?>">
-
 
25
						<a class="toc-item-link" rel="description" href="<?=$url;?>description">
-
 
26
							<?=$i18n["onglet-nom-descr"]?></a>
-
 
27
					</li>
-
 
28
					<li title="<?=$i18n['onglet-descr-illustra']?>" class="toc-item <?= ($onglet == 'illustrations') ? 'is-active' : '' ;?>">
-
 
29
						<a class="toc-item-link" rel="illustrations" href="<?=$url;?>illustrations">
-
 
30
							<?=$i18n["onglet-nom-illustra"]?></a>
-
 
31
					</li>			
-
 
32
					<li title="<?=$i18n['onglet-descr-repart']?>" class="toc-item <?= ($onglet == 'repartition') ? 'is-active' : '' ;?>">
-
 
33
						<a class="toc-item-link" rel="repartition" href="<?=$url;?>repartition">
-
 
34
							<?=$i18n["onglet-nom-repart"]?></a>
-
 
35
					</li>
-
 
36
					<li title="<?=$i18n['onglet-descr-ethnobota']?>" class="toc-item <?= ($onglet == 'ethnobotanique') ? 'is-active' : '' ;?>">
-
 
37
						<a class="toc-item-link" rel="ethnobotanique" href="<?=$url;?>ethnobotanique">
-
 
38
							<?=$i18n["onglet-nom-ethnobota"]?></a>
-
 
39
					</li>
-
 
40
					<li title="<?=$i18n['onglet-descr-eco']?>" class="toc-item <?= ($onglet == 'ecologie') ? 'is-active' : '' ;?>">
-
 
41
						<a class="toc-item-link" rel="ecologie" href="<?=$url;?>ecologie">
-
 
42
							<?=$i18n["onglet-nom-eco"]?></a>
-
 
43
					</li>
-
 
44
					<li title="<?=$i18n['onglet-descr-classif']?>" class="toc-item <?= ($onglet == 'nomenclature') ? 'is-active' : '' ;?>">
-
 
45
						<a class="toc-item-link" rel="nomenclature" href="<?=$url;?>nomenclature">
-
 
46
							<?=$i18n["onglet-nom-classif"]?></a>
-
 
47
					</li>
-
 
48
					<li title="<?=$i18n['onglet-descr-biblio']?>" class="toc-item <?= ($onglet == 'bibliographie') ? 'is-active' : '' ;?>">
-
 
49
						<a class="toc-item-link" rel="bibliographie" href="<?=$url;?>bibliographie">
-
 
50
							<?=$i18n["onglet-nom-biblio"]?></a>
-
 
51
					</li>
-
 
52
					<li title="<?=$i18n['onglet-descr-protect']?>" class="toc-item <?= ($onglet == 'statut') ? 'is-active' : '' ;?>">
-
 
53
						<a class="toc-item-link" rel="statut" href="<?=$url;?>statut">
-
 
54
							<?=$i18n["onglet-nom-protect"]?></a>
-
 
55
					</li>
-
 
56
				</ul>
Line 16... Line 57...
16
				
57
				
17
			</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=');?>
-
 
19
			<ul class="toc-items">
-
 
20
				<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">
-
 
22
						<?=$i18n["onglet-nom-synth"]?></a>
-
 
23
				</li>
-
 
24
				<li class="toc-item <?= ($onglet == 'description') ? 'is-active' : '' ;?>" title="<?=$i18n['onglet-descr-descr']?>">
-
 
25
					<a class="toc-item-link" rel="description" href="<?=$url;?>description">
-
 
26
						<?=$i18n["onglet-nom-descr"]?></a>
-
 
27
				</li>
-
 
28
				<li title="<?=$i18n['onglet-descr-illustra']?>" class="toc-item <?= ($onglet == 'illustrations') ? 'is-active' : '' ;?>">
-
 
29
					<a class="toc-item-link" rel="illustrations" href="<?=$url;?>illustrations">
-
 
30
						<?=$i18n["onglet-nom-illustra"]?></a>
-
 
31
				</li>			
-
 
32
				<li title="<?=$i18n['onglet-descr-repart']?>" class="toc-item <?= ($onglet == 'repartition') ? 'is-active' : '' ;?>">
-
 
33
					<a class="toc-item-link" rel="repartition" href="<?=$url;?>repartition">
-
 
34
						<?=$i18n["onglet-nom-repart"]?></a>
-
 
35
				</li>
-
 
36
				<li title="<?=$i18n['onglet-descr-ethnobota']?>" class="toc-item <?= ($onglet == 'ethnobotanique') ? 'is-active' : '' ;?>">
-
 
37
					<a class="toc-item-link" rel="ethnobotanique" href="<?=$url;?>ethnobotanique">
-
 
38
						<?=$i18n["onglet-nom-ethnobota"]?></a>
-
 
39
				</li>
-
 
40
				<li title="<?=$i18n['onglet-descr-eco']?>" class="toc-item <?= ($onglet == 'ecologie') ? 'is-active' : '' ;?>">
-
 
41
					<a class="toc-item-link" rel="ecologie" href="<?=$url;?>ecologie">
-
 
42
						<?=$i18n["onglet-nom-eco"]?></a>
-
 
43
				</li>
-
 
44
				<li title="<?=$i18n['onglet-descr-classif']?>" class="toc-item <?= ($onglet == 'nomenclature') ? 'is-active' : '' ;?>">
58
			</div>
45
					<a class="toc-item-link" rel="nomenclature" href="<?=$url;?>nomenclature">
-
 
46
						<?=$i18n["onglet-nom-classif"]?></a>
-
 
47
				</li>
-
 
48
				<li title="<?=$i18n['onglet-descr-biblio']?>" class="toc-item <?= ($onglet == 'bibliographie') ? 'is-active' : '' ;?>">
-
 
49
					<a class="toc-item-link" rel="bibliographie" href="<?=$url;?>bibliographie">
-
 
50
						<?=$i18n["onglet-nom-biblio"]?></a>
-
 
51
				</li>
-
 
52
				<li title="<?=$i18n['onglet-descr-protect']?>" class="toc-item <?= ($onglet == 'statut') ? 'is-active' : '' ;?>">
59
			<a class="button-top" href="#" title="Remonter en haut de la page" tabindex="-1">
53
					<a class="toc-item-link" rel="statut" href="<?=$url;?>statut">
-
 
54
						<?=$i18n["onglet-nom-protect"]?></a>
60
				<svg class="icon icon-arrow-up" aria-hidden="true" role="img">
55
				</li>
61
				Remonter
56
			</ul>
-
 
57
			
-
 
58
		</div>
62
			</a>
59
	</aside>
63
		</aside>
60
		<div class="layout-contenu">
64
		<div class="layout-contenu">
61
			<div class="breadcrumbs">
65
			<div class="breadcrumbs">
62
				<ol class="breadcrumbs-items">
66
				<ol class="breadcrumbs-items">
63
					<li class="breadcrumbs-item">
67
					<li class="breadcrumbs-item">
64
						<a class="" itemprop="item" href="">
68
						<a itemprop="item" href="http://localhost/wordpress/eflore">
65
							<span itemprop="name">Accueil</span>
69
							<span itemprop="name">Accueil</span>
66
							<meta content="1" itemprop="position">
70
							<meta content="1" itemprop="position">
67
						</a>
71
						</a>
68
					</li>
72
					</li>
69
					<li class="breadcrumbs-item">
73
					<li class="breadcrumbs-item">
70
						<a class="" itemprop="item" href="">
74
						<a itemprop="item" href="http://localhost/wordpress/eflore?referentiel=bdtfx">
71
							<span itemprop="name"><?=$referentiel;?></span>
75
							<span itemprop="name" ><?=$referentiel;?></span>
72
							<meta content="1" itemprop="position">
76
							<meta content="1" itemprop="position">
73
						</a>
77
						</a>
74
					</li>
78
					</li>
75
					<?php if($famille != '') { ?>
79
					<?php if($famille != '') { ?>
Line 85... Line 89...
85
							Nom recherché : <?= $nom_appele_html ?></li>					
89
							Nom recherché : <?= $nom_appele_html ?></li>					
86
					<?php endif; ?>
90
					<?php endif; ?>
87
				</ol>
91
				</ol>
88
			</div>
92
			</div>
Line 89... Line 93...
89
			
93
			
90
<?= $entete; ?>
94
			<?= $entete; ?>
91
<div id="bloc-fiche" class="importance4">
-
 
92
 
95
			<div id="bloc-fiche" class="importance4">
93
	<div id="zone_contenu_fiche" class="component component-text">
96
				<div id="zone_contenu_fiche" class="component component-text">
-
 
97
					<?= $contenu_onglet ?>
-
 
98
				</div>
-
 
99
			</div>
94
		<?= $contenu_onglet ?>
100
		</div>
95
	</div>
101
	</div>
96
</div>
-