Subversion Repositories Applications.referentiel

Rev

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

Rev 230 Rev 233
1
<!-- REF - DEBUT RESULTAT -->
1
<!-- REF - DEBUT RESULTAT -->
2
<div id="ref-resultat-recherche">
2
<div id="ref-resultat-recherche">
3
	<? if (isset($resultats)) : ?>
3
	<? if (isset($resultats)) : ?>
4
		<br /><br />
4
		<br /><br />
5
		<?=$fragmenteur ?>
5
		<?=$fragmenteur ?>
6
		<i>Les résultats sont affichés par num_nom croissant. Cliquez sur le num_nom ou sur le nom pour accéder à la fiche</i>
6
		<i>Les résultats sont affichés par ordre alphabétique. Cliquez sur le num_nom ou sur le nom pour accéder à la fiche.</i>
7
		<table> 
7
		<table> 
8
			<thead>
8
			<thead>
9
				<tr>
9
				<tr>
10
					<th title="Identifiant numérique du nom scientifique">num_nom</th>
10
					<th title="Identifiant numérique du nom scientifique">num_nom</th>
11
					<th>Nom scientifique</th>
11
					<th>Nom scientifique</th>
12
					<th>Auteur</th>
12
					<th>Auteur</th>
13
					<th>Année</th>
13
					<th>Année</th>
14
					<th>Référence bibliographique</th>
14
					<th>Référence bibliographique</th>
15
					<th>Nom addendum</th>
15
					<th>Nom addendum</th>
16
				</tr>
16
				</tr>
17
			</thead>
17
			</thead>
18
			<tbody>
18
			<tbody>
19
				<? foreach ($resultats as $resultat) : ?> 
19
				<? foreach ($resultats as $resultat) : ?> 
20
					<tr <?=($resultat['num_nom'] == $resultat['num_nom_retenu']) ? 'class="nom_retenu"' : '' ?>>
20
					<tr <?=($resultat['num_nom'] == $resultat['num_nom_retenu']) ? 'class="nom_retenu"' : '' ?>>
21
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom']?></a></td>
21
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom']?></a></td>
22
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['nom_sci']?></a>
22
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['nom_sci']?></a>
23
							<? if ($resultat['nom_sci'] != '') : ?>
23
							<? if ($resultat['nom_sci'] != '') : ?>
24
								<a href="<?=Recherche::getUrlRecherche($resultat['nom_sci'], $referentiel)?>">
24
								<a href="<?=Recherche::getUrlRecherche($resultat['nom_sci'], $referentiel)?>">
25
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
25
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
26
								</a>
26
								</a>
27
							<? endif; ?>
27
							<? endif; ?>
28
						</td>
28
						</td>
29
						<td><?=$resultat['auteur']?>
29
						<td><?=$resultat['auteur']?>
30
							<? if ($resultat['auteur'] != '') : ?>
30
							<? if ($resultat['auteur'] != '') : ?>
31
								<a href="<?=Recherche::getUrlRecherche('au:'.$resultat['auteur'], $referentiel)?>">
31
								<a href="<?=Recherche::getUrlRecherche('au:'.$resultat['auteur'], $referentiel)?>">
32
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
32
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
33
								</a>
33
								</a>
34
							<? endif; ?>
34
							<? endif; ?>
35
						</td>
35
						</td>
36
						<td><?=$resultat['annee']?>
36
						<td><?=$resultat['annee']?>
37
							<? if ($resultat['annee'] != '') : ?>
37
							<? if ($resultat['annee'] != '') : ?>
38
								<a href="<?=Recherche::getUrlRecherche('an:'.$resultat['annee'], $referentiel)?>">
38
								<a href="<?=Recherche::getUrlRecherche('an:'.$resultat['annee'], $referentiel)?>">
39
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
39
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
40
								</a>
40
								</a>
41
							<? endif; ?>
41
							<? endif; ?>
42
						</td>
42
						</td>
43
						<td><?=$resultat['biblio_origine']?>
43
						<td><?=$resultat['biblio_origine']?>
44
							<? if ($resultat['biblio_origine'] != '') : ?>
44
							<? if ($resultat['biblio_origine'] != '') : ?>
45
								<a href="<?=Recherche::getUrlRecherche('bib:'.$resultat['biblio_origine'], $referentiel)?>">
45
								<a href="<?=Recherche::getUrlRecherche('bib:'.$resultat['biblio_origine'], $referentiel)?>">
46
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
46
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
47
								</a>
47
								</a>
48
							<? endif; ?>
48
							<? endif; ?>
49
						</td>
49
						</td>
50
						<td><?=$resultat['nom_addendum']?>
50
						<td><?=$resultat['nom_addendum']?>
51
							<? if ($resultat['nom_addendum'] != '') : ?>
51
							<? if ($resultat['nom_addendum'] != '') : ?>
52
								<a href="<?=Recherche::getUrlRecherche('mots:',$resultat['nom_addendum'], $referentiel)?>">
52
								<a href="<?=Recherche::getUrlRecherche('mots:',$resultat['nom_addendum'], $referentiel)?>">
53
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
53
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
54
								</a>
54
								</a>
55
							<? endif; ?>
55
							<? endif; ?>
56
						</td>
56
						</td>
57
					</tr>
57
					</tr>
58
				<? endforeach; ?>
58
				<? endforeach; ?>
59
			</tbody>
59
			</tbody>
60
		</table>
60
		</table>
61
		<?=$fragmenteur ?>
61
		<?=$fragmenteur ?>
62
	<? endif; ?>
62
	<? endif; ?>
63
	
63
	
64
</div>
64
</div>
65
<!-- REF - FIN RESULTAT -->
65
<!-- REF - FIN RESULTAT -->