Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www.old
/
private
/
salons
/
[
Home
]
File: salons_modif.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 salons where id = $_GET[chgt]"; //execute la requete $rep=mysql_query($req,$con)or die($req.__line__); $row=mysql_fetch_array($rep); ?> <!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 Salons & Concours modification</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> <!-- @import url("../../css/form.css"); --> </style> </head> <body> <div id="page" class="clearfix"> <h2>SALONS & CONCOURS - MODIFICATION</h2> <h5>Interface Administrateur. Session ouverte pour : <?php echo ucfirst($LePrenom).' '.strtoupper($LeNom); ?>.</h5> <div id="left_col"> </div> <div id="container"> <div id="main_col"> <form id="form" name="form" method="post" action="salons_modif_x.php" enctype="multipart/form-data"> <!--/DATE DE MISE A JOUR DU SITE/--> <input type="hidden" name="date_salon" value="<?php echo $date; ?>" /> <input type="hidden" name="heure_salon" value="<?php echo $heure; ?>" /> <input type="hidden" name="SalonModif" value="<?php echo $row['id'] ?>" /> <p>Intitulé :</p> <input name="titre" type="text" id="boite" value="<?php echo $row['titre']; ?>"/> <p>Thème :</p> <input name="theme" type="text" id="boite" value="<?php echo $row['theme']; ?>"/> <p>Mode :</p> <?php $Genre1 = $row['genre1']; ?> <p><input type="checkbox" name="genre1" value="Couleur Papier" <?php if($Genre1 == "Couleur Papier") { echo 'checked'; } ?>/> Couleur Papier</p> <?php $Genre2 = $row['genre2']; ?> <p><input type="checkbox" name="genre2" value="Monochrome Papier" <?php if($Genre2 == "Monochrome Papier") { echo 'checked'; } ?>/> Monochrome Papier</p> <?php $Genre3 = $row['genre3']; ?> <p> <input type="checkbox" name="genre3" value="Couleur Images Projetees" <?php if($Genre3 == "Couleur Images Projetees") { echo 'checked'; } ?>/> Couleur Images Projetées</p> <?php $Genre4 = $row['genre4']; ?> <p> <input type="checkbox" name="genre4" value="Monochrome Images Projetees" <?php if($Genre4 == "Monochrome Images Projetees") { echo 'checked'; } ?>/> Monochrome Images Projetées</p> <p> Nbre photos par Auteur :</p> <input name="nbphotosauteur" type="text" id="boite" value="<?php echo $row['nbphotosauteur']; ?>"/> <p>Nombre de photos pour le Club :</p> <input name="nbphotosclub" type="text" id="boite" value="<?php echo $row['nbphotosclub']; ?>"/> <p>DERNIER DELAI POUR DEPOSER LES PHOTOS AU CLUB :</p> <!--DATE DE DEPOT DES PHOTOS--> <!--Jour--> <p> <p><select name="jourdepot" id="menu_dates"> <?php echo '<option value="'.$row['jourdepot'].'">'.$row['jourdepot'].'</option>'; for($i=01; $i<=31;$i++){ //Lister les jours if ($i < 10){ //Lister les mois pour pouvoir leur ajouter un 0 devant echo "<OPTION>0$i<br></OPTION>"; } else { echo "<OPTION>$i<br></OPTION>"; } } ?> </select> <!--Mois--> <select name='moisdepot' id="menu_dates"> <?php echo '<option value="'.$row['moisdepot'].'"> '.$row['moisdepot'].' </option>'; for($i=1; $i<=12;$i++){ //Lister les mois if ($i < 10){ //Lister les mois pour pouvoir leur ajouter un 0 devant echo "<OPTION>0$i<br></OPTION>"; } else { echo "<OPTION>$i<br></OPTION>"; } } ?> </select> <!--Année--> <select name="andepot" id="menu_dates"> <?php echo '<option value="'.$row['andepot'].'">'.$row['andepot'].'</option>'; for($i=2019; $i<=2025;$i++){ echo "<option>$i</option>";} ?> </select> </p> <p> Date du Concours ou Salon : </p> <!--DATE DU SALON OU DU CONCOURS--> <!--Jour--> <p> <select name="jourconcours" id="menu_dates"> <?php echo '<option value="'.$row['jourconcours'].'">'.$row['jourconcours'].'</option>'; for($i=1; $i<=31;$i++){ //Lister les jours if ($i < 10){ //Lister les mois pour pouvoir leur ajouter un 0 devant echo "<OPTION>0$i<br></OPTION>"; } else { echo "<OPTION>$i<br></OPTION>"; } } ?> </select> <!--Mois--> <select name='moisconcours' id="menu_dates"> <?php echo '<option value="'.$row['moisconcours'].'"> '.$row['moisconcours'].' </option>'; for($i=1; $i<=12;$i++){ //Lister les mois if ($i < 10){ //Lister les mois pour pouvoir leur ajouter un 0 devant echo "<OPTION>0$i<br></OPTION>"; } else { echo "<OPTION>$i<br></OPTION>"; } } ?> </select> <!--Année--> <select name="anconcours" id="menu_dates"> <?php echo '<option value="'.$row['anconcours'].'">'.$row['anconcours'].'</option>'; for($i=2019; $i<=2025;$i++){ echo "<option>$i</option>";} ?> </select> </p> <p>Nouveau Fichier :</p> <input name="file" type="file" size="58" value="<?php echo $row['file']; ?>"/> <p> Commentaire :</p> <textarea name="texte" id="btxt2" cols="75" rows="4"><?php echo $row['texte']; ?></textarea> <p>Lien :</p> <input name="lien" type="text" size="78" maxlength="80" value="<?php echo $row['lien']; ?>"/> </div> <!--fin main_col--> <div id="right_col"> <!--BOUTONS VALIDATION--> <p> <input type="submit" name="Submit" value="Valider" /> </p> <p> <center> <a href="salons.php" class="xlink" title="annuler"/>ANNULER</a> </center> </p> <!--FIN BOUTONS VALIDATION--> </div> <!--fin right_col--> </div> <!--fin container--> </form> </div> <!--fin page--> </body> </html>
©
2020 Black Eagle Team