Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 89 | Rev 94 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89 Rev 93
Line 1... Line 1...
1
<!-- COL - DEBUT FICHE COLLECTION -->
1
<!-- COL - DEBUT FICHE COLLECTION -->
2
<script type="text/javascript">
2
<script type="text/javascript">
3
	$(function() {
3
	$(function() {
4
		$("#col-col").tabs();
4
		$("#col-col").tabs();
-
 
5
		$('span.courriel').courriel();
5
	});
6
	});
6
</script>
7
</script>
7
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
8
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
8
<dl>
9
<dl>
9
	<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
10
	<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
Line 326... Line 327...
326
		<p>Aucune note n'a été ajoutée.</p>
327
		<p>Aucune note n'a été ajoutée.</p>
327
		<?php endif; ?>
328
		<?php endif; ?>
328
	</div>
329
	</div>
Line 329... Line 330...
329
	
330
	
330
	<div id="col-col-meta">
331
	<div id="col-col-meta">
331
		<h2>Méta-données</h2>
-
 
332
		<dl>
-
 
333
			<dt>GUID</dt> <dd><?=$info['_guid_']?> </dd>
-
 
334
			<dt>Notes</dt> <dd><?=$info['cmhl_notes']?> </dd>
-
 
335
			<dt>Sources</dt> <dd><?=$info['cmhl_source']?> </dd>
-
 
336
			<dt>Modifié par</dt> <dd><?=$info['_modifier_par_']?> </dd>
-
 
337
			<dt>Date de dernière modification</dt> <dd><?=$info['cmhl_date_modification']?> </dd>
-
 
338
			<dt>État de l'enregistrement</dt> <dd><?=$info['_etat_']?> </dd>
-
 
339
		</dl>
-
 
340
		<hr class="nettoyeur"/>
332
		<?=$metadonnees?>
Line 341... Line 333...
341
	</div>
333
	</div>
342
	
334
	
343
</div>
335
</div>