Finalisation de la page de modif et des styles.
This commit is contained in:
parent
080657eb5a
commit
f53b67000e
@ -20,6 +20,10 @@ table, tr, td {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-pad {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
background-color: #dfcba8;
|
background-color: #dfcba8;
|
||||||
margin-left: calc(-50vw + 50%);
|
margin-left: calc(-50vw + 50%);
|
||||||
|
@ -22,6 +22,10 @@ table, tr, td {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-pad {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
background-color: #9C7228;
|
background-color: #9C7228;
|
||||||
margin-left: calc(-50vw + 50%);
|
margin-left: calc(-50vw + 50%);
|
||||||
|
@ -6,11 +6,12 @@
|
|||||||
<body>
|
<body>
|
||||||
{% include "smallheader.html" %}
|
{% include "smallheader.html" %}
|
||||||
<h1>Proposer une modification :</h1>
|
<h1>Proposer une modification :</h1>
|
||||||
<form action="modification.php" method="post">
|
<form class="form-pad" method="post">
|
||||||
<input type="text" name="nom" placeholder="Votre nom (facultatif)">
|
Votre nom (facultatif) : <input type="text" name="nom" placeholder="Votre nom"><br><br>
|
||||||
<input type="text" name="prenom" placeholder="Votre prénom (facultatif)">
|
Votre prénom (facultatif) : <input type="text" name="prenom" placeholder="Votre prénom (facultatif)"><br><br>
|
||||||
<input type="text" name="article" placeholder="Nom de l'article à modifier" required>
|
Votre adresse e-mail (facultatif) : <input type="email" name="email" placeholder="Votre adresse e-mail (facultatif)"><br><br>
|
||||||
<input type="text" name="modif" placeholder="Modification suggérée" required>
|
Nom de l'article à modifier : <input type="text" name="article" placeholder="Nom de l'article à modifier" required><br><br>
|
||||||
|
Modification suggérée :<br><textarea name="modif" placeholder="Modification suggérée" required></textarea><br><br>
|
||||||
<input type="submit" value="Envoyer">
|
<input type="submit" value="Envoyer">
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user