Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
analyse_images
/
[
Home
]
File: analyse_membre.php
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); include("../../inc/salutations.inc.php"); $date=(date('j-m-Y')); $heure=(date('G.i')); $req="select * from analyse_images where id_ana = $_GET[divers]"; //execute la requete $rep=mysql_query($req,$con)or die($REQCAT.__line__); $row=mysql_fetch_array($rep); $Membre = $row["membre_ana"]; $Id = $row['id_ana']; $Commentaire = nl2br( ucwords($row["comment_ana"])); $Analyse = nl2br( ucwords($row["analyse_ana"])); $Titre = nl2br( ucwords($row["titre_ana"])); $Date = $row["date_ana"]; $Visuel = $row["visuel_ana"]; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CCPSA</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <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> <div id="page" class="clearfix"> <h1 class="txtcenter">COMMENTAIRE IMAGE</h1> <p> </p> <div id="container" class="bkgblanc"> <div id="colonne_gauche"> <?php include("../../inc/menu_analyse_images.php");?> </div> <div id="colonne_centre" class="bkgblanc colornoir txtjustif "> <h4 class="txtcenter"><?php echo strtoupper($LePrenom).' COMMENTES ICI LA PHOTO DE '.strtoupper($Membre) ; $Adherent = ucfirst($LePrenom).' '.strtoupper($LeNom) ; ?> </h4> <form name="form" id="form" method="post" action="commentaires_images_x.php#<?php echo $Visuel ; ?>" enctype="multipart/form-data"> <?php echo '<h2 class="txtcenter">'.$Titre.'</h2>'; ?> <div id="vignetteimageref"><?php echo"<img src='../../pict/analyse_images/".$Visuel."'/>"; ?></div> <h5 class="txtcenter">Ton commentaire :</h5> <textarea name="commentaire" type="text"></textarea> <!--on passe Id image--> <input type="hidden" name="image" value="<?php echo $Id ?>" > <!--on passe le redacteur--> <input type="hidden" name="redacteur" value="<?php echo $Adherent ?>" > <!--on passe la date--> <input type="hidden" name="date" value="<?php echo $date ?>" /> <input type="hidden" name="heure" value="<?php echo $heure ?>" /> </div> <!--fin main_col--> <div id="colonne_droite"> <p> <input type="submit" name="Submit" value="VALIDER" class="menuvalid"/> </p> </form> <p><a href="analyse_perso.php" class="menumodif" title="VERS PHOTOS..."/>VERS PHOTOS <?php echo ucfirst($LePrenom);?></a></p> <p><a href="analyse.php" class="menumodif" title="RETOUR ACCUEIL"/>RETOUR ANALYSE</a></p> <!--<p><a href="accueil_analyse.php" class="menuannul" title="RETOUR ACCUEIL"/>RETOUR ACCUEIL</a></p>--> </div> <!--fin right_col--> </div> <!--fin container--> <!--BOUTONS VALIDATION--> <!--fin right_col--> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team