228 lines
14 KiB
HTML
228 lines
14 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Ginou • explorer</title>
|
|
<meta name="description" content="Site dédié à la mémoire et aux peintures de Geneviève Collignon, dite Ginou.">
|
|
<meta name="author" content="Famille Marchal">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="images/favicon.png">
|
|
<link rel="stylesheet" href="styles/main.css" media="screen">
|
|
<script src="plugins/jquery-3.5.1.min.js"></script>
|
|
<script src="scripts/menu.js"></script>
|
|
<link rel="stylesheet" href="styles/fancybox.css" media="screen">
|
|
<script src="plugins/jquery-3.5.1.min.js"></script>
|
|
<link href="plugins/jquery.fancybox.min.css" rel="stylesheet">
|
|
<script src="plugins/jquery.fancybox.min.js"></script>
|
|
<script src="plugins/pagination.min.js"></script>
|
|
<link rel="stylesheet" href="plugins/pagination.css" media="screen">
|
|
<link rel="stylesheet" href="styles/pagination.css" media="screen">
|
|
<script src="scripts/explorer.js"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<div id="hamburger">
|
|
<div class="container"><div class="bar1"></div><div class="bar2"></div><div class="bar3"></div></div>
|
|
</div>
|
|
<ul>
|
|
<li class="title">Ginou</li>
|
|
<div class="hidden">
|
|
<li><a href="index.html">Accueil</a></li>
|
|
<li><a href="biographie.html">Biographie</a></li>
|
|
<li><a href="exposition.html">Exposition</a></li>
|
|
<li class="selected"><a href="explorer.html">Explorer</a></li>
|
|
<li><a href="divers.html">Divers</a></li>
|
|
<li><a href="informations.html">Informations</a></li>
|
|
</div>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<article class="explorer">
|
|
<h1>Explorer</h1>
|
|
<div class="intro" style="text-align:justify;">
|
|
<p>Cette section permet de générer une <img width="14rem" src="styles/icons/list.svg" alt="liste"> <strong>liste</strong> (aussi visible sous la forme d'une <img width="16.5rem" src="styles/icons/frame.svg" alt="galerie"> <strong>galerie</strong>) en fonction de différents paramètres, listés ci-dessous. Elle permet d'explorer l'œuvre de Ginou, y compris les tableaux dont nous ne possédons pas de photo.</p>
|
|
|
|
<p>En mode <img width="14rem" src="styles/icons/list.svg" alt="liste"> liste, l'<strong>icône <img width="16.5rem" src="styles/icons/eye-black.svg" alt="œil"> œil</strong> permet de voir le tableau en grand ; en mode <img width="16.5rem" src="styles/icons/frame.svg" alt="galerie"> galerie, il faut <strong>cliquer sur les tableaux</strong>.</p>
|
|
|
|
<p>Dans la colonne photo, une ☆ <strong>étoile vide</strong> signifie que nous n'avons pas de photo pour un tableau ; une ★ <strong>étoile</strong> qu'elle est de mauvaise qualité ; ★★ <strong>deux étoiles</strong> qu'elle est acceptable ; et ★★★ <strong>trois étoiles</strong> qu'elle est tout à fait satisfaisante.</p>
|
|
|
|
<p>Le symbole <img width="5rem" src="styles/icons/exclamation-mark.svg" alt="double point d'exclamation"> dans la colonne aide signifie que nous avons besoin d'aide pour obtenir une photo et que <a href="informations.html">vous pouvez contribuer</a>.</p>
|
|
|
|
<p>Une fois cette liste générée, la configuration sera repliée, il suffit alors de cliquer sur la <img width="12rem" src="styles/icons/triangle.svg" alt="flèche"> <strong>flèche</strong> pour la faire réapparaître.</p>
|
|
</div>
|
|
|
|
<h2 class="active">Configuration </h2>
|
|
<form name="explorer" onsubmit="onSubmit();">
|
|
<div class="container">
|
|
<div class="box photos active">
|
|
<h3>État photo </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="photos" name="photos" value="all">
|
|
<label for="photos">Tout état</label></span>
|
|
<span><input type="checkbox" id="none" name="photo" value="none">
|
|
<label for="none">☆ inexistant</label></span>
|
|
<span><input type="checkbox" id="exist" name="photo" value="exist">
|
|
<label for="exist">Existant</label></span>
|
|
<span><input type="checkbox" id="bad" name="photo" value="bad">
|
|
<label for="bad">★ mauvais</label></span>
|
|
<span><input type="checkbox" id="ok" name="photo" value="ok">
|
|
<label for="ok">★★ acceptable</label></span>
|
|
<span><input type="checkbox" id="good" name="photo" value="good">
|
|
<label for="good">★★★ bon</label></span>
|
|
</div>
|
|
</div>
|
|
<div class="box years">
|
|
<h3>Années </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="years" name="years" value="all">
|
|
<label for="years">Toutes</label></span>
|
|
<span><input type="checkbox" id="50s" name="year" value="50s">
|
|
<label for="50s">1956 - 1959</label></span>
|
|
<span><input type="checkbox" id="60s" name="year" value="60s">
|
|
<label for="60s">1960 - 1969</label></span>
|
|
<span><input type="checkbox" id="70s" name="year" value="70s">
|
|
<label for="70s">1970 - 1979</label></span>
|
|
<span><input type="checkbox" id="80s" name="year" value="80s">
|
|
<label for="80s">1980 - 1989</label></span>
|
|
<span><input type="checkbox" id="90s" name="year" value="90s">
|
|
<label for="90s">1990 - 1999</label></span>
|
|
<span><input type="checkbox" id="00s" name="year" value="00s">
|
|
<label for="00s">2000 - 2009</label></span>
|
|
<span><input type="checkbox" id="10s" name="year" value="10s">
|
|
<label for="10s">2010 - 2016</label></span>
|
|
</div>
|
|
</div>
|
|
<div class="box months">
|
|
<h3>Mois </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="months" name="months" value="all">
|
|
<label for="months">Tous</label></span>
|
|
<span><input type="checkbox" id="01" name="month" value="01">
|
|
<label for="01">Janvier</label></span>
|
|
<span><input type="checkbox" id="02" name="month" value="02">
|
|
<label for="02">Février</label></span>
|
|
<span><input type="checkbox" id="03" name="month" value="03">
|
|
<label for="03">Mars</label></span>
|
|
<span><input type="checkbox" id="04" name="month" value="04">
|
|
<label for="04">Avril</label></span>
|
|
<span><input type="checkbox" id="05" name="month" value="05">
|
|
<label for="05">Mai</label></span>
|
|
<span><input type="checkbox" id="06" name="month" value="06">
|
|
<label for="06">Juin</label></span>
|
|
<span><input type="checkbox" id="07" name="month" value="07">
|
|
<label for="07">Juillet</label></span>
|
|
<span><input type="checkbox" id="08" name="month" value="08">
|
|
<label for="08">Août</label></span>
|
|
<span><input type="checkbox" id="09" name="month" value="09">
|
|
<label for="09">Septembre</label></span>
|
|
<span><input type="checkbox" id="10" name="month" value="10">
|
|
<label for="10">Octobre</label></span>
|
|
<span><input type="checkbox" id="11" name="month" value="11">
|
|
<label for="11">Novembre</label></span>
|
|
<span><input type="checkbox" id="12" name="month" value="12">
|
|
<label for="12">Décembre</label></span>
|
|
</div>
|
|
</div>
|
|
<div class="box genres">
|
|
<h3>Genres </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="genres" name="genres" value="all">
|
|
<label for="genres">Tous</label></span>
|
|
</div>
|
|
</div>
|
|
<div class="box themes">
|
|
<h3>Thèmes </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="themes" name="themes" value="all">
|
|
<label for="themes">Tous</label></span>
|
|
</div>
|
|
</div>
|
|
<div class="box places">
|
|
<h3>Lieux </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="places" name="places" value="all">
|
|
<label for="places">Tous</label></span>
|
|
<span><span class="inline">※ </span><select name="place"></select></span>
|
|
</div>
|
|
</div>
|
|
<div class="box tags">
|
|
<h3>Tags </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="tags" name="tags" value="all">
|
|
<label for="tags">Tous</label></span>
|
|
<span><span class="inline">※ </span><select name="tag"></select></span>
|
|
</div>
|
|
</div>
|
|
<div class="box dimensions">
|
|
<h3>Dimensions </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="dimensions" name="dimensions" value="all">
|
|
<label for="dimensions">Toutes</label></span>
|
|
<span><input type="checkbox" id="18" name="dimension" value="18">
|
|
<label for="18">< 20cm</label></span>
|
|
<span><input type="checkbox" id="20" name="dimension" value="20">
|
|
<label for="20">20cm - 29cm</label></span>
|
|
<span><input type="checkbox" id="30" name="dimension" value="30">
|
|
<label for="30">30cm - 39cm</label></span>
|
|
<span><input type="checkbox" id="40" name="dimension" value="40">
|
|
<label for="40">40cm - 49cm</label></span>
|
|
<span><input type="checkbox" id="50" name="dimension" value="50">
|
|
<label for="50">50cm - 59cm</label></span>
|
|
<span><input type="checkbox" id="60" name="dimension" value="60">
|
|
<label for="60">60cm - 69cm</label></span>
|
|
<span><input type="checkbox" id="70" name="dimension" value="70">
|
|
<label for="70">70cm - 79cm</label></span>
|
|
<span><input type="checkbox" id="80" name="dimension" value="80">
|
|
<label for="80">80cm - 89cm</label></span>
|
|
<span><input type="checkbox" id="90" name="dimension" value="90">
|
|
<label for="90">90cm - 99cm</label></span>
|
|
<span><input type="checkbox" id="100" name="dimension" value="100">
|
|
<label for="100">>= 100cm</label></span>
|
|
</div>
|
|
</div>
|
|
<div class="box help">
|
|
<h3>Aide requise </h3>
|
|
<div class="item-cont">
|
|
<span><input type="checkbox" id="helps" name="helps" value="all">
|
|
<label for="helps">Toute</label></span>
|
|
<span><input type="checkbox" id="no" name="help" value="no">
|
|
<label for="no">Non</label></span>
|
|
<span><input type="checkbox" id="yes" name="help" value="yes">
|
|
<label for="yes"><img width="5rem" src="styles/icons/exclamation-mark.svg" alt="Oui"> Oui</label></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<input type="submit" value="Générer">
|
|
</form>
|
|
<p class="no-result"><strong>Aucun résultat.</strong> Veuillez réessayer avec d'autres paramètres.</p>
|
|
<div id="style-container">
|
|
<img class="style-select frame" src="styles/icons/frame.svg" alt="galerie">
|
|
<img class="style-select list" src="styles/icons/list.svg" alt="liste">
|
|
</div>
|
|
<div id="gallery">
|
|
<div id="pagination" style="display:table; text-align:center; margin:auto;"></div>
|
|
<div class="gallery"></div>
|
|
</div>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>№</th>
|
|
<th>Titre</th>
|
|
<th>Année</th>
|
|
<th>Dimension</th>
|
|
<th>Genre</th>
|
|
<th>Thème</th>
|
|
<th>Lieu</th>
|
|
<th>Tags</th>
|
|
<th>Photo</th>
|
|
<th>Aide</th>
|
|
<th>Voir</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
<p class="result center"></p>
|
|
</article>
|
|
</body>
|
|
</html> |