#!exifinfotemplateversion=2.00
#
#!formatname=4-column HTML, basic info, relative links
#
#!comment1=A simple 4-column web page, with linked thumbnails
#!comment2=(links are relative)
#!comment3=Author: Chris Terran * Version: 1.00 (20 Sep 2002)
# user1 is the number of columns
#!user1=4
# user2 is the counter
#!user2=0
# user9 is the total byte count
#!user9=0
#!outputleafname=index/htm
#!outputfiletype=html
#!outputmode=single
#!UnknownString=[N/A]
#
#!section=header
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<!-- Generated by {!programversion} -->
<head>
 <title>Pictures in {!path}</title>
</head>

<body text="#000000" bgcolor="#f0f0f0" link="#0000ff">

<h4 align="center">{!path}</h4>
<hr>
<div align="center">
<table cellpadding="12">

#!section=image
{!SaveThumbnail}{!if {!user2}=0}<tr>{!user2={!user1}-1}{!else}{!user2={!user2}-1}{!endif}
<td align="left">
 <a href="{!unixleafname}"><img src="thumbs/{!unixleafname}" border="0" hspace="4" width="160" height="120" alt="{!leafname}"></a>
 <br><a href="{!unixleafname}">{!leafname}</a>
 <br>{DateTimeOriginal}
 <br>{ExifImageWidth}x{ExifImageHeight}, {!filesizek}
{!user9={!user9}+{!filesize}}
#!section=footer
</table>
<hr>
{!User0=FNcommas("{!User9}")}{!ImageNumber} files containing {!user0} bytes
<hr><i><small>Generated by <a href="http://www.photodesk.iconbar.com">{!programversion}</a></small></i>
</body>
</html>
