Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 141 | Rev 176 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 141 Rev 150
Line 69... Line 69...
69
			<dt>Personnel des collections</dt> <dd><?=count($personnel)?></dd>
69
			<dt>Personnel des collections</dt> <dd><?=count($personnel)?></dd>
70
		</dl>
70
		</dl>
71
		<hr class="nettoyeur"/>
71
		<hr class="nettoyeur"/>
72
		<?php if (count($personnel) > 0) : ?>
72
		<?php if (count($personnel) > 0) : ?>
73
		<h3>Membres du personnel</h3>
73
		<h3>Membres du personnel</h3>
-
 
74
		<?=$personnelFrag;?>
74
		<table>
75
		<table>
75
			<thead>
76
			<thead>
76
				<tr>
77
				<tr>
77
					<th>Fonction</th>
78
					<th>Fonction</th>
78
					<th>Nom Complet</th>
79
					<th>Nom Complet</th>
Line 174... Line 175...
174
	
175
	
175
	<div id="col-str-collection">
176
	<div id="col-str-collection">
176
		<h2 id="col-str-titre-collection">Collections</h2>
177
		<h2 id="col-str-titre-collection">Collections</h2>
177
		<h3>Collections liées à cette institution</h3>
178
		<h3>Collections liées à cette institution</h3>
-
 
179
		<?php if (count($collections) > 0) : ?>
178
		<?php if (count($collections) > 0) : ?>
180
		<?=$collectionsFrag;?>
179
		<ul>
181
		<ul>
180
		<?php foreach ($collections as $collection) : ?>
182
		<?php foreach ($collections as $collection) : ?>
181
			<li><a href="<?=$collection['_url_']?>" title="Accèder à la fiche de la collection"><?=$collection['cc_nom']?></a></li>
183
			<li><a href="<?=$collection['_url_']?>" title="Accèder à la fiche de la collection"><?=$collection['cc_nom']?></a></li>
182
		<?php endforeach; ?>
184
		<?php endforeach; ?>