mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
26 lines
676 B
HTML
Executable File
26 lines
676 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Edition de commentaire</title>
|
|
</head>
|
|
<body>
|
|
<form action="../action.php?actionid=8" method="post">
|
|
<table border='1' align='center'>
|
|
<tr>
|
|
<td> Contenu du commentaire </td>
|
|
<td> <input type="text" name="commentaire" /> </td>
|
|
</tr>
|
|
<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="Modifier" /> </td>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html> |