1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
| <?
session_start();
?>
<html>
<head>
<title>TITRE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="keywords" content="" />
</head>
<body>
<div class="content">
<div id="header">
<div class="log">
<?php
//-------------------------------------------------||
// !!!! NE MODIFIER PAS CE FICHIER !!!! ||
//-------------------------------------------------||
//-- Fichier de configuration et fonction
require_once("script-espace-membre/includes/conf.php");
require_once("script-espace-membre/includes/class/class.mysql.php");
require_once("script-espace-membre/includes/class/class.espace.membre.php");
//-- Preparation de la class mysql
$mysql = new mysql;
$db_link = $mysql -> connexion_mysql($cheminbdd,$userbdd,$passbdd,$tablebdd);
//-- Preparation de la class espace membre
$espace_membre = new espace_membre;
$espace_membre -> parametres();
//-- Affichage des fichiers JS et CSS
echo "<link href=\"templates/".STYLE_TEMPLATE."/css/style.css\" rel=\"stylesheet\" type=\"text/css\" />\n";
echo "<script language=\"javascript\">\n";
echo "var message_erreur_antiflood=\"".TITRE_MSG_ERREUR_ANTIFLOOD."\";\n";
echo "var message_erreur_champ_vide=\"".TITRE_MSG_ERREUR_MSG_VIDE."\";\n";
echo "</script>\n";
echo "<script language=\"javascript\" type=\"text/javascript\" src=\"javascript/scripts.js\"></script>\n";
?>
<form action="script-espace-membre/includes/connexion.php" method="post" name="connexion" id="connexion">
<table width="750" border="0" align="left">
<tr>
<td width="219">Identifiant :
<input name="login" type="text" class="champ" id="login" size="20" maxlength="200" /></td>
<td width="220">Mot de passe :<strong><em><strong><font color="#FF0000">
<input name="passe" type="password" class="champ" id="passe" size="20" maxlength="200" />
</font></strong></em></strong></td>
<td width="90"><input name="Connexion" type="submit" id="Connexion" value="Connexion" onClick="return verification_forulaire_connexion('connexion');" /></td>
<td width="165">[ <a href="#" onClick="window.open('script-espace-membre/includes/mot-de-passe-perdu.php','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, copyhistory=0, menuBar=0, width=500, height=500');return(false)">Mot de passe?</a>]</td>
</tr>
</table>
</form>
</div>
</div>
<div id="subheader">
<div class="padding">
<h2>Texte</h2>
TEXTE</div>
<div class="moteur"><b>Recherche : </b>
<? include "SerieQueryCD.php";?>
</div>
</div>
<div id="main">
<div class="right_side">
<?
echo("<h2>Bonjour ".$_SESSION['login']." vous pouvez maintenant ajouter vos personnages<br/></h2>") ;
echo("<h3>Pour vous déconnecter, cliquez <a href=\"logout.php\">ici</a><br/></h3>") ;
?>
<p>
<script type="text/javascript" src="js/livevalidation.js"></script>
<script type="text/javascript" src="js/nicEdit.js"></script>
<script type="text/javascript">
bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
</script>
</p>
<form action="ajout_validation.php" method="post" name="form1" id="form1" enctype="multipart/form-data" onsubmit="return ValidationFormulaire();">
<input type="hidden" name="valide" value="1" />
<p class="Style1">Les champs avec * sont obligatoires</p>
<table width="486" border="0" cellspacing="3">
<tr>
<td colspan="2"><strong>Identité du personnage </strong></td>
</tr>
<tr>
<td>Pseudo français : </td>
<td><input name="nickFR" id="f1" class="LV_invalid_field" type="text" size="30" />
<span class="LV_validation_message LV_invalid">Obligatoire</span>
<script type="text/javascript">
var f1 = new LiveValidation('f1');
f1.add(Validate.Presence);
</script>
</td>
</tr>
<tr>
<td>Pseudo anglais : </td>
<td><input name="nickGB" id="f1" class="LV_invalid_field" type="text" size="30" />
<span class="LV_validation_message LV_invalid">Obligatoire</span>
<script type="text/javascript">
var f1 = new LiveValidation('f1');
f1.add(Validate.Presence);
</script>
</td>
</tr>
<tr>
<td>Nom civil : </td>
<td><input name="nom" id="f1" class="LV_invalid_field" type="text" size="30" />
<span class="LV_validation_message LV_invalid">Obligatoire</span>
<script type="text/javascript">
var f1 = new LiveValidation('f1');
f1.add(Validate.Presence);
</script>
</td></tr>
<tr>
<td>Avatar (jpeg, 30ko) : </td>
<td><input type=file name="avatar_perso" id="verif_data">
<span class="LV_validation_message LV_invalid"><span class="LV_validation_message LV_invalid">Obligatoire</span></span>
<script type="text/javascript">
var verif_data = new LiveValidation('verif_data');
verif_data.add( Validate.Presence );
</script>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><strong>Détails sur le personnage </strong></td>
</tr>
<tr>
<td><span class="Style1">* </span>Editeur / univers : </td>
<td><select name="univers">
<option value="MARVEL">MARVEL</option>
<option value="DC COMICS"> DC COMICS</option>
<option value="TOP COW">TOP COW</option>
<option value="DELCOURT">DELCOURT</option>
<option value="ASPEN COMICS">ASPEN COMICS</option>
</select></td>
</tr>
<tr>
<td>Date d'apparition : </td>
<td><input name="apparition" type="text" id="apparition" value="aaaa-mm-jj" size="30" /></td>
</tr>
<tr>
<td><span class="Style1">*</span> Situation : </td>
<td><select name="situation">
<option value="EN VIE">EN VIE</option>
<option value="MORT">MORT</option>
</select></td>
</tr>
<tr>
<td>Equipe actuelle : </td>
<td><input name="equipe" type="text" id="equipe" size="30" />
<span class="LV_validation_message LV_invalid">Obligatoire</span>
<script type="text/javascript">
var f1 = new LiveValidation('f1');
f1.add(Validate.Presence);
</script>
</td>
</tr>
<tr>
<td colspan="2"><span class="LV_validation_message LV_invalid">Pouvoirs : <br />
</span>
<textarea name="pouvoirs" cols="58" rows="3" id="area2" class="LV_invalid_field"></textarea> </td>
</tr>
<tr>
<td colspan="2"><span class="LV_validation_message LV_invalid">Résumé :<br />
</span>
<textarea name="shortdesc" cols="58" rows="3" id="area3"></textarea> </td>
</tr>
<tr>
<td colspan="2"><p><span class="LV_validation_message LV_invalid">Historique : </span><br />
<textarea name="description" cols="58" rows="4" id="area2"></textarea>
</p>
</td>
</tr>
<tr>
<td colspan="2"><span class="LV_validation_message LV_invalid">Sources : </span> <script type="text/javascript">
var f1 = new LiveValidation('f1');
f1.add(Validate.Presence);
</script> </td>
</tr>
<tr>
<td colspan="2"><input name="S1" type="text" id="f1" class="LV_invalid_field" size="30" value="http://"/>
<span class="LV_validation_message LV_invalid">X</span> </td>
</tr>
<tr>
<td colspan="2"><input name="S2" type="text" id="S2" size="30" /></td>
</tr>
<tr>
<td colspan="2"><input name="S3" type="text" id="S3" size="30" /></td>
</tr>
<tr>
<td colspan="2"><input name="S4" type="text" id="S4" size="30" /></td>
</tr>
<tr>
<td colspan="2"><input name="S5" type="text" id="S5" size="30" /></td>
</tr>
</table>
<p align="center"><br />
<input type="submit" value="Validez votre fiche" />
</p>
</form>
</div>
<div class="left_side">
<?
if($_SESSION['id_user'] != true)
{
echo("<br><span style=\"color: #FF0000\"><b>[ Vous êtes déconnecté ]</b></span><br>") ;
}
else
{
echo("<br><span style=\"color: #009933\"><b>[ Vous êtes connecté ]</b></span><br>") ;
}
?>
<div class="nav">
<ul>
<li><a href="index.php">Accueil</a></li>
<li><a href="results.php">Les personnages</a></li>
<li><a href="ajout.php">Ajouter un personnage</a></li>
<li><a href="#">Les Equipes</a></li>
<li><a href="editeurs.php">Les Editeurs</a></li>
<li><a href="script-espace-membre/inscription.php">Inscription</a></li>
<li><a href="script-espace-membre/zone-membre/index.php">Espace Membres</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="logout.php">Déconnexion</a></li>
</ul>
</div>
<br>
<br>
</br>
<div class="hitems">
<h2>Top Articles</h2>
<ul>
<?PHP
/* Connexion a la base */
/* On link sur un fichier de conf à la racine */
require("configCD.php");
// on crée la requete SQL
$sql = 'SELECT * FROM heros ORDER BY id desc limit 10' ;
$rank = 1;
// on envoie la requete
$req = mysql_query($sql) or die('Erreur SQL !'.$sql.''.mysql_error());
// on fait une boucle qui va faire un tour pour chaque enregistrement
while($data = mysql_fetch_assoc($req))
{
$urlfriendly= strtolower(strtr($data['nickFR'], "ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ ", "aaaaaaaaaaaaooooooooooooeeeeeeeecciiiiiiiiuuuuuuuuynn-"));
// on affiche les informations de l'enregistrement en cours
echo ''.$rank++.'. <a href="details.php?id='.$data['id'].'&comics='.$urlfriendly.'">'.$data['nickGB'].'</a><br/>';
}
// on ferme la connexion a mysql
mysql_close();
?>
</ul>
<br />
<h2>Links</h2>
<ul>
<li><a href="http://www.superherodb.com/" target="_blank">Superhero database </a></li>
<li> <a href="http://ultimatecomics.free.fr/index.htm" target="_blank">Ultimate comics </a></li>
</ul>
<br>
</div>
</div>
</div>
<div id="footer">
<div class="padding">
Copyright Design: <a href="http://www.free-css-templates.com">David Herreman</a>
</div>
</div>
</div>
</body>
</html> |
Partager