Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 116 → Rev 117

/trunk/squelettes/fiche_personne.tpl.html
13,7 → 13,7
<li><a href="#col-per-adresse">Adresses</a></li>
<li><a href="#col-per-info-nat">Informations naturalistes</a></li>
<li><a href="#col-per-publication">Publications liées</a></li>
<!-- A IMPLEMENTER <li><a href="#col-per-collection">Collections liées</a></li> -->
<li><a href="#col-per-collection">Collections liées</a></li>
<li><a href="#col-per-image">Images</a></li>
<li><a href="#col-per-meta">Méta-données</a></li>
</ul>
130,13 → 130,32
<?php endif; ?>
<hr class="nettoyeur"/>
</div>
<!-- A IMPLEMENTER
<div id="col-per-collection">
<h2>Collections liées</h2>
 
<?php if (count($collections) > 0) : ?>
<table>
<thead>
<tr>
<th>Collection</th>
<th>Relation</th>
</tr>
</thead>
<tbody>
<?php foreach ($collections as $collection) : ?>
<tr>
<td><a href="<?=$collection['_url_']?>"><?=$collection['cc_nom']?></a></td>
<td><?=$collection['_role_']?></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php else : ?>
<p>Aucune</p>
<?php endif; ?>
<hr class="nettoyeur"/>
</div>
-->
 
<div id="col-per-image">
<h2>Images</h2>
<?php if (count($info['_logos_']) > 0) : ?>