Subversion Repositories Applications.referentiel

Rev

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

Rev 242 Rev 246
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
		<div>
-
 
6
			<div style="float:left;"><?=$fragmenteur ?></div>
-
 
7
			<div style="float:right; padding-right:20px;">
5
		<?=$fragmenteur ?>
8
				<h2>Légende :</h2>
-
 
9
				<span class="transmis">transmis à taxref</span><br />
-
 
10
				<span class="non_transmis">exclu de taxref</span><br />
-
 
11
				<span class="nom_retenu">nom retenu</span>
-
 
12
			</div>
-
 
13
		</div>
-
 
14
		<hr class="nettoyage">
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>
15
		<i style="float:left;">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> 
16
		<table> 
8
			<thead>
17
			<thead>
9
				<tr>
18
				<tr>
10
					<th title="Identifiant numérique du nom scientifique">num_nom</th>
19
					<th title="Identifiant numérique du nom scientifique">num_nom</th>
-
 
20
					<th title="Identifiant numérique du nom scientifique retenu">num_nom_retenu</th>
11
					<th>Nom scientifique</th>
21
					<th>Nom scientifique</th>
12
					<th>Auteur</th>
22
					<th>Auteur</th>
13
					<th>Année</th>
23
					<th>Année</th>
14
					<th>Référence bibliographique</th>
24
					<th>Référence bibliographique</th>
15
					<th>Présence</th>
25
					<th>Présence</th>
16
					<th>Nom addendum</th>
26
					<th>Nom addendum</th>
17
				</tr>
27
				</tr>
18
			</thead>
28
			</thead>
19
			<tbody>
29
			<tbody>
20
				<? foreach ($resultats as $resultat) : ?> 
30
				<? foreach ($resultats as $resultat) : ?> 
-
 
31
					<tr <?=($resultat['exclure_taxref'] == 0) ? 'class="transmis' : 'class="non_transmis' ?>
21
					<tr <?=($resultat['num_nom'] == $resultat['num_nom_retenu']) ? 'class="nom_retenu"' : '' ?>>
32
					<?=($resultat['num_nom'] == $resultat['num_nom_retenu']) ? ' nom_retenu"' : '"' ?>>
22
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom']?></a></td>
33
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom']?></a></td>
-
 
34
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['num_nom_retenu']?></a></td>
23
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['nom_sci']?></a>
35
						<td><a href="<?=Recherche::getUrlFicheTaxon($resultat)?>"><?=$resultat['nom_sci']?></a>
24
							<? if ($resultat['nom_sci'] != '') : ?>
36
							<? if ($resultat['nom_sci'] != '') : ?>
25
								<a href="<?=Recherche::getUrlRecherche($resultat['nom_sci'], $referentiel)?>">
37
								<a href="<?=Recherche::getUrlRecherche($resultat['nom_sci'], $referentiel)?>">
26
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
38
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
27
								</a>
39
								</a>
28
							<? endif; ?>
40
							<? endif; ?>
29
						</td>
41
						</td>
30
						<td><?=$resultat['auteur']?>
42
						<td><?=$resultat['auteur']?>
31
							<? if ($resultat['auteur'] != '') : ?>
43
							<? if ($resultat['auteur'] != '') : ?>
32
								<a href="<?=Recherche::getUrlRecherche('au:'.$resultat['auteur'], $referentiel)?>">
44
								<a href="<?=Recherche::getUrlRecherche('au:'.$resultat['auteur'], $referentiel)?>">
33
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
45
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
34
								</a>
46
								</a>
35
							<? endif; ?>
47
							<? endif; ?>
36
						</td>
48
						</td>
37
						<td><?=$resultat['annee']?>
49
						<td><?=$resultat['annee']?>
38
							<? if ($resultat['annee'] != '') : ?>
50
							<? if ($resultat['annee'] != '') : ?>
39
								<a href="<?=Recherche::getUrlRecherche('an:'.$resultat['annee'], $referentiel)?>">
51
								<a href="<?=Recherche::getUrlRecherche('an:'.$resultat['annee'], $referentiel)?>">
40
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
52
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
41
								</a>
53
								</a>
42
							<? endif; ?>
54
							<? endif; ?>
43
						</td>
55
						</td>
44
						<td><?=$resultat['biblio_origine']?>
56
						<td><?=$resultat['biblio_origine']?>
45
							<? if ($resultat['biblio_origine'] != '') : ?>
57
							<? if ($resultat['biblio_origine'] != '') : ?>
46
								<a href="<?=Recherche::getUrlRecherche('bib:'.$resultat['biblio_origine'], $referentiel)?>">
58
								<a href="<?=Recherche::getUrlRecherche('bib:'.$resultat['biblio_origine'], $referentiel)?>">
47
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
59
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
48
								</a>
60
								</a>
49
							<? endif; ?>
61
							<? endif; ?>
50
						</td>
62
						</td>
51
						<td> 
63
						<td> 
52
							<? if ($resultat['presence'] != '') : ?>
64
							<? if ($resultat['presence'] != '') : ?>
53
								<span title="<?=$valeur_presence[$resultat['presence']];?>"><?=$resultat['presence'];?></span>
65
								<span title="<?=$valeur_presence[$resultat['presence']];?>"><?=$resultat['presence'];?></span>
54
								<a href="<?=Recherche::getUrlRecherche('pre:1', $referentiel)?>">
66
								<a href="<?=Recherche::getUrlRecherche('pre:1', $referentiel)?>">
55
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
67
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
56
								</a>
68
								</a>
57
							<? endif; ?>
69
							<? endif; ?>
58
						</td>
70
						</td>
59
						<td><?=$resultat['nom_addendum']?>
71
						<td><?=$resultat['nom_addendum']?>
60
							<? if ($resultat['nom_addendum'] != '') : ?>
72
							<? if ($resultat['nom_addendum'] != '') : ?>
61
								<a href="<?=Recherche::getUrlRecherche('mots:'.$resultat['nom_addendum'], $referentiel)?>">
73
								<a href="<?=Recherche::getUrlRecherche('mots:'.$resultat['nom_addendum'], $referentiel)?>">
62
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
74
									<img src="./interfaces/squelettes/css/referentiel/images/data_query.png" alt="rechercher"/>
63
								</a>
75
								</a>
64
							<? endif; ?>
76
							<? endif; ?>
65
						</td>
77
						</td>
66
					</tr>
78
					</tr>
67
				<? endforeach; ?>
79
				<? endforeach; ?>
68
			</tbody>
80
			</tbody>
69
		</table>
81
		</table>
70
		<?=$fragmenteur ?>
82
		<?=$fragmenteur ?>
71
	<? endif; ?>
83
	<? endif; ?>
72
	
84
	
73
</div>
85
</div>
74
<!-- REF - FIN RESULTAT -->
86
<!-- REF - FIN RESULTAT -->