Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
analyse_images
/
[
Home
]
File: backup_analyse_membre_modif.php.old
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); include("../../inc/salutations.inc.php"); $req="SELECT * FROM commentaires_images WHERE id = $_GET[id_commentaire]"; //execute la requete $rep=mysql_query($req,$con)or die($req.__line__); $row=mysql_fetch_array($rep); //execute la requete nécessaire pour le réaffichage des champs $req="select * from analyse_images where id_ana = $_GET[gere_modif]"; $rep=mysql_query($req,$con)or die($REQCAT.__line__); $row=mysql_fetch_array($rep); //permet d'afficher la photo dans l'interface suppression $Visuel = $row["visuel_ana"]; $Titre = nl2br(ucwords($row["titre_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 Club Photo d'Antony</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">ANALYSE IMAGES MEMBRE - MODIFICATION</h1> <div id="container"> <div id="colonne_gauche"> <p><a class="menu" href="../../index.php" >ACCUEIL DU SITE</a></p> </div> <div id="colonne_centre"> <?php echo "<h5 class='txtcenter'>$LePrenom, tu peux modifier ou supprimer ici ton commentaire<br />sur la photo de $_GET[auteur_img]</h5>"; ?> <p> </p> <form id="form" name="form" method="post" action="analyse_membre_modif_x.php" enctype="multipart/form-data"> <input type="hidden" name="modif_comment" value="<?php echo $row['id'] ?>" /> <div id="vignetteimageref"><?php echo"<img src='../../pict/analyse_images/".$Visuel."'/>"; ?></div> <textarea name="commentaire" type="text"><?php echo $row['commentaire'];?></textarea> </div> <!--fin main_col--> <div id="colonne_droite"> <p> <input type="submit" name="Submit1" value="VALIDER MODIF" /> </p> </form> <form id="formSuppr" name="formSuppr" method="post" action="analyse_membre_supp_x.php" enctype="multipart/form-data"> <input type="hidden" name="suppr_comment" value="<?php echo $row['id'] ?>" /> <p> <input type="submit" name="Submit" value="SUPPRIMER" class='menuannul'/> </p> </form> <p><a href="accueil_analyse.php" class="menumodif" title="RETOUR ACCUEIL"/>RETOUR ACCUEIL</a></p> <!--FIN BOUTONS VALIDATION--> </div> <!--fin right_col--> </div> <!--fin container--> <!--BOUTONS VALIDATION--> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team