Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
pa
/
[
Home
]
File: pa_ajout.php.old
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); include("../../inc/salutations.inc.php"); $Date=(date('j-m-Y')); ?> <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CCPSA Club Photo d'Antony</title> <style type="text/css"> <!-- @import url("../../css/form.css"); --> </style> </head> <body> <div id="page" class="clearfix"> <h2>PETITES ANNONCES - AJOUT</h2> <h5>Interface Administrateur. Session ouverte pour : <?php echo ucfirst($LePrenom).' '.strtoupper($LeNom) ; ?></h5> <div id="left_col"> </div><!--fin left_col--> <div id="container"> <div id="main_col"> <form name="form" id="form" method="post" action="pa_ajout_x.php" enctype="multipart/form-data"> <p>Annonce Initiée par :</p> <input name="membre" type="textdisabled" value= "<?php echo $LePrenom.' '.$LeNom ; ?>" readonly/> <p>Mail :</p> <input name="mail" type="text" /> <p>Visuel (En JPG compression ≈ 60% - 650 px dans la plus GRANDE dimension) :</p> <input type="file" name="visuel" id="fileField" type="text" size="56"/> <p>Produit :</p> <input name="produit" type="text"/> <p>Commentaires :</p> <textarea name="commentaires" type="text"></textarea> <p>Prix :</p> <input name="prix" type="text" value=" €"/> <input type="hidden" name="date" value="<?php echo $Date; ?>" /> </div> <div id="right_col"> <p> <input type="submit" name="Submit" value="Valider" /> </p> <p> <center> <a href="pa.php" class="xlink" title="retour site"/>ANNULER</a> </center> </p> <!--FIN BOUTONS VALIDATION--> </div> </div> <!--fin container--> <!--BOUTONS VALIDATION--> </form> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team