summaryrefslogtreecommitdiff
path: root/trunk/gallery/index.template
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/gallery/index.template')
-rw-r--r--trunk/gallery/index.template10
1 files changed, 10 insertions, 0 deletions
diff --git a/trunk/gallery/index.template b/trunk/gallery/index.template
new file mode 100644
index 0000000..cbd2991
--- /dev/null
+++ b/trunk/gallery/index.template
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>%(directorydescription)s</title>
+</head>
+<h1>%(directorydescription)s</h1>
+<ul>%(subdirlist)s</ul>
+<ul>
+%(indeximagelist)s
+</ul>
+</html>