CSE Display - Gallery
Test 2SmallMinimizeHigherLowerMove
Blah, blah
blah blah
blah...
Test 1EnlargeSmallHigherLowerMove
NothingElse
Test 3 - Fix
Blah, blah
blah...
Test 4MinimizeMove
Cannot move up and down,
no small mode,
but can minimize or change side.
Picture display with thumbnail gallery

Well, what about displaying images?

This is also supported, albeight with few options, in CSE_Display. The generation is fully automated, just pointing to a folder is enough. The most interesting feature is that you can point to a folder containing other folders - 'chapters' - that contain themselves the pictures (or more folders). The gallery allows to switch between chapters automatically. There is no set limit to the depth of the gallery.

The gallery generator also generates thumbnails assuming GD is installed on your PHP configuration. The system is however primitive in the sense that it will generate all thumbnails if the subfolder "tn" does not exist, and none otherwise. It will not die if GD is not installed. In this case, you have to provide the thumbnails, in a "tn" subfolder.

Note: the gallery is outputted after the basic Body records, but before extra body layers...




The source code for the gallery:

<?php
$myHTML
->registerGallery("Namibia2008","Namibia 2008");
// because we have chapters, not necessary if only 1 folder containing pictures:
$myHTML->gallery->setMainPage(basename(__FILE__));
?>
Go to the Next Page or return to the Previous Page
Made with CSE_display, © CSE, 2008