1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <html>
<head>
</head>
<body>
<div>
<form action="traiter_option.php" method="post">
<input id='rbtType_0' name='filiale' value="mere" style='margin:5px 2px 0 145px;vertical-align:center' checked=checked type='radio'/>
<label style='padding:0' for='rbtType_0'>Entreprise Mère</label>
<input id='rbtType_1' name='filiale' value="fille" style='margin:0 0px 0 50px;vertical-align:middle' type='radio'/>
<label style='padding:0;' for='rbtType_1'>Entreprise Filiale</label>
</div>
<input type="submit" name="valider" value="Valider" />
</form>
</body>
</html> |