Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 14 | Rev 18 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
<dl>
        <dt>Structure</dt> <dd><?=$info['_structure_nom_']?></dd>
        <dt>Ville</dt> <dd><?=$info['_structure_ville_']?></dd>
</dl>

<h2>Général</h2>
<h3>Renseignements administratifs</h3>
<dl>
        <dt>Autres intitulés</dt> <dd><?=$info['_nom_alternatif_']?></dd>
        <dt>À pour collection parente</dt> <dd><?=$info['_collection_mere_nom_']?> <?php if ($info['cc_ce_mere'] != '0') : ?><span class="discretion">(id:<?=$info['cc_ce_mere']?>)</span><?php endif; ?></dd>
        <dt>Type de collection</dt> <dd><?=$info['_type_ncd_']?></dd>
        <dt>Statut</dt> <dd><?=$info['_type_depot_']?></dd>
        <dt>Identifiants alternatifs</dt> <dd><?=$info['_identifiant_alternatif_']?></dd>
        <dt>Acronymes</dt> <dd><?=$info['_code_']?></dd>
        <dt>Cote</dt> <dd><?=$info['cc_cote']?></dd>
</dl>

<h3>Statut, intitulés et codes</h3>
<dl>
        <dt>Description</dt> <dd><?=$info['cc_description']?></dd>
        <dt>Description spécialiste</dt> <dd><?=$info['cc_description_specialiste']?></dd>
        <dt>Historique</dt> <dd><?=$info['cc_historique']?></dd>
        <dt>Site web</dt> <dd><?=$info['_url_']?></dd>
</dl>

<h3>Spécimens «types»</h3>
<dl>
        <dt>Présence</dt> <dd><?=$info['_specimen_type_']?></dd>
        <dt>Nombre</dt> <dd><?=$info['cc_specimen_type_nbre']?> <?=$info['_specimen_type_nbre_precision_']?></dd>
        <dt>Classement</dt> <dd><?=$info['_specimen_type_classement_']?></dd>
</dl>

<h3>Couvertures</h3>
<dl>
        <dt>Principe de groupement</dt> <dd><?=$info['_groupement_principe_']?></dd>
        <dt>But du groupement</dt> <dd><?=$info['_groupement_but_']?></dd>
        <dt>Lieux concernés</dt> <dd><?=$info['_couverture_lieu_']?></dd>
</dl>

<h3>Divers</h3>
<dl>
        <dt>GUID</dt> <dd><?=$info['cc_guid']?> </dd>
        <dt>Notes</dt> <dd><?=$info['cmhl_notes']?> </dd>
        <dt>Sources</dt> <dd><?=$info['cmhl_source']?> </dd>
        <dt>Modifié par</dt> <dd><?=$info['_modifier_par_']?> </dd>
        <dt>Date de dernière modification</dt> <dd><?=$info['cmhl_date_modification']?> </dd>
        <dt>État de l'enregistrement</dt> <dd><?=$info['_etat_']?> </dd>
</dl>

<h2>Personnes</h2>
<h3>Personne(s) liées à la collection</h3>
<?php if (count($personnes) > 0) : ?>
<table>
        <thead>
                <tr>
                        <th>Relation</th>
                        <th>Nom Complet</th>
                        <th>Nom</th>
                        <th>Prénom</th>
                        <th>Date de naissance</th>
                        <th>Lieu de naissance</th>
                        <th>Décès</th>
                        <th>Date de décès</th>
                        <th>Lieu de décès</th>
                </tr>
        </thead>
        <tbody>
        <?php foreach ($personnes as $personne) : ?>
                <tr>
                        <td><?=$personne['_role_']?></td>
                        <td><?=$personne['cp_fmt_nom_complet']?></td>
                        <td><?=$personne['cp_nom']?></td>
                        <td><?=$personne['cp_prenom']?></td>
                        <td><?=$personne['_naissance_date_']?></td>
                        <td><?=$personne['cp_naissance_lieu']?></td>
                        <td><?=$personne['_deces_']?></td>
                        <td><?=$personne['_deces_date_']?></td>
                        <td><?=$personne['cp_deces_lieu']?></td>
                </tr>
        <?php endforeach; ?>
        </tbody>
</table>
<?php else : ?>
<p>Aucune</p>
<?php endif; ?>
<h2>Publications</h2>
<h3>Publication(s) de la collection</h3>
<?php if (count($publications) > 0) : ?>
<table>
        <thead>
                <tr>
                        <th>Auteurs</th>
                        <th>Titre</th>
                        <th>Nom de la revue / collection</th>
                        <th>Éditeur</th>
                        <th>Année</th>
                        <th>Série / Tome</th>
                        <th>Fascicule</th>
                        <th>Page(s)</th>
                </tr>
        </thead>
        <tbody>
        <?php foreach ($publications as $publication) : ?>
                <tr>
                        <td><?=$publication['cpu_fmt_auteur']?></td>
                        <td><?=$publication['cpu_titre']?></td>
                        <td><?=$publication['cpu_collection']?></td>
                        <td><?=$publication['_editeur_']?></td>
                        <td><?=$publication['_date_parution_']?></td>
                        <td><?=$publication['cpu_indication_nvt']?></td>
                        <td><?=$publication['cpu_fascicule']?></td>
                        <td><?=$publication['cpu_truk_pages']?></td>
                </tr>
        <?php endforeach; ?>
        </tbody>
</table>
<?php else : ?>
<p>Aucune</p>
<?php endif; ?>
<h2>Description</h2>
<h2>Contenu</h2>
<h2>Inventaire</h2>
<h2>Notes</h2>