mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
25 lines
644 B
HTML
25 lines
644 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Suppression de commentaire</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form action="../action.php" method="get">
|
||
|
<table border='1' align='center'>
|
||
|
<tr>
|
||
|
<td> ID du texte </td>
|
||
|
<td> <input type="text" name="idtexte" /> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td> ID du commentaire </td>
|
||
|
<td> <input type="text" name="idcommentaire" /></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="2" style="text-align: center"> <input type="submit" value="Supprimer" /> </td>
|
||
|
</table>
|
||
|
|
||
|
<!-- Info pour action.php -->
|
||
|
<input type="hidden" name="actionid" value="15" />
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|