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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>SimPC</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<link href="./forme/style_IE.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<div id="globalfiche">
<br /><br /><br /><br />
<div id="partiephoto">
<form enctype="multipart/form-data" action="func_upload.php" method="POST">
<b>Envoyer le fichier :</b><br /><br />
<input type="hidden" name="posted" value="1" />
<input name="fichier" type="file" />
<input type="submit" value="Uploader" />
</form>
<form>
<select>
<option>59805.jpg
<option>345789.jpg
<option>
<option>images
</select>
</form>
</div>
<div id="partieinfosphotos">
<br />
<form method="POST" action="func_connexion.php" name="AVIS">
<p>Nom du produit :<br>
<input type="text" name="nomprod" size="20">
<p>Description du produit :<br>
<input type="text" name="descprod" size="20"></p>
<p>Date d'arrivée du produit :<br>
<input type="text" name="dateprod" size="20"></p>
<p>Quantité du produit :<br>
<input type="text" name="qteprod" size="20"></p>
<p>Prix du produit :<br>
<input type="text" name="mdp" size="20"></p>
<p> </p>
<p>
<input type="submit" value="Envoyer" name="envoyer">
<input type="reset" value="Recommencer" name="recommencer"> <br>
<br>
</p>
</form>
</div>
</div>
</select>
</form>
</body>
</html> |