Advertisement
WolfLarsen33

tph 1

Jan 6th, 2024
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>Tarifs</title>
  7. <link rel="stylesheet" type="text/css" href="style.css">
  8. <script type="text/javascript" src="parampage.js"></script>
  9. </head>
  10. <body>
  11. <form method="post" enctype="application/x-www-form-urlencoded" action="/parampost">
  12. <table class=frm>
  13. <caption>Tarifs pompes</caption>
  14. <th>Pompe</th>
  15. <th>Tarif</th>
  16. <tr>
  17. <td>N° 1</td>
  18. <td><input size="6" type="number" step="0.01" id="tp1" name="tp1"/></td>
  19. </tr>
  20. <tr>
  21. <td>N° 2</td>
  22. <td><input size="6" type="number" step="0.01" id="tp2" name="tp2"/></td>
  23. </tr>
  24. <tr>
  25. <td>N° 3</td>
  26. <td><input size="6" type="number" step="0.01" id="tp3" name="tp3"/></td>
  27. </tr>
  28. <tr>
  29. </table>
  30.  
  31. <br/><input class="petitbutton" type="submit" value="Enregistrer">
  32. <br/><input class="petitbutton" type="button" onclick="window.location='/';" value="Annuler">
  33. </form>
  34.  
  35. </body>
  36. </html>
  37.  
Tags: tph
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement