Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 118 → Rev 119

/trunk/squelettes/fiche_personne.tpl.html
144,7 → 144,7
<tbody>
<?php foreach ($collections as $collection) : ?>
<tr>
<td><a href="<?=$collection['_url_']?>"><?=$collection['cc_nom']?></a></td>
<td><a href="<?=$collection['_url_']?>" title="Accèder à la fiche de la collection"><?=$collection['cc_nom']?></a></td>
<td><?=$collection['_role_']?></td>
</tr>
<?php endforeach; ?>