Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 117 → Rev 118

/trunk/squelettes/fiche_structure.tpl.html
72,6 → 72,7
<thead>
<tr>
<th>Fonction</th>
<th>Nom Complet</th>
<th>Prénom</th>
<th>Nom</th>
<th>Tél. Fixe / Fax</th>
86,6 → 87,7
<?php foreach ($personnel as $personne) : ?>
<tr>
<td><?=$personne['_fonction_']?></td>
<td><a href="<?=$personne['_url_']?>" title="Accèder à la fiche de la personne"><?=$personne['cp_fmt_nom_complet']?></a></td>
<td><?=$personne['cp_prenom']?></td>
<td><?=$personne['cp_nom']?></td>
<td><?=$personne['_tel_fax_']?></td>
173,7 → 175,7
<?php if (count($collections) > 0) : ?>
<ul>
<?php foreach ($collections as $collection) : ?>
<li><a href="<?=$collection['_url_']?>"><?=$collection['cc_nom']?></a></li>
<li><a href="<?=$collection['_url_']?>" title="Accèder à la fiche de la collection"><?=$collection['cc_nom']?></a></li>
<?php endforeach; ?>
</ul>
<?php endif; ?>