#!exifinfotemplateversion=2.00
#
#!formatname=1-column HTML, medium info, absolute links
#
#!comment1=A 1-column web page, with some information
#!comment2=and thumbnails (absolute links)
#!comment3=Author: Chris Terran * Version: 1.00 (27 Sep 2002)
#
# user1 is the number of columns
#!user1=1
# user2 is the counter
#!user2=0
# user9 is the total byte count
#!user9=0
#!outputleafname=index/htm
#!outputfiletype=html
#!outputmode=single
#!UnknownString=?
#
#!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>
<div align="center"><small>Indexed at {!date}</small></div>
<hr>
<div align="center">
<table cellpadding="12">

#!section=image
{!SaveThumbnail}{!if {!user2}=0}<tr>{!user2={!user1}-1}{!else}{!dec !user2}{!endif}
<td align="left" valign="top">
 <a href="file://localhost/{!unixpath}/{!unixleafname}"><img src="thumbs/{!unixleafname}" border="0" hspace="4" width="160" height="120" alt="{!leafname}"></a>
 <br><a href="file://localhost/{!unixpath}/{!unixleafname}">{!leafname}</a>
 <br>{DateTimeOriginal}{!if "{SubsecTimeOriginal}"<>"?"}.{SubsecTimeOriginal}{!else}{!endif}
 <br>{ExifImageWidth}x{ExifImageHeight}, {!filesizek}{!if "{Main.Copyright}"="?" OR "{Main.Copyright}"=""}{!else}<br>&copy; {Main.Copyright}{!endif}
 <br><small>{Main.Model}
 <br>{!if "{ExposureTime}"="?"}{ShutterSpeedValue}{!else}{ExposureTime}{!endif} sec * ISO{ISOSpeedRatings} * f{!if "{FNumber}"<>"?"}{FNumber}{!else}{ApertureValue}{!endif}
 <br>Focal length {FocalLength}mm * Bias {ExposureBiasValue}
 <br>Program: {ExposureProgram}
 <br>Metering: {MeteringMode}
 <br>Flash: {Flash}
 </small>
{!user9={!user9}+{!filesize}}
#!section=footer
</table>
<hr>
{!User0=FNcommas("{!User9}")}{!ImageNumber} images containing {!user0} bytes
<hr><i><small>Generated by <a href="http://www.photodesk.iconbar.com">{!programversion}</a></small></i>
</body>
</html>
