1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
| <h3>Yourte neuve</h3>
<form action="commande.php" method="post">
<table>
<tr>
<td>
<input type="checkbox" name="yourte1" value="1">Yourte de couleur <b>au choix</b> comportant <b>5</b> murs, au prix de <b>3000 </b>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="yourte2" value="2">Yourte de couleur <b>au choix</b> comportant <b>6</b> murs, au prix de <b>3500 </b>
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="yourte3" value="3">Yourte de couleur <b>au choix</b> comportant <b>4</b> murs, au prix de <b>2500 </b>
</td>
</tr>
</table>
<h3>Yourte d'occasion</h3>
<table>
<tr>
<td>
<input type="checkbox" name="yourte4" value="4">Yourte de couleur orange et bleu comportant 4 murs et ayant servie pendant 0 saisons, au prix de 2000
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="yourte5" value="5">Yourte de couleur bleu clair comportant 5 murs et ayant servie pendant 0 saisons, au prix de 2200
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="yourte6" value="6">Yourte de couleur marron comportant 5 murs et ayant servie pendant 0 saisons, au prix de 2200
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="yourte7" value="7">Yourte de couleur marron comportant 6 murs et ayant servie pendant 0 saisons, au prix de 3000
</td>
</tr>
<tr>
<td>
<input type="submit" value="Commander" />
</td>
</tr>
</table>
</form> |
Partager