Web photo gallery template
Web photo gallery template is a set of HTML files, optional page graphics and default gallery settings. You can easily edit the template HTML files and default settings in the built-in gallery template editor. The list of available gallery templates is available on the Gallery step.
Template files
Web photo gallery template consists of the following files:
thumbs_page.html contains the template of the thumbnails page. It must have the following special tag: [#thumbspage.thumbstable#] which is replaced with the thumbnails table during the gallery generation.
thumbs_navigator.html contains the template of the thumbnails page navigation menu. The text of this file is used to replace the [#thumbspage.menubar#] special tag in the thumbs_page.html file.
image_page.html contains the template of the image page. It must have the following special tag: [#imagepage.image#] which is replaced with the full-szie image during the gallery generation.
image_navigator.html contains the template of the image page navigation menu. The text of this file is used to replace the [#imagepage.menubar#] special tag in the image_page.html file.
frameset.html. Optional file, used only in frame-based galleries. Contains the template of the frameset page, which defines the size of the thumbnails page frame and the image page frame. Its text must have the following tags: [#frameset.image_frame_src#] which is replace with the relative address of the first image page in the gallery and [#frameset.thumbs_frame_src#] which is replaced with the address of the first thumbnails page.
images, CSS and other files necessary for the gallery pages are located in the files sub-folder of the template folder. All files from this folder are copied into the template files sub-folder of the gallery during the gallery generation process.