Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
aurelien |
1 |
<label style="display:inline;"> <?= $amc_description ?> : </label>
|
|
|
2 |
<?php if (isset($liste_valeurs)) { ?>
|
|
|
3 |
<?php foreach($liste_valeurs as $valeur) : ?>
|
|
|
4 |
<span style="margin-right:20px">
|
|
|
5 |
<input style="margin-right:2px" type="checkbox" name="checkbox_list_<?=$valeur['amo_id_ontologie'] ?>" id="checkbox_list_<?=$valeur['amo_id_ontologie'] ?>" />
|
|
|
6 |
<label style="display:inline;" for="checkbox_<?=$valeur['amo_id_ontologie'] ?>"><?=$valeur['amo_nom'] ?></label>
|
|
|
7 |
</span>
|
|
|
8 |
<?php endforeach; ?>
|
|
|
9 |
<?php } else { ?>
|
|
|
10 |
</label> <input style="margin-right:2px;display:inline;" type="checkbox" name="checkbox_<?=$amc_id_champ ?>" id="checkbox_<?=$amc_id_champ ?>" />
|
|
|
11 |
<?php } ?>
|