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