Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 17 → Rev 18

/trunk/squelettes/fiche_collection.tpl.html
1,6 → 1,6
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
<dl>
<dt>Structure</dt> <dd><?=$info['_structure_nom_']?></dd>
<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
<dt>Ville</dt> <dd><?=$info['_structure_ville_']?></dd>
</dl>
 
84,6 → 84,7
<?php else : ?>
<p>Aucune</p>
<?php endif; ?>
 
<h2>Publications</h2>
<h3>Publication(s) de la collection</h3>
<?php if (count($publications) > 0) : ?>
118,7 → 119,185
<?php else : ?>
<p>Aucune</p>
<?php endif; ?>
 
<h2>Description</h2>
<h3>Description et état de la collection</h3>
<dl>
<dt>Type d'herbier</dt> <dd><?=$info['_type_']?></dd>
<dt>Nombre de cartons ou liasses échantillonnés</dt> <dd><?=$info['ccb_nbre_echantillon']?></dd>
</dl>
 
<h3>Types d'unité de rangement de la collection botanique</h3>
<dl>
<dt>État général</dt> <dd><?=$info['_unite_rangement_etat_']?></dd>
</dl>
<?php if (count($info['_rangements_']) > 0) : ?>
<table>
<thead>
<tr>
<th>Type</th>
<th>Nombre</th>
<th>Précision</th>
<th>Format</th>
</tr>
</thead>
<tbody>
<?php foreach ($info['_rangements_'] as $rangement) : ?>
<tr>
<td><?=$rangement['type']?></td>
<td><?=$rangement['nbre']?></td>
<td><?=$rangement['precision']?></td>
<td><?=$rangement['format']?></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php else : ?>
<p>Aucune unité de rangement n'a été renseignée.</p>
<?php endif; ?>
 
<h3>Types d'unité de base de la collection si différent de l'untité de rangement</h3>
<?php if (count($info['_unites_base_']) > 0) : ?>
<table>
<thead>
<tr>
<th colspan="4">Unité de base</th>
<th colspan="2">Parts</th>
<th colspan="2">Espèces</th>
</tr>
<tr>
<th>Type</th>
<th>Nombre</th>
<th>Précision</th>
<th>Format</th>
<th>Nombre</th>
<th>Précision</th>
<th>Nombre</th>
<th>Précision</th>
</tr>
</thead>
<tbody>
<?php foreach ($info['_unites_base_'] as $unite_base) : ?>
<tr>
<td><?=$unite_base['type']?></td>
<td><?=$unite_base['nbre']?></td>
<td><?=$unite_base['precision']?></td>
<td><?=$unite_base['format']?></td>
<td><?=$unite_base['part_nbre']?></td>
<td><?=$unite_base['part_precision']?></td>
<td><?=$unite_base['sp_nbre']?></td>
<td><?=$unite_base['sp_precision']?></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php else : ?>
<p>Aucune unité de base n'a été renseignée.</p>
<?php endif; ?>
 
<h3>Conservation</h3>
<dl>
<dt>Type de papier</dt> <dd><?=$info['']?></dd>
<dt>Méthode</dt> <dd><?=$info['']?></dd>
</dl>
 
<h3>Étiquettes</h3>
<dl>
<dt>% de spécimen fixés</dt> <dd><?=$info['']?></dd>
<dt>% d'étiquettes fixées</dt> <dd><?=$info['']?></dd>
<dt>Méthode de fixation du spécimen</dt> <dd><?=$info['']?></dd>
<dt>Méthode de fixation des étiquettes au support</dt> <dd><?=$info['']?></dd>
<dt>Méthode de fixation des étiquettes au spécimen</dt> <dd><?=$info['']?></dd>
<dt>Type d'écriture des étiquettes</dt> <dd><?=$info['']?></dd>
</dl>
 
<h3>Traitements</h3>
<dl>
<dt>Traitement</dt> <dd><?=$info['']?></dd>
<dt>Empoisonnement</dt> <dd><?=$info['']?></dd>
<dt>Pesticide</dt> <dd><?=$info['']?></dd>
</dl>
 
<h3>État général et dégradation</h3>
<dl>
<dt>État général</dt> <dd><?=$info['']?></dd>
<dt>Causes de dégradation des spécimens</dt> <dd><?=$info['']?></dd>
<dt>Causes de dégradation de la présentation</dt> <dd><?=$info['']?></dd>
<dt>Détermination des échantillons</dt> <dd><?=$info['']?></dd>
</dl>
 
<h2>Contenu</h2>
<h3>Nature</h3>
<dl>
<dt>Nature de la collection</dt> <dd><?=$info['']?></dd>
<dt>Collection spécialisée</dt> <dd><?=$info['']?></dd>
</dl>
 
<h3>Période de constitution</h3>
<dl>
<dt>Période de constitution</dt> <dd><?=$info['']?></dd>
<dt>Date de DÉBUT de récolte</dt> <dd><?=$info['']?></dd>
<dt>Date de FIN de récolte</dt> <dd><?=$info['']?></dd>
</dl>
 
<h3>Classement</h3>
<dl>
<dt>État du classement</dt> <dd><?=$info['']?></dd>
<dt>Principe de classement</dt> <dd><?=$info['']?></dd>
</dl>
 
<h3>Étiquette</h3>
<dl>
<dt>Renseignements</dt> <dd><?=$info['']?></dd>
<dt>Localités précises</dt> <dd><?=$info['']?></dd>
<dt>Dates précises</dt> <dd><?=$info['']?></dd>
<dt>Annotations</dt> <dd><?=$info['']?></dd>
</dl>
 
<h3>Collections intégrées</h3>
<dl>
<dt>Intégration de collection antérieures</dt> <dd><?=$info['']?></dd>
<dt>Nom de la collection sur les étiquettes</dt> <dd><?=$info['']?></dd>
</dl>
 
<h2>Inventaire</h2>
<h2>Notes</h2>
<h3>Inventaire (autre que celui de l'auteur)</h3>
<dl>
<dt>Existence inventaire</dt> <dd><?=$info['']?></dd>
<dt>Participation de l'auteur</dt> <dd><?=$info['']?></dd>
<dt>Forme de l'inventaire</dt> <dd><?=$info['']?></dd>
<dt>Informations disponibles</dt> <dd><?=$info['']?></dd>
<dt>Logiciel utilisé</dt> <dd><?=$info['']?></dd>
<dt>% en base de données</dt> <dd><?=$info['']?></dd>
<dt>État inventaire</dt> <dd><?=$info['']?></dd>
</dl>
 
<h2>Notes</h2>
<h3>Notes liées à la collection</h3>
<?php if (count($notes) > 0) : ?>
<table>
<thead>
<tr>
<th>Type</th>
<th>Titre</th>
<th>Importance</th>
<th>Accès</th>
</tr>
</thead>
<tbody>
<?php foreach ($notes as $note) : ?>
<tr>
<td><?=$note['']?></td>
<td><?=$note['']?></td>
<td><?=$note['']?></td>
<td><?=$note['']?></td>
</tr>
<tr>
<td colspan="4"><?=$note['']?></td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<?php else : ?>
<p>Aucune note n'a été ajoutée.</p>
<?php endif; ?>