Subversion Repositories Applications.referentiel

Rev

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

Rev 125 Rev 133
Line 20... Line 20...
20
		<li><a href="#ref-ref-legende">Aide</a></li>
20
		<li><a href="#ref-ref-legende">Aide</a></li>
21
	</ul>
21
	</ul>
Line 22... Line 22...
22
	
22
	
23
	<div id="ref-ref-nomenclature">
23
	<div id="ref-ref-nomenclature">
24
		<h2>Nomenclature</h2>
24
		<h2>Nomenclature</h2>
25
		<table>
25
		<table class="largeur-16">
26
			<thead>
26
			<thead>
27
				<tr>
27
				<tr>
28
					<th class="largeur-03 vide">&nbsp;</th>
28
					<th class="largeur-03 vide">&nbsp;</th>
29
					<th>Nom scientifique</th>
29
					<th class="largeur-02">Nom scientifique</th>
30
					<th>Auteur</th>
30
					<th class="largeur-02">Auteur</th>
31
					<th>Année</th>
31
					<th class="largeur-01">Année</th>
32
					<th>Référence bibliographique</th>
32
					<th class="largeur-05">Référence bibliographique</th>
33
					<th>Nom addendum</th>
33
					<th class="largeur-02">Nom addendum</th>
34
					<th title="Identifiant numérique du nom scientifique">Id</th>
34
					<th class="largeur-01" title="Identifiant numérique du nom scientifique">Id</th>
35
				</tr>				
35
				</tr>				
36
			</thead>
36
			</thead>
37
			<tbody>
37
			<tbody>
38
				<? if (isset($selectionne)) : ?>
38
				<? if (isset($selectionne)) : ?>
Line 651... Line 651...
651
	</div>
651
	</div>
Line 652... Line 652...
652
 
652
 
653
	<div id="ref-ref-complement">
653
	<div id="ref-ref-complement">
654
		<h2>Compléments</h2>
654
		<h2>Compléments</h2>
655
		<?php if (isset($complement)) : ?>
655
		<?php if (isset($complement)) : ?>
656
			<table>
656
			<table class="largeur-16">
657
				<? foreach ($complement as $champ=>$valeur) : ?>
657
				<? foreach ($complement as $champ=>$valeur) : ?>
658
					<tr>
658
					<tr>
659
						<th><?=$champ;?></th>
659
						<th class="largeur-06"><?=$champ;?></th>
660
						<td><?=$valeur;?></td>
660
						<td class="largeur-10"><?=$valeur;?></td>
661
					</tr>
661
					</tr>
662
				<? endforeach ?>
662
				<? endforeach ?>
663
			</table>
663
			</table>
664
		<?php else : ?>
664
		<?php else : ?>