Subversion Repositories Applications.referentiel

Rev

Rev 88 | Rev 93 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88 Rev 91
Line 223... Line 223...
223
	</div>
223
	</div>
Line 224... Line 224...
224
 
224
 
225
	<div id="ref-ref-synonymie">
225
	<div id="ref-ref-synonymie">
226
		<h2>Synonymie</h2>
226
		<h2>Synonymie</h2>
227
		<? if (isset($fiche_synonymie)) : 
-
 
228
			foreach($fiche_synonymie as $ordre => $fiche) {
227
		<? if (isset($fiche_synonymie)) : 
229
				foreach ($fiche as $type => $synonymes) {?>
228
			foreach ($fiche_synonymie as $type => $synonymes) {?>
230
					<table>
229
			<table>
231
						<thead>
230
				<thead>
232
							<tr><th colspan="3"><?=($type == 'Homonymie (sensu)') ? $type : "Synonymie ".$type;?></th></tr>
231
					<tr><th colspan="3"><?=($type == 'Homonymie (sensu)') ? $type : "Synonymie ".$type;?></th></tr>
233
							<tr>
232
					<tr>
Line 254... Line 253...
254
								</tr>		
253
						</tr>		
255
							<? } ?>
254
					<? } ?>
256
						</tbody>
255
				</tbody>
257
					</table>
256
			</table>
258
					<br/>	
257
			<br/>	
259
		<? } } endif;?>
258
		<? } endif;?>
260
	</div>
259
	</div>
Line 261... Line 260...
261
	
260
	
262
	<div id="ref-ref-classification">
261
	<div id="ref-ref-classification">