comparison mgallery.php @ 168:ba02d12cb4be

Add "up" navigation button, to go back to the main gallery from image page.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Mar 2018 13:28:56 +0200
parents 605c891870fa
children dbcf61ce3705
comparison
equal deleted inserted replaced
167:605c891870fa 168:ba02d12cb4be
571 mgPrintBreadCrumbs($galData); 571 mgPrintBreadCrumbs($galData);
572 572
573 echo 573 echo
574 mgGetPageInfoHeaderEnd()."\n". 574 mgGetPageInfoHeaderEnd()."\n".
575 "<div id=\"pageInfoButton\">_</div>\n". 575 "<div id=\"pageInfoButton\">_</div>\n".
576 "<a id=\"pageUpNaviButton\" href=\"".mgGetURL($galData["path"], FALSE)."\">^</a>\n".
576 "<div id=\"imageCBox\">\n". 577 "<div id=\"imageCBox\">\n".
577 mgGetNaviControlImageBoxJS($galImagesIndex, $index, "prevBtm", -1)."\n". 578 mgGetNaviControlImageBoxJS($galImagesIndex, $index, "prevBtm", -1)."\n".
578 mgGetNaviControlImageBox($galImagesIndex, $index, "prev", -1)."\n". 579 mgGetNaviControlImageBox($galImagesIndex, $index, "prev", -1)."\n".
579 "<div class=\"imageBox\">". 580 "<div class=\"imageBox\">".
580 "<img id=\"imageImage\" src=\"".mgGetImageURL($galTNPath, $data["base"].$galMedSuffix.$data["ext"])."\" alt=\"".chentities($data["base"].$galMedSuffix.$data["ext"])."\">". 581 "<img id=\"imageImage\" src=\"".mgGetImageURL($galTNPath, $data["base"].$galMedSuffix.$data["ext"])."\" alt=\"".chentities($data["base"].$galMedSuffix.$data["ext"])."\">".