Rev 7 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<label style="display:inline;"> <?= $amc_nom ?> : </label>
<?php foreach($liste_valeurs as $valeur) : ?>
<span style="margin-right:20px">
<input style="margin-right:2px" type="radio" name="radio_<?=$amc_id_champ ?>" id="radio_<?=$valeur['amo_id_ontologie'] ?>" value="<?=$valeur['amo_id_ontologie'] ?>" />
<?= $valeur['amo_nom'] ?>
</span>
<?php endforeach; ?>