modif des formulaires connexion et inscriptions
This commit is contained in:
parent
0426095cba
commit
99d70dfeb4
2
.idea/workspace.xml
generated
2
.idea/workspace.xml
generated
@ -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>
|
||||||
|
@ -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>
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user