Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 16 Rev 18
Line 140... Line 140...
140
	<?php if ($info['csv_mark_recherche'] == '1') : ?>
140
	<?php if ($info['csv_mark_recherche'] == '1') : ?>
141
		<dt>Provenance des chercheurs</dt> <dd><?=$info['_recherche_provenance_']?></dd>
141
		<dt>Provenance des chercheurs</dt> <dd><?=$info['_recherche_provenance_']?></dd>
142
		<dt>Type de recherche</dt> <dd><?=$info['_recherche_type_']?></dd>
142
		<dt>Type de recherche</dt> <dd><?=$info['_recherche_type_']?></dd>
143
	<?php endif; ?>
143
	<?php endif; ?>
144
</dl>
144
</dl>
-
 
145
 
-
 
146
<h2>Collections</h2>
-
 
147
<h3>Collections liées à cette institution</h3>
-
 
148
<?php if (count($collections) > 0) : ?>
-
 
149
<ul>
-
 
150
<?php foreach ($collections as $collection) : ?>
-
 
151
	<li><a href="<?=$collection['_url_']?>"><?=$collection['cc_nom']?></a></li>
-
 
152
<?php endforeach; ?>
-
 
153
</ul>
-
 
154
<?php endif; ?>
145
<hr />
155
<hr />
146
<!-- FIN FICHE STRUCTURE -->
156
<!-- FIN FICHE STRUCTURE -->
147
157