Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www
/
private
/
analyse_images
/
[
Home
]
File: accueil_analyse.php
<?php include("../../inc/enligne_param.inc.php"); include("../../inc/gere_session.inc.php"); include("../../inc/salutations.inc.php"); include("../../GestionAccesDB/requetes.php"); ?> <!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> <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> <div id="page" class="clearfix bkgblanc"> <h1 class="txtcenter">ACCUEIL DE L'ANALYSE D'IMAGES</h1> <p> </p> <div id="container" class="bkgblanc"> <div id="colonne_gauche" class="bkgblanc txtnoir "> <?php include("../../inc/menu_analyse_images.php");?> </div> <!--fin colonne gauche--> <div id="colonne_centre" class="bkgblanc colornoir txtjustif"> <a name='$top'></a> <?php //Récupération d'une image au hasard dans la liste des images à analyser : $image = get_images_a_analyser (1); $nbP = mysql_num_rows($image); //{ // echo "<p>Aucune photo à commenter</p>"; //} if ($nbP != 0) { $row=mysql_fetch_array($image); //Lecture des informations concerant l'image $Id_image = $row['id_ana']; $Id_auteur = $row['id_auteur']; $Visuel = $row['visuel_ana']; mysql_free_result($image); $infos_adherent=get_informations_adherent ($Id_auteur); $row=mysql_fetch_array($infos_adherent); $Membre = strtoupper(format_prenom_nom ($row['prenom'], $row['nom'])); mysql_free_result($infos_adherent); } ?> <h2 class='txtcenter'>Hello <?php echo ucwords($LePrenom) ?>,</h2> <p> </p> <h5 class='txtcenter'>Tu entres sur l'interface de l'analyse d'images.</h5> <p> </p> <h5 class='colororangered txtcenter'>Photo : 1000 pixels MAXI / compression Jpg de 60 à 70%<br /> Ne jamais utiliser de caractères accentués dans le nom des fichiers</h5> <p> </p> <h6 class='colorlightblue txtcenter'><b>Pour recevoir des notifications sur ajout de nouvelles photos, abonnnes toi</b></h6> <p> </p> <form name="form" id="form" method="post" action="analyse_abonner_x.php" enctype="multipart/form-data"> <?php echo "<input type=\"hidden\" name=\"id_adherent\" value=\"$IdMembreConnecte\" />"; if ( $MembreConnecteEstAbonne == 0 ) { echo "<input type=\"hidden\" name=\"estAbonner\" value=\"1\" />"; echo "<p><input type=\"submit\" name=\"Submit\" value=\"S'ABONNER\" class=\"menuvalid\" style=\"display:block; margin:auto;\"/></p>"; } else { echo "<input type=\"hidden\" name=\"estAbonner\" value=\"0\" />"; echo "<p><input type=\"submit\" name=\"Submit\" value=\"SE DESABONNER\" class=\"menuvalid\" style=\"display:block; margin:auto;\" /></p>"; } ?> </form> <h5 class="txtcenter retraitdg colorlightblue">Pour que vive cette rubrique, n'hésites pas à poster tes commentaires même si tu n'as pas proposé de photos !<br /> Merci aussi de ne mettre qu'une seule photo à la fois pour que tout le monde puisse s'exprimer, et ne pas surcharger l'interface.</h5> <p> </p> <h5 class="txtcenter"><a href="analyse.php" class="commonlink">ANALYSE D'IMAGES</a></h5> <h5 class="txtcenter"><a href="analyse_ajout.php" class="commonlink">PROPOSER UNE PHOTO À L'ANALYSE</a></h5> <h5 class="txtcenter"><a href="analyse_perso.php" class="commonlink">VOIR TES PHOTOS DÉJÀ POSTÉES</a></h5> <p> </p> <h5 class='colorlightblue txtcenter'>Pour ne pas trop encombrer l'interface, les photos postées seront supprimées régulièrement</h5> </div> <!--fin colonne centre--> <div id="colonne_droite"> <p><a href="analyse.php" class="menumodif" title="VERS ANALYSES"/>VERS ANALYSES</a></p> <p><a href="analyse_ajout.php" class="menuvalid">PROPOSER UNE PHOTO</a></p> <p><a href="analyse_perso.php" class="menumodif" title="VERS PHOTOS..."/>VERS PHOTOS <?php echo ucfirst($LePrenom);?></a></p> <?php if ($nbP != 0) { echo"<div id='vignette_gd'><img src='../../pict/analyse_images/".$Visuel."'/><p><a class='comment' href='analyse.php?#$Id_image'>$Membre</a></p></div>"; } ?> </div> <!--fin colonne droite--> </div> <!--fin container--> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team