Subversion Repositories Applications.annuaire

Rev

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

Rev 7 Rev 8
Line 7... Line 7...
7
	Ajout d'une nouvelle liste			
7
	Ajout d'une nouvelle liste			
8
	</a>
8
	</a>
9
</p>
9
</p>
Line 10... Line 10...
10
 
10
 
-
 
11
<table class="liste">
-
 
12
	<tr>
11
<table class="liste">
13
		<th></th>
12
	<th>Identifiant </th>
14
		<th>Identifiant </th>
13
	<th>Nom</th>
15
		<th>Nom</th>
14
	<th>Abreviation</th>
16
		<th>Abreviation</th>
15
	<th>Description</th>
17
		<th>Description</th>
16
	<th> </th>
18
		<th> </th>
-
 
19
		<th> </th>
17
	<th> </th>
20
	</tr>
18
	<?php foreach ($ontologie as $element) : ?>
21
	<?php foreach ($ontologie as $element) : ?>
19
	<tr><td><a href="<?=$url_detail = clone($base_url); 
22
	<tr><td><a href="<?=$url_detail = clone($base_url); 
20
				$url_detail->setVariableRequete('m','liste_ontologie'); 
23
				$url_detail->setVariableRequete('m','liste_ontologie'); 
21
				$url_detail->setVariableRequete('id_liste',$element['amo_id_ontologie']); 
24
				$url_detail->setVariableRequete('id_liste',$element['amo_id_ontologie']); 
-
 
25
				echo $url_detail; ?>" title="Afficher le détail de la liste"> <img class="icone_moyenne_moins" src="<?=$base_url?>/annuaire/squelettes/images/voir_details_liste.png"/> </a></td>
22
				echo $url_detail; ?>" title="Afficher le détail de la liste"> <?=$element['amo_id_ontologie'] ?> </a></td>
26
		<td><?=$element['amo_id_ontologie'] ?>
23
		<td><?=$element['amo_nom'] ?></td>
27
		<td><?=$element['amo_nom'] ?></td>
24
		<td><?=$element['amo_abreviation'] ?></td>
28
		<td><?=$element['amo_abreviation'] ?></td>
25
		<td><?=$element['amo_description'] ?></td>
29
		<td><?=$element['amo_description'] ?></td>
26
		<td> <a href="<?=$url_detail = clone($base_url); 
30
		<td> <a href="<?=$url_detail = clone($base_url);