Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
analyse_images
/
[
Home
]
File: analyse_ajout.php
<?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/analyse_images.css"); --> </style> <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'> </head> <body class="bkgblanc"> <div id="page" class="clearfix"> <h1 class="txtcenter">AJOUT D'IMAGES</h1> <p> </p> <div id="container" class="bkgblanc"> <div id="colonne_gauche"> <?php include("../../inc/menu_analyse_images.php");?> </div> <div id="colonne_centre"> <form name="form" id="form" method="post" action="analyse_ajout_x.php" enctype="multipart/form-data"> <p> </p> <p> <input name="membre" type="textdisabled" value= "<?php echo $LePrenom.' '.$LeNom ; ?>" readonly/></p> <p> </p> <h5 class='colororangered txtcenter'>Pour déposer une photo elle doit faire 1000 pixels dans sa plus GRANDE dimension<br /> avec une compression Jpg de 60 à 70%<br /> Ne jamais utiliser de caractères accentués dans le nom des fichiers</h5> <p> </p> <p> <input type="file" name="visuel" id="fileField" type="text" size="76"/> </p> <h4 class="txtcenter">Titre :</h4> <p> <input name="titre" type="text"/> </p> <h4 class="txtcenter">Ton commentaire sur ta photo:</h4> <p> <textarea name="commentaire" type="text"></textarea> </p> <input type="hidden" name="date" value="<?php echo $Date; ?>" /> </div> <!--FIN BOUTONS VALIDATION--> <div id="colonne_droite"> <p><input type="submit" name="Submit" value="VALIDER" class="menuvalid"/></p> </form> <p><a href="analyse.php" class="menumodif" title="VERS ANALYSE"/>VERS ANALYSE</a></p> <p><a href="analyse_perso.php" class="menumodif" title="VERS PHOTOS..."/>VERS PHOTOS <?php echo ucfirst($LePrenom);?></a></p> <!-- <p><a href="accueil_analyse.php" class="menuannul" title="RETOUR ACCUEIL"/>VERS ACCUEIL</a></p>--> </p> </div> <!--fin container--> <!--BOUTONS VALIDATION--> </div> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team