Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 230 Rev 255
Line 52... Line 52...
52
			</dl>
52
			</dl>
Line 53... Line 53...
53
 
53
 
54
			<h3>Couvertures</h3>
54
			<h3>Couvertures</h3>
55
			<dl>
55
			<dl>
-
 
56
				<dt>Lieux concernés</dt> <dd><?=$info['_couverture_lieu_']?></dd>
56
				<dt>Lieux concernés</dt> <dd><?=$info['_couverture_lieu_']?></dd>
57
				<dt>Période de constitution</dt> <dd><?=$info['_couverture_periode_']?></dd>
57
			</dl>
58
			</dl>
58
			<hr class="nettoyeur"/>
59
			<hr class="nettoyeur"/>
Line 59... Line 60...
59
		</div>
60
		</div>
Line 145... Line 146...
145
				<dt>Type d'herbier</dt> <dd><?=$info['_type_']?></dd>
146
				<dt>Type d'herbier</dt> <dd><?=$info['_type_']?></dd>
146
				<dt>Nombre de cartons ou liasses échantillonnés</dt> <dd><?=$info['ccb_nbre_echantillon']?></dd>
147
				<dt>Nombre de cartons ou liasses échantillonnés</dt> <dd><?=$info['ccb_nbre_echantillon']?></dd>
147
			</dl>
148
			</dl>
Line 148... Line 149...
148
 
149
 
149
			<h3>Types d'unité de rangement de la collection botanique</h3>
150
			<h3>Types d'unité de rangement de la collection botanique</h3>
150
			<dl class="label-court">
151
			<dl class="label-grand">
-
 
152
				<dt>État général</dt> <dd><?=$info['_unite_rangement_etat_']?></dd>
-
 
153
				<dt>Cartons</dt> <dd><?=$info['_cartons_']?>&nbsp;</dd>
-
 
154
				<dt>Liasses</dt> <dd><?=$info['_liasses_']?></dd>
151
				<dt>État général</dt> <dd><?=$info['_unite_rangement_etat_']?></dd>
155
				<dt>Autres unités de rangement</dt> <dd><?=$info['_autres_rangements_']?></dd>
152
			</dl>
156
			</dl>
153
			<hr class="nettoyeur"/>
-
 
154
			<?php if (count($info['_rangements_']) > 0) : ?>
-
 
155
			<table>
-
 
156
				<thead>
157
			<hr class="nettoyeur"/>
157
					<tr>
-
 
158
						<th>Type</th>
-
 
159
						<th>Nombre</th>
-
 
160
						<th>Précision</th>
-
 
161
						<th>Format (en cm.)</th>
-
 
162
					</tr>
-
 
163
				</thead>
-
 
164
				<tbody>
-
 
165
				<?php foreach ($info['_rangements_'] as $rangement) : ?>
-
 
166
					<tr>
-
 
167
						<td><?=$rangement['type']?></td>
-
 
168
						<td><?=$rangement['nbre']?></td>
-
 
169
						<td><?=$rangement['precision']?></td>
-
 
170
						<td><?=$rangement['format']?></td>
-
 
171
					</tr>
-
 
172
				<?php endforeach; ?>
-
 
173
				</tbody>
-
 
174
			</table>
-
 
175
			<?php else : ?>
-
 
176
			<p>Aucune unité de rangement n'a été renseignée.</p>
-
 
Line 177... Line 158...
177
			<?php endif; ?>
158
			
178
 
-
 
179
			<h3>Types d'unité de base de la collection si différent de l'unité de rangement</h3>
-
 
180
			<?php if (count($info['_unites_base_']) > 0) : ?>
-
 
181
			<table>
-
 
182
				<thead>
-
 
183
					<tr>
159
 
184
						<th colspan="4">Unité de base</th>
-
 
185
						<th colspan="2">Parts</th>
-
 
186
						<th colspan="2">Espèces</th>
-
 
187
					</tr>
-
 
188
					<tr>
-
 
189
						<th>Type</th>
-
 
190
						<th>Nombre</th>
-
 
191
						<th>Précision</th>
-
 
192
						<th>Format (en cm.)</th>
-
 
193
						<th>Nombre</th>
-
 
194
						<th>Précision</th>
-
 
195
						<th>Nombre</th>
-
 
196
						<th>Précision</th>
-
 
197
					</tr>
-
 
198
				</thead>
-
 
199
				<tbody>
-
 
200
				<?php foreach ($info['_unites_base_'] as $unite_base) : ?>
-
 
201
					<tr>
-
 
202
						<td><?=$unite_base['type']?></td>
-
 
203
						<td><?=$unite_base['nbre']?></td>
-
 
204
						<td><?=$unite_base['precision']?></td>
-
 
205
						<td><?=$unite_base['format']?></td>
-
 
206
						<td><?=$unite_base['part_nbre']?></td>
160
			<h3>Types d'unité de base de la collection si différent de l'unité de rangement</h3>
207
						<td><?=$unite_base['part_precision']?></td>
161
			<dl class="label-grand">
208
						<td><?=$unite_base['sp_nbre']?></td>
-
 
209
						<td><?=$unite_base['sp_precision']?></td>
-
 
210
					</tr>
-
 
211
				<?php endforeach; ?>
162
				<dt>Planches d'herbier</dt> <dd><?=$info['_nb_planches_herbier_']?></dd>
212
				</tbody>
163
				<dt>Nombre d'espèces</dt> <dd><?=$info['_nb_especes_']?>&nbsp;</dd>
213
			</table>
-
 
214
			<?php else : ?>
-
 
Line 215... Line 164...
215
			<p>Aucune unité de base n'a été renseignée.</p>
164
			</dl>
216
			<?php endif; ?>
165
			<hr class="nettoyeur"/>
217
 
166
 
218
			<h3>Conservation</h3>
167
			<h3>Conservation</h3>