summaryrefslogtreecommitdiff
path: root/trunk/gallery/image.template
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-25 09:21:12 +0200
committerLars Wirzenius <liw@liw.fi>2019-03-25 09:21:12 +0200
commitf35245d746080f4e8ba020eff66375e1a938ce52 (patch)
tree736bc347655cdf84fb2608e7cdfbfa7d5bdbf0c9 /trunk/gallery/image.template
downloaddimbola-f35245d746080f4e8ba020eff66375e1a938ce52.tar.gz
Add: initial commitHEADmaster
Diffstat (limited to 'trunk/gallery/image.template')
-rw-r--r--trunk/gallery/image.template9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/gallery/image.template b/trunk/gallery/image.template
new file mode 100644
index 0000000..1626f27
--- /dev/null
+++ b/trunk/gallery/image.template
@@ -0,0 +1,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>