Changes between Version 13 and Version 14 of achat
- Timestamp:
- 31/03/2008 12:11:24 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
achat
v13 v14 7 7 <table> 8 8 <tr><td>Votre nom : </td><td><input name='nom'></td></tr> 9 <br><br>10 11 9 <tr><td>Type de molécule : </td><td><select name=type><option>Hydrogène</option><option>Azote</option></select></td></tr> 12 <br><br>13 14 10 <tr><td>Nombre de bouteilles : </td><td><input></td></tr> 15 <br><br>16 17 11 <tr><td>Commentaire : </td><td><textarea></textarea></td></tr> 18 <br><br> 19 20 <tr><td><input type='submit' name='soumettre'></td></tr> 12 <tr><td colspan='2'><input type='submit' name='soumettre'></td></tr> 21 13 </table> 22 14 </form>