comparison mgallery.php @ 209:671b7cfebf87

Various fixes and adjustments to style.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2018 13:41:36 +0200
parents c8b69b6bb692
children 0a0a2936d779
comparison
equal deleted inserted replaced
208:cdccda315a0f 209:671b7cfebf87
601 "<img id=\"imageImage\" src=\"".mgGetImageURL($galMedPath, $galImage). 601 "<img id=\"imageImage\" src=\"".mgGetImageURL($galMedPath, $galImage).
602 "\" alt=\"".chentities($galImage)."\">". 602 "\" alt=\"".chentities($galImage)."\">".
603 "</div>\n". 603 "</div>\n".
604 mgGetNaviControlImageBoxJS($galImagesIndex, $index, "nextBtm", 1)."\n". 604 mgGetNaviControlImageBoxJS($galImagesIndex, $index, "nextBtm", 1)."\n".
605 mgGetNaviControlImageBox($galImagesIndex, $index, "next", 1)."\n". 605 mgGetNaviControlImageBox($galImagesIndex, $index, "next", 1)."\n".
606 (isset($data["caption"]) ? "<div class=\"imageCaption\">".mgGetArrStr($data, "caption", "%1")."</div>\n" : "").
607 "</div>\n". // pageImageBox 606 "</div>\n". // pageImageBox
607 (isset($data["caption"]) ? "<div id=\"pageImageCaption\" class=\"imageCaption\">".mgGetArrStr($data, "caption", "%1")."</div>\n" : "").
608 // infoBox 608 // infoBox
609 "<div id=\"infoBox\">\n". 609 "<div id=\"infoBox\">\n".
610 mgGetArr($data, "datetime", "<span class=\"infoDateTime\">%1</span>\n", "", "mgTimeStr"). 610 mgGetArr($data, "datetime", "<span class=\"infoDateTime\">%1</span>\n", "", "mgTimeStr").
611 implode(",\n", array_filter($list, function($a) { return $a !== NULL; }))."\n". 611 implode(",\n", array_filter($list, function($a) { return $a !== NULL; }))."\n".
612 "<a id=\"imageLink\" href=\"".$galImageURL.$galPath."/".$galImage."\">". 612 "<a id=\"imageLink\" href=\"".$galImageURL.$galPath."/".$galImage."\">".