First commit

This commit is contained in:
Pierre Hubert
2016-11-19 12:08:12 +01:00
commit 990540b2b9
4706 changed files with 931207 additions and 0 deletions

26
inc/edit_commentaire.html Executable file
View File

@ -0,0 +1,26 @@
<!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>