1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
| <form action="ajout.php" method="post">
<table width="867" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="203"><div align="left">Titre de la musique : </div></td>
<td width="664">
<div align="left">
<input name="nom" type="text" id="nom" size="21" maxlength="20" />
</div></td>
</tr>
<tr>
<td><div align="left">Lieu :</div></td>
<td><div align="left">
<input name="lieu" type="text" id="lieu" value="Inconnu" size="51" maxlength="50" />
(ne pas changer si inconnu)</div></td>
</tr>
<tr>
<td height="10"><div align="left">Année :</div></td>
<td>
<div align="left">
<input name="annee" type="text" id="annee" value="0" size="5" maxlength="4" />
(laisser 0 si inconnu)</div></td>
</tr>
<tr>
<td height="21"><div align="left">
<p>Adresse de la video:<br />
</p>
</div></td>
<td><div align="left">
<p>
<input name="lien" type="text" id="lien" size="51" maxlength="50" />
<a href="FAQvideo.php" target="_blank"><img src="images/question.png" width="20" border="0" align="absmiddle"></a> </div></td>
</tr>
<tr>
<td height="20">Site de la video</td>
<td><div align="left">
<INPUT NAME=site TYPE=radio VALUE="1" checked="checked">
Youtube<br />
<INPUT TYPE=radio NAME=site VALUE="2">
Dailymotion</div></td>
</tr>
</table>
<p>
<input type="submit" name="envoyer" id="envoyer" value="Envoyer" />
</p>
</form> |
Partager