Extreme Thumbnail Generator online documentation
Introduction
Web photo galleries
Generate a web photo gallery
Publish a photo gallery on the Web via FTP
Send a photo gallery via email
Images
How to add images to the gallery
How to sort images in the gallery
How to rename images
How to resize images
How to rotate images
How to add special effects to the images
How to add text to images
How to add logo to images
How to add shadow effect to images
How to link images in the gallery to other pages
How to add EXIF information to the image description
How to import image descriptions
Image format settings
Supported image formats
Thumbnails
How to change the thumbnail image size
How to add a border to the thumbnail images
How to add shadow effect to thumbnail images
How to set custom thumbnail size and link address
EXIF info in the thumbnails title
How to link thumbnails directly to images
Thumbnail resize methods
Thumbnail image file name
Thumbnail image format
Thumbnails pages
Thumbnails per page
Thumbnails pages file name
Link back from thumbnails pages
Image pages
Image pages file name
Image page title settings
Advanced topics
Re-generating the gallery
Setting font for text elements
Sub-folders in the gallery folder
Web photo gallery meta data
Built-in FTP gallery publishing module
Link back properties
Multi-line text editor
Special tags
Auto-rename images in the gallery
How to add a Lightbox effect to the gallery
How to add slide show
Gallery template
Built-in gallery template editor
Program settings
General settings
Advanced settings
FTP settings
FTP profiles
Registration
License
Support
Product updates
Other products

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.


See also

Built-in gallery template editor, Special tags