Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1431 Rev 1435
Line 51... Line 51...
51
				</h1>
51
				</h1>
52
			</div>
52
			</div>
Line 53... Line 53...
53
			
53
			
54
			<div id="smartflore-illustrations">
54
			<div id="smartflore-illustrations">
-
 
55
				<div id="smartflore-noms">
55
				<div id="smartflore-noms">
56
					<?php if(!empty($infos_nom['nom_verna'])) { ?>
56
					<h2 class="smartflore-nom-verna">
57
						<h2 class="smartflore-nom-verna">
57
						<?= $texte['titre'][0]; ?>
58
							<?= $infos_nom['nom_verna']; ?>
58
					</h2>
59
						</h2>
59
					<h3 class="smartflore-nom-sci">
60
						<h3 class="smartflore-nom-sci">
60
						<?= $texte['titre'][1]; ?>
61
							<?= $infos_nom['nom_sci']; ?>
-
 
62
						</h3>
-
 
63
					<?php } else { ?>
-
 
64
						<h2>
-
 
65
							<?= $infos_nom['nom_sci']; ?>
-
 
66
						</h2>
61
					</h3>
67
					<?php } ?> 
62
					<h4 class="smartflore-famille">
68
					<h4 class="smartflore-famille">
63
						Famille des <?= $texte['titre'][2]; ?>
69
						Famille des <?= $infos_nom['famille']; ?>
64
					</h4>
70
					</h4>
Line 65... Line 71...
65
				</div>
71
				</div>
66
				
72