mirror of
https://github.com/pierre42100/comunic
synced 2025-07-07 10:32:56 +00:00
First commit
This commit is contained in:
22
inc/edit_nom_video.html
Executable file
22
inc/edit_nom_video.html
Executable file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Edition du nom d'une vidéo</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="../action.php?actionid=12" method="post">
|
||||
<table border='1' align='center'>
|
||||
<tr>
|
||||
<td> Nom de la vidéo </td>
|
||||
<td> <input type="text" name="nouveau_nom_video" /> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> ID de la vidéo </td>
|
||||
<td> <input type="text" name="idvideo" /> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="text-align: center"> <input type="submit" value="Modifier" /> </td>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user