X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/77ab25edd98ec5a3871fc07bceaa0cd61949b69e..d3ed59c2753c2babd5aa9a1c5e0109c644904ba8:/foto/index.php diff --git a/foto/index.php b/foto/index.php index eadda91..a97ec1c 100644 --- a/foto/index.php +++ b/foto/index.php @@ -1,13 +1,11 @@ admin('foto')) { $access = '🔓 Openbaar'; - if (isset($PageAccess)) { + if (!empty($PageAccess)) { $access = "🔒 Bewoners"; - if ($PageAccess != $Page.$Args) { + if ($PageAccess != $rootdir) { $access .= sprintf(' vanaf %s', "/$PageAccess", pathinfo($PageAccess, PATHINFO_FILENAME) ); @@ -16,25 +14,29 @@ if (!empty($User['admin'])) { print "\n\n"; } -$nav = explode('/', $Page.$Args); +$nav = explode('/', $rootdir); +$nav[0] = "Foto's"; # override of root 'foto' $title = array_pop($nav); -$rootname = "Foto's"; # override of 'foto' +$Article->title = implode(' ', $nav) . ': ' . $title; + $link = ''; print "

"; foreach ($nav as $i => $linktitle) { - $link .= "/$linktitle"; - printf('%s →'."\n", $link, $i ? $linktitle : $rootname); + $link .= '/' . ($i ? $linktitle : $Page); + printf('%s →'."\n", $link, $linktitle); } -print $Args ? $title : $rootname; +print $title; print "

\n\n"; -print $intro; +if (isset($Article->raw)) { + print $Article->raw; # page intro +} function showthumb($path) { // assume all album entries are symlinks to archive originals $target = preg_replace('{^(\.\./)*}', '', readlink($path)); - $thumb = preg_replace('{^data/}', 'thumb/200/', $target); + $thumb = 'thumb/262/' . $target; @list ($order, $size, $title) = explode(':', pathinfo($path, PATHINFO_FILENAME), 3); $imgtag = 'img src="/'.$thumb.'"'; @@ -57,12 +59,12 @@ if ($imgs = glob("$rootdir/*", GLOB_ONLYDIR)) { $cover = "$path/index.jpg"; if (!file_exists($cover)) $cover = 'foto/index.jpg'; if (is_link($cover)) { - $cover = preg_replace('{^(?:\.\./)*data/}', 'thumb/100/', readlink($cover)); + $cover = preg_replace('{^(?:\.\./)*(?=data/)}', 'thumb/100/', readlink($cover)); } $html = ''; $html .= "
$album
"; - if (empty($User) and file_exists("$path/.private")) { + if (!$User->login and file_exists("$path/.private")) { $html = ''.$html.''; } $html = "
$html
"; @@ -75,7 +77,11 @@ if ($imgs = glob("$rootdir/*", GLOB_ONLYDIR)) { if ($imgs = glob("$rootdir/*.jpg")) { print '