diff --git a/assets/css/page/photos.css b/assets/css/page/photos.css index e69de29..8801291 100644 --- a/assets/css/page/photos.css +++ b/assets/css/page/photos.css @@ -0,0 +1,45 @@ +body { + text-align: center; +} + +section { + display: block; + background-color: rgba(255,255,255,0.5); + width: 80vw; + margin-left: auto; + margin-right: auto; + padding: 50px; + font-size: 1.2rem; + margin-top: 40px; +} + +a { + text-decoration: none; +} + +ul { + margin: 0; + padding: 0; +} + +li { + display: inline-block; +} + +.directory-ul { + list-style: none; +} + +.directory-li { + display: block; + color: black; + padding: 10px; + margin: 10px; + background-color: white; + +} + +.directory-li:hover { + transform: scale(1.05); + transition: 0.3s ease-out; +} \ No newline at end of file diff --git a/photos.php b/photos.php index 1ba645d..f951eb4 100644 --- a/photos.php +++ b/photos.php @@ -1,7 +1,7 @@ +
  • 1): ?> photos @@ -87,6 +88,7 @@ function createDirectories($path) album +
  • $value) { $realPath = realpath($path . DIRECTORY_SEPARATOR . $value); - if (isValidImage($realPath)) { + $realPath_no_thumb = realpath($path_no_thumb . DIRECTORY_SEPARATOR . $value); + if (isValidImage($realPath) AND isValidImage($realPath_no_thumb)) { $imageSrc = $path . DIRECTORY_SEPARATOR . $value; - $imageId = "photo-" . $displayedItems; - ?>'.$pathTitle.''; + echo '
  • '.$pathTitle.'
  • '; foreach ($folders as $value) { if ($value != "") { $pathTitle = $value; $currentPath .= DIRECTORY_SEPARATOR . $value; $pathLink = "?" . urlParam . "=" . $currentPath; - echo '
  • '.$pathTitle.'
  • '; + echo ' >
  • '.$pathTitle.'
  • '; } } } ?>
    - +

    Clique sur le dossier de ton choix pour afficher les photos. Il faut que tu sois inscrit à l'INSA pour pouvoir - les regarder (et oui, pas de spoiler). -

    -

    - Si tu ne peux pas voir les photos (la fenêtre pour entrer le mot de passe ne s'affiche pas), ouvre cette page - avec - un autre navigateur. -

    -
    +
    + -
    -
    - 0): ?> -
    - -
    - - - - Télécharger - photos - - - 0): ?> -
    - -
    - + + + + + Télécharger + photos + + + 0): ?> +
    + +
    + +