Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1435 → Rev 1436

/branches/v1.5-cisaille/widget/modules/carto/squelettes/obs_tableau.tpl.html
18,7 → 18,7
<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>
<a href="http://www.tela-botanica.org/bdtfx-nn-<?=$obs['nn']?>" onclick="window.open(this.href); arreter(event); return false; "><?=$obs['nom']?></a>
<? else : ?>
<?=$obs['nom']?>
<? endif; ?>