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
| <!DOCTYPE html> <!--on declare au validator le langage utilisé-->
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">
body{background-color:#6E6E6E;}
#image-de-fond
{
position: fixed;
left: 0;
top: 0;
min-height: 100%;
width: 100%;
/* SAFARI TRES VIELLE VERSION < 2.1 */
-khtml-opacity:0.1;
/* FIREFOX TRES VIELLE VERSION <= 0.9*/
-moz-opacity : 0.1;
/* IE 8 ET COMPRIS PAR IE 10*/
-ms-filter: "alpha(opacity=10)";
/* IE > 4 et < 8 ET COMPRIS PAR IE 10*/
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
/* IE 4 */
filter : alpha(opacity=10);
/* AUTRE */
opacity : 0.1;
}
#corps{position:absolute; width:100%; height:100%;}
#voile_noir{
position:absolute;
width:100%;
height:100%;
background-color:black;
opacity:0.7;
z-index: 9998;
filter:alpha(opacity=70);}
#bloc_page
{
display: block;
background-color: #6E6E6E;
position: absolute;
top: 0%;
left: 30%;
width: 40%;
height: 100%;
z-index=1;
}
#section
{
display: block;
background-color: #6E6E6E;
position: relative;
top: 0%;
left:0%;
width:100%;
z-index :1;
padding-top:3%;
}
#paragraphe1
{
display: block;
background-color: #6E6E6E;
position: relative;
width:auto;
z-index :1;
margin-top:25px;
margin-right:5px;
margin-bottom:5px;
margin-left:5px;
}
.petitportrait
{
width:58px;
height:77px;
margin-top:2px;
margin-right:2px;
margin-bottom:2px;
margin-left:2px;
}
.petitpaysage
{
width:77px;
height:58px;
margin-top:2px;
margin-right:2px;
margin-bottom:2px;
margin-left:2px;
}
.petitcarre
{
width:77px;
height:77px;
margin-top:2px;
margin-right:2px;
margin-bottom:2px;
margin-left:2px;
}
/* cadre agrandissement */
.fermer{
position: absolute;
right: 0px;
margin-right:5px;
margin-top:5px;
}
#cadre_agrandissement {
height:auto;
width:100%;
background-color: white;
position: absolute;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
z-index :9999; }
.grandportrait{
margin-top:20px;
display: block;
margin-left: auto;
margin-right:auto; /* centrer l'image*/
}
.grandpaysage{
margin-top:20px;
display: block;
margin-left: auto;
margin-right:auto; /* centrer l'image*/
}
.grandcarre{
margin-top:20px;
display: block;
margin-left: auto;
margin-right:auto; /* centrer l'image*/
}
.table_agrandissement{
width: 100%;
}
#tableau_agrandissement{
margin-top:20px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.td_cadre_agrandissement_gris{
background-color: #CCCCCC;
font-family: Arial; font-size: small; font-style: normal; font-weight: bold; color: black; text-align: left; margin-top: 0px; margin-bottom: 0px; text-align: left;
}
.td_cadre_agrandissement_rose{
background-color: #F6CEF5;
font-family: Arial; font-size: small; font-style: normal; font-weight: normal; color: black; text-align: left; margin-top: 0px; margin-bottom: 0px; text-align: left;
}
</style>
</head>
<body>
<div id="corps">
<div id="voile_noir" style="display:none"; ></div>
<img id="image-de-fond" src="n5.jpg" alt=""/>
<div id="bloc_page">
<div id="section">
<?php include("1menu.php"); ?>
<br>
<hr>
<div id="paragraphe1">
<div id="cadre_agrandissement" style="display:none;"></div>
<h1>Réalisations</h1>
<h2>Cliquez l'oeuvre de votre choix</h2>
<?php
include_once('./connexion.php'); // comme include inclut le fichier specifie, mais la difference est que si le code a deja ete inclus, il ne le sera pas une seconde fois
//Preparer la requete
$sql = 'SELECT * FROM liste_image WHERE taille=? AND type=? ORDER BY RAND()'; // ORDER BY RAND(): melange aleatoire des entrees
$requete2 = $connexion_bdd ->prepare($sql);
//Associer des valeurs aux place holders
$requete2->bindValue(1, 'petit', PDO::PARAM_STR);
$requete2->bindValue(2, 'gravure', PDO::PARAM_STR);
//Compiler et executer la requete
$requete2->execute();
//Recuperer toutes les donnees retournees
foreach($requete2->fetchAll() as $donnee)
{
echo ('<img
src="' . $donnee['type'] . '' . $donnee['numero'] . 'petit.jpg"
class="petit' . $donnee['format'] . ' ' . $donnee['type'] . '"
data-identifiant="' . $donnee['id_photo'] . '"
alt="' . $donnee['intitule'] . '"
title="' . $donnee['intitule'] . '" />');
}
//Clore la requete preparee
$requete2 -> closeCursor();
$requete2 = NULL;
?>
</div>
</div>
</div>
</div>
<script src="jquery.js"></script>
<script src="mon_script.js">
// Agrandissement des petites images cliquees
$(function(){
$('.petitportrait, .petitpaysage, .petitcarre').css('border','5px white solid'); // initialement les petites images ont une bordure blanche
$('.petitportrait, .petitpaysage, .petitcarre').on( "click", function(){ // quand les elements de classe ... sont cliques
// -----------------
// 1/ on récupère l'id_photo
var id_photo = $(this).attr('data-identifiant');
// -----------------
// 2/ appel au fichier de récupération de données
var texthtml = '';
$.ajax({
type: 'post',
url: './affiche-infos-photo.php',
data: 'photoId='+id_photo,
dataType: 'html',
cache: false,
success: function( texthtml ){
texthtml = jQuery.trim(texthtml);
if( texthtml!='' ){
// -----------------
// 3/ affichage sur la page du code html
$('#cadre_agrandissement').html(texthtml);
// (autres actions...)
}
return false;
}
});
// -----------------
$(this).css('border','5px black solid'); // la petite image cliquee voit sa bordure devenir noire
$("#cadre_agrandissement").toggle(); // ici le toggle va inverser le display automatiquement
$("#noir").toggle();// idem
});
$('#cadre_agrandissement').on( "click", "#lien", function(){ // quand l element d id "lien" est clique (fermeture du cadre agrandissement)
$('.petitportrait, .petitpaysage, .petitcarre').css('border','5px white solid'); // les elemnts de classe ... voient leur bordure devenir blanche
$("#cadre_agrandissement").toggle(); // ici le toggle va inverser le display automatiquement
$('#cadre_agrandissement').empty();
});
});
</script>
</body>
</html> |
Partager