comunic/inc/edit_nom_video.html

22 lines
589 B
HTML
Raw Normal View History

2016-11-19 11:08:12 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Edition du nom d'une vid&eacute;o</title>
</head>
<body>
<form action="../action.php?actionid=12" method="post">
<table border='1' align='center'>
<tr>
<td> Nom de la vid&eacute;o </td>
<td> <input type="text" name="nouveau_nom_video" /> </td>
</tr>
<tr>
<td> ID de la vid&eacute;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>