Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 119 Rev 120
Line 12... Line 12...
12
		<li><a href="#col-per-general">Général</a></li>
12
		<li><a href="#col-per-general">Général</a></li>
13
		<li><a href="#col-per-adresse">Adresses</a></li>
13
		<li><a href="#col-per-adresse">Adresses</a></li>
14
		<li><a href="#col-per-info-nat">Informations naturalistes</a></li>
14
		<li><a href="#col-per-info-nat">Informations naturalistes</a></li>
15
		<li><a href="#col-per-publication">Publications liées</a></li>
15
		<li><a href="#col-per-publication">Publications liées</a></li>
16
		<li><a href="#col-per-collection">Collections liées</a></li>
16
		<li><a href="#col-per-collection">Collections liées</a></li>
-
 
17
		<li><a href="#col-per-institution">Institutions liées</a></li>
17
		<li><a href="#col-per-image">Images</a></li>
18
		<li><a href="#col-per-image">Images</a></li>
18
		<li><a href="#col-per-meta">Méta-données</a></li>
19
		<li><a href="#col-per-meta">Méta-données</a></li>
19
	</ul>
20
	</ul>
Line 20... Line 21...
20
	
21
	
Line 149... Line 150...
149
				</tr>
150
				</tr>
150
			<?php endforeach; ?>
151
			<?php endforeach; ?>
151
			</tbody>
152
			</tbody>
152
		</table>
153
		</table>
153
		<?php else : ?>
154
		<?php else : ?>
-
 
155
		<p>Aucune</p>
-
 
156
		<?php endif; ?>
-
 
157
		<hr class="nettoyeur"/>
-
 
158
	</div>
-
 
159
	
-
 
160
	<div id="col-per-institution">
-
 
161
		<h2>Institution liées</h2>
-
 
162
		<?php if (count($structures) > 0) : ?>
-
 
163
		<table>
-
 
164
			<thead>
-
 
165
				<tr>
-
 
166
					<th>Structure</th>
-
 
167
					<th>Fonction</th>
-
 
168
					<th>Statut</th>
-
 
169
				</tr>
-
 
170
			</thead>
-
 
171
			<tbody>
-
 
172
			<?php foreach ($structures as $structure) : ?>
-
 
173
				<tr>
-
 
174
					<td><a href="<?=$structure['_url_']?>" title="Accèder à la fiche de l'institution"><?=$structure['cs_nom']?></a></td>
-
 
175
					<td><?=$structure['_fonction_']?></td>
-
 
176
					<td><?=$structure['_statut_']?></td>
-
 
177
				</tr>
-
 
178
			<?php endforeach; ?>
-
 
179
			</tbody>
-
 
180
		</table>
-
 
181
		<?php else : ?>
154
		<p>Aucune</p>
182
		<p>Aucune</p>
155
		<?php endif; ?>
183
		<?php endif; ?>
156
		<hr class="nettoyeur"/>
184
		<hr class="nettoyeur"/>
157
	</div>
185
	</div>