Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 149 → Rev 150

/trunk/squelettes/fiche_structure.tpl.html
71,6 → 71,7
<hr class="nettoyeur"/>
<?php if (count($personnel) > 0) : ?>
<h3>Membres du personnel</h3>
<?=$personnelFrag;?>
<table>
<thead>
<tr>
176,6 → 177,7
<h2 id="col-str-titre-collection">Collections</h2>
<h3>Collections liées à cette institution</h3>
<?php if (count($collections) > 0) : ?>
<?=$collectionsFrag;?>
<ul>
<?php foreach ($collections as $collection) : ?>
<li><a href="<?=$collection['_url_']?>" title="Accèder à la fiche de la collection"><?=$collection['cc_nom']?></a></li>