Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. </head>
  6.  
  7. <body>
  8.  
  9. <h1>Ajouter Tache</h1>
  10.  
  11. <form action="#" method="post">
  12. <table>
  13. <tr>
  14. <td>Expiration:</td>
  15. <td><input type="date" name="expiration" placeholder="jj/mm/aaaa"/></td>
  16. </tr>
  17.  
  18. <tr>
  19. <td>Intitule:</td>
  20. <td><input type="text" name="intitule" placeholder="Intitulé"/></td>
  21. </tr>
  22.  
  23.  
  24. <tr>
  25. <td>Description:</td>
  26. <td><input type="text" name="description" placeholder="description de la tache"/></td>
  27. </tr>
  28.  
  29. <tr>
  30. <td>Effectué:</td>
  31. <td><input type="checkbox"/></td
  32. </tr>
  33.  
  34.  
  35. <tr style="...">
  36. <td rowspan="2"><div><input type="submit" name="ajoute_tache" value="Création"/></div>
  37. </td>
  38. </tr>
  39. </table>
  40. </form>
  41.  
  42.  
  43.  
  44. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement