Subversion Repositories Applications.annuaire

Rev

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

Rev 7 Rev 8
Line 8... Line 8...
8
	Ajouter un nouvel élement		
8
	Ajouter un nouvel élement		
9
	</a>
9
	</a>
10
</p>
10
</p>
Line 11... Line 11...
11
 
11
 
-
 
12
<table class="liste">
12
<table class="liste">
13
	<tr>
13
	<th>Identifiant</th>
14
		<th>Identifiant</th>
14
	<th>Nom</th>
15
		<th>Nom</th>
15
	<th>Abreviation</th>
16
		<th>Abreviation</th>
16
	<th>Description</th>
17
		<th>Description</th>
17
	<th> </th>
18
		<th> </th>
-
 
19
		<th> </th>
18
	<th> </th>
20
	</tr>
19
	<?php foreach ($ontologie as $element) : ?>
21
	<?php foreach ($ontologie as $element) : ?>
20
	<tr>
22
	<tr>
21
		<td><?=$element['amo_id_ontologie'] ?></td>
23
		<td><?=$element['amo_id_ontologie'] ?></td>
22
		<td><?=$element['amo_nom'] ?></td>
24
		<td><?=$element['amo_nom'] ?></td>