Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<? foreach ($observations as $obs) : ?>
        <tr>
                <td>&nbsp;
                <? 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>&nbsp;<?=$obs['date']?></td>
                <td>&nbsp;<?=$obs['lieu']?></td>
                <td>&nbsp;<?=$obs['observateur']?></td>
        </tr>
<? endforeach; ?>