Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
analyse_images
/
[
Home
]
File: analyse_supp.php.old
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); include("../../inc/salutations.inc.php"); //execute la requete nécessaire pour le réaffichage des champs $req="select * from analyse_images where id_ana = $_GET[gere_supp]"; $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">SUPPRESSION</h1> <div id="container"> <div id="colonne_gauche"> <?php include("../../inc/menu_analyse_images.php");?> </div> <div id="colonne_centre"> <h3 class="txtcenter colorlightblue"> ATTENTION, CETTE SUPPRESSION SERA DÉFINITIVE ! </h3> <?php echo '<h6 class="txtcenter"><b>'.$row['membre_ana'].'</b></h6>' ;?> <div id="vignetteimageref"><?php echo"<img src='../../pict/analyse_images/".$Visuel."'/>"; ?></div> <?php echo '<p class="txtcenter"><b>'.$row['titre_ana'].'</b></p>' ;?> </div> <!--fin main_col--> <div id="colonne_droite"> <form name="form" id="form" method="post" action="analyse_supp_x.php" enctype="multipart/form-data"> <input type="hidden" name="LeID" value="<?php echo $row['id_ana'] ?>" /> <!--BOUTONS VALIDATION--> <p> <input type="submit" name="Submit" value="SUPPRIMER" /> </p> </form> <p><a href="analyse.php#<?php echo $Visuel ; ?>" class="menuannul" title="ANNULER"/>RETOUR ANALYSE</a></p> </div> <!--fin right_col--> </div> <!--fin container--> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team