Rev 221 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<h2>Méta-données</h2>
<dl class="label-moyen">
<dt>GUID (Permalien)</dt> <dd><a href="<?=$_guid_url_?>"><?=$_guid_?></a></dd>
<dt>Notes</dt> <dd><?=$_notes_?></dd>
<dt>Sources</dt> <dd><?=$_source_?> </dd>
<?php if($_expert_ != null) { ?>
<dt>Collection expertisée par </dt> <dd><?=$_expert_; ?> </dd>
<?php } ?>
<?php if($_contributeur_ != null) { ?>
<dt>Fiche saisie par </dt> <dd><?=$_contributeur_; ?> </dd>
<?php } ?>
<dt>Modifié par</dt> <dd><?=$_modifier_par_?> (<?=$_modifier_par_courriel_?>)</dd>
<dt>Date de dernière modification</dt> <dd><?=$_date_modification_?> </dd>
<dt>État de l'enregistrement</dt> <dd><?=$_etat_?> </dd>
</dl>
<hr class="nettoyeur"/>