Subversion Repositories Applications.referentiel

Rev

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

Rev 162 Rev 202
Line 1... Line 1...
1
<!-- REF - DEBUT RESULTAT -->
1
<!-- REF - DEBUT RESULTAT -->
2
<div id="ref-resultat-recherche">
2
<div id="ref-resultat-recherche">
3
	<br /><br />
-
 
4
	<?=$fragmenteur ?>
-
 
5
	<? if (isset($resultats)) : ?>
3
	<? if (isset($resultats)) : ?>
-
 
4
		<br /><br />
-
 
5
		<?=$fragmenteur ?>
-
 
6
		<i>Les résultats sont affichés par num_nom croissant.</i>
6
		<table> 
7
		<table> 
7
			<thead>
8
			<thead>
8
				<tr>
9
				<tr>
9
					<th title="Identifiant numérique du nom scientifique">Id</th>
10
					<th title="Identifiant numérique du nom scientifique">num_nom</th>
10
					<th>Nom scientifique</th>
11
					<th>Nom scientifique</th>
11
					<th>Auteur</th>
12
					<th>Auteur</th>
12
					<th>Année</th>
13
					<th>Année</th>
13
					<th>Référence bibliographique</th>
14
					<th>Référence bibliographique</th>
14
					<th>Nom addendum</th>
15
					<th>Nom addendum</th>
Line 55... Line 56...
55
						</td>
56
						</td>
56
					</tr>
57
					</tr>
57
				<? endforeach; ?>
58
				<? endforeach; ?>
58
			</tbody>
59
			</tbody>
59
		</table>
60
		</table>
-
 
61
		<?=$fragmenteur ?>
60
	<? endif; ?>
62
	<? endif; ?>
-
 
63
	
61
</div>
64
</div>
62
<!-- REF - FIN RESULTAT -->
65
<!-- REF - FIN RESULTAT -->
63
66