modif des formulaires connexion et inscriptions

This commit is contained in:
Alcaraz Yannick 2020-12-04 02:35:00 +01:00
parent 0426095cba
commit 99d70dfeb4
3 changed files with 5 additions and 4 deletions

2
.idea/workspace.xml generated
View File

@ -61,7 +61,7 @@
<option name="number" value="Default" /> <option name="number" value="Default" />
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1607026953826</updated> <updated>1607026953826</updated>
<workItem from="1607026956145" duration="9847000" /> <workItem from="1607026956145" duration="10886000" />
</task> </task>
<servers /> <servers />
</component> </component>

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/connexion.css" /> <link rel="stylesheet" href="css/connexion.css" />
</head> </head>
<body> <body>
<!--form action="" name"" method="POST"--> <form method="post" action="./traitement.php" name="formulaire">
<div class="wrapper fonduBas"> <div class="wrapper fonduBas">
<div id="contenu"> <div id="contenu">
@ -33,6 +33,7 @@
</div> </div>
<! --/form--> <! --/form-->
</form>
</body> </body>
</html> </html>

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/inscription.css" /> <link rel="stylesheet" href="css/inscription.css" />
</head> </head>
<body> <body>
<form method="post" action="./traitement.php" name="formulaire">
<div class="wrapper fonduBas"> <div class="wrapper fonduBas">
<div id="contenu"> <div id="contenu">
@ -31,7 +31,7 @@
</div> </div>
</div> </div>
</form>
</body> </body>
</html> </html>