<!DOCTYPE HTML> <html> <head> <title>Ajout d'opération</title> <meta charset="utf-8"> <meta name="description" content="165c. uniques"> <link href="style.css" type="text/css" rel="stylesheet" media="all" /> </head> <body> </html> <table> <tr> <td>Date</td> <td>Montant</td> <td>Mode de paiement</td> <td>Catégorie</td> <td>Commentaire</td> <td>Pieces</td> <td>TAG</td> <td>compte</td> </tr> <tr> <td> <form method="post" action="traitement.php"> <p><input type="date" /></p> </form> </td> <td> <form method="post" action="traitement.php"> <p><input type="text" name="pseudo" /></p> </form> </td> <td> <form method="post" action="traitement.php"> <p> <select name="moyen_paiment" id="moyen_paiment"> <option value="cb">Carte Bleu</option> <option value="paypal">Paypal</option> <option value="Especes">Especes</option> <option value="virement">Virement</option> <option value="prelevement">Prelevement</option> </select> </p> </form> </td> <td> <form method="post" action="traitement.php"> <p> <select name="categories" id="categories"> <option value="Alimentation & Higienes">Alimentation & Higienes</option> <option value="Charges régulieres">Charges Régulieres</option> <option value="Tabac & vape">Tabac & Vape</option> <option value="Geek">Geek</option> <option value="extras">Sorties & cadeaux</option> </select> </p> </td> <td> <form method="post" action="traitement.php"> <textarea name="commentaire" id="commentaire"></textarea> </form> </td> <td> <form method="post" action="traitement.php"> <input type="file" name="nom" /> </form> </td> <td> <form method="post" action="traitement.php"> <p><input type="text" name="pseudo" /></p> </form> </td> <td> <form method="post" action="traitement.php"> <p> <select name="compte" id="compte"> <option value="cc">Compte courant</option> <option value="credit">Credit</option> <option value="placement">Placement</option> </select> </p> </form> </td> </tr> </table> </body> </html>