Blame | Last modification | View Log | RSS feed
<? foreach ($observations as $obs) : ?>
<tr>
<td>
<? if (isset($obs['nn'])) : ?>
<a href="http://www.tela-botanica.org/nn<?=$obs['nn']?>" onclick="window.open(this.href); arreter(event); return false; "><?=$obs['nom']?></a>
<? else : ?>
<?=$obs['nom']?>
<? endif; ?>
</td>
<td> <?=$obs['date']?></td>
<td> <?=$obs['lieu']?></td>
<td> <?=$obs['observateur']?></td>
</tr>
<? endforeach; ?>