Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 152 Rev 154
Line 136... Line 136...
136
	</div>
136
	</div>
Line 137... Line 137...
137
	
137
	
138
	<div id="col-per-collection">
138
	<div id="col-per-collection">
139
		<h2>Collections liées</h2>
139
		<h2>Collections liées</h2>
-
 
140
		<?php if (count($collections) > 0) : ?>
140
		<?php if (count($collections) > 0) : ?>
141
		<?=$collectionsFrag?>
141
		<table>
142
		<table>
142
			<thead>
143
			<thead>
143
				<tr>
144
				<tr>
144
					<th>Collection</th>
145
					<th>Collection</th>
Line 161... Line 162...
161
	</div>
162
	</div>
Line 162... Line 163...
162
	
163
	
163
	<div id="col-per-institution">
164
	<div id="col-per-institution">
164
		<h2>Institution liées</h2>
165
		<h2>Institution liées</h2>
-
 
166
		<?php if (count($structures) > 0) : ?>
165
		<?php if (count($structures) > 0) : ?>
167
		<?=$structuresFrag?>
166
		<table>
168
		<table>
167
			<thead>
169
			<thead>
168
				<tr>
170
				<tr>
169
					<th>Structure</th>
171
					<th>Structure</th>