Changes between Version 11 and Version 12 of achat
- Timestamp:
- 31/03/2008 12:09:42 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
achat
v11 v12 9 9 <br><br> 10 10 11 Type de molécule : <select name=type><option>Hydrogène</option><option>Azote</option></select>11 <tr><td>Type de molécule : <select name=type><option>Hydrogène</option><option>Azote</option></select></td></tr> 12 12 <br><br> 13 13 14 < input type='checkbox'>14 <tr><td><input type='checkbox'></td></tr> 15 15 <br><br> 16 16 17 Commentaire : <textarea></textarea>17 <tr><td>Commentaire : <textarea></textarea></td></tr> 18 18 <br><br> 19 19 20 < input type='submit' name='soumettre'>20 <tr><td><input type='submit' name='soumettre'></td></tr> 21 21 </table> 22 22 </form>