summaryrefslogtreecommitdiff
path: root/trunk/gallery/image.template
blob: 1626f27c2856bb8d243512af73c93dbbdf5ecb1b (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
<title>%(description)s</title>
</head>
<p><a href="%(previmage)s">prev</a> <a href="%(nextimage)s">next</a></p>
<h1>%(description)s</h1>
<img src="%(imagepathname)s" />
<p>%(Exif.Image.ImageDescription)s</p>
</html>