Subversion Repositories eFlore/Applications.cel

Rev

Rev 492 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 492 Rev 496
Line 8... Line 8...
8
	<h2><?=count($observations)?> observations pour <?=(isset($commune) ? $commune : '?')?></h2>
8
	<h2><?=count($observations)?> observations pour <?=(isset($commune) ? $commune : '?')?></h2>
9
	<ol>
9
	<ol>
10
		<? foreach ($observations as $obs) : ?>
10
		<? foreach ($observations as $obs) : ?>
11
		<li>
11
		<li>
12
			<dl>
12
			<dl>
-
 
13
				<dt class="champ_nom_latin">Nom</dt><dd>
13
				<dt class="champ_nom_latin">Nom</dt><dd><a href="http://www.tela-botanica.org/nn<?=$obs['nn']?>" onclick="window.open(this.href); arreter(event); return false; "><?=$obs['nom']?></a></dd>
14
					<a href="http://www.tela-botanica.org/nn<?=$obs['nn']?>" onclick="window.open(this.href); arreter(event); return false; ">
-
 
15
						<?=html_entity_decode($obs['nom'])?>
-
 
16
					</a></dd>
14
				<dt>Lieu</dt><dd><?=$obs['lieu']?></dd>
17
				<dt>Lieu</dt><dd><?=$obs['lieu']?></dd>
15
				<dt>PubliƩ par</dt><dd><?=$obs['observateur']?></dd>
18
				<dt>PubliƩ par</dt><dd><?=$obs['observateur']?></dd>
16
				<dt>Le</dt><dd><?=$obs['date']?></dd>
19
				<dt>Le</dt><dd><?=$obs['date']?></dd>
17
			</dl>
20
			</dl>
18
		</li>
21
		</li>