-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreclamer.php
More file actions
33 lines (32 loc) · 1002 Bytes
/
reclamer.php
File metadata and controls
33 lines (32 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="../resources/css/bootstrap.min.css">
<?php
try
{
?>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="../resources/css/bootstrap.min.css">
<form action="traiterreclam.php" method="post">
<div class="row">
</div>
<div class="col">
<label class="grey" for="username">Entrez La Note :</label>
<input class="form-control" type="text" name="Id" id="username" value="" size="23" />
</div>
<br>
<div class="col">
<div><label class="grey" for="username">Renseigner Le Motif De Votre Réclamation:</label></div>
<TEXTAREA name="nom" rows=4 cols=40>Motif</TEXTAREA>
</div>
<br>
<div>
<div class="col">
<button type="submit" class="btn btn-warning">VALIDER</button>
</div>
</div>
</form>
<?php
}catch (Exception $e){
die('Erreur : ' . $e->getMessage());
}?>
</div>