NeoPhoto: Software for sharing photos with Family and Friends.
NeoPhoto(tm) Template Writers Guide
Yermo Lamers
Anatoly Ivasyuk
Copyright © 2003 by DTLink, L.L.C
Table of Contents
I.
How to Create NeoPhoto Web Templates
1.
Introduction
1.1.
About Neophoto
1.2.
Audience
1.3.
How NeoPhoto uses template files to create web pages.
2.
XML
2.1.
What is XML?
2.2.
A Few Rules about XML
2.3.
HTML inside an XML file
2.4.
How to Edit XML Files
3.
Creating Simple NeoPhoto Templates
3.1.
Downloading the Tutorial Templates
3.2.
Tutorial Simple NeoPhoto Template
3.3.
Describing your Template: the PhotoAlbumTemplate tag
3.4.
Creating a Thumbnail Index Page using the IndexPage Tag
3.5.
Create a Photo Detail page using the PhotoDetailPage Tag
3.6.
Image
4.
Advanced Features
4.1.
Tutorial Advanced Template
4.2.
Multiple Image Rows
4.3.
Different Thumbnail Sizes
4.4.
Next and Previous buttons
4.5.
Page Index
4.6.
User Variables
4.7.
Conditional Fragments
II.
Reference
5.
NeoTmpl Template Language
5.1.
PhotoAlbumTemplate (required)
5.2.
IndexPage (optional)
5.3.
Header (required)
5.4.
ImageRow (required)
5.5.
FixedContent (Optional)
5.6.
Image
5.7.
Fragment_PrevIndexPage
5.8.
Fragment_NextIndexPage
5.9.
Fragment_IndexPageList
5.10.
Fragment_[User]
5.11.
PhotoDetailPage (OPTIONAL)
5.12.
Header
5.13.
Footer
5.14.
Image
5.15.
FixedContent (Optional)
5.16.
Fragment_PrevImagePage
5.17.
Fragment_NextImagePage
5.18.
Fragment_ImagePageList
5.19.
UserVar (OPTIONAL)
6.
Template Variable Reference
7.
ChangeLog
Next >>>
How to Create NeoPhoto Web Templates