Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 7 → Rev 8

/trunk/squelettes/ontologies/liste_des_listes.tpl.html
9,17 → 9,21
</p>
 
<table class="liste">
<th>Identifiant </th>
<th>Nom</th>
<th>Abreviation</th>
<th>Description</th>
<th> </th>
<th> </th>
<tr>
<th></th>
<th>Identifiant </th>
<th>Nom</th>
<th>Abreviation</th>
<th>Description</th>
<th> </th>
<th> </th>
</tr>
<?php foreach ($ontologie as $element) : ?>
<tr><td><a href="<?=$url_detail = clone($base_url);
$url_detail->setVariableRequete('m','liste_ontologie');
$url_detail->setVariableRequete('id_liste',$element['amo_id_ontologie']);
echo $url_detail; ?>" title="Afficher le détail de la liste"> <?=$element['amo_id_ontologie'] ?> </a></td>
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>
<td><?=$element['amo_id_ontologie'] ?>
<td><?=$element['amo_nom'] ?></td>
<td><?=$element['amo_abreviation'] ?></td>
<td><?=$element['amo_description'] ?></td>
/trunk/squelettes/ontologies/liste_ontologie.tpl.html
10,12 → 10,14
</p>
 
<table class="liste">
<th>Identifiant</th>
<th>Nom</th>
<th>Abreviation</th>
<th>Description</th>
<th> </th>
<th> </th>
<tr>
<th>Identifiant</th>
<th>Nom</th>
<th>Abreviation</th>
<th>Description</th>
<th> </th>
<th> </th>
</tr>
<?php foreach ($ontologie as $element) : ?>
<tr>
<td><?=$element['amo_id_ontologie'] ?></td>
/trunk/squelettes/ontologies/liste_ontologie_ajout.tpl.html
19,7 → 19,7
<input type="text" name="amo_abreviation" id="amo_abreviation" value="<?=$amo_abreviation ?>" />
<br />
<label for="amo_description">Description</label>
<textarea name="amo_description" id="amo_description" > <?=$amo_description ?> </textarea>
<textarea name="amo_description" id="amo_description" ><?=$amo_description ?></textarea>
<br />
<input type="hidden" name="amo_ce_parent" value="<?=$amo_ce_parent ?>"/>
/trunk/squelettes/ontologies/liste_ontologie_modification.tpl.html
10,7 → 10,7
<input type="text" name="amo_abreviation" id="amo_abreviation" value="<?= $valeurs['amo_abreviation'] ?>"/>
<br />
<label for="amo_description">Description</label>
<textarea name="amo_description" id="amo_description"> <?= $valeurs['amo_description'] ?> </textarea>
<textarea name="amo_description" id="amo_description"><?=$valeurs['amo_description'] ?></textarea>
<br />
<input type="hidden" name="amo_id_ontologie" id="amo_id_ontologie" value="<?= $valeurs['amo_id_ontologie'] ?>"/>