From 9cbef9e2e45292357196148e1038b1eba012d274 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 14 Jun 2015 11:34:25 +0100 Subject: Add some missing templates --- templates/albumitem.tmpl | 34 ++++++++++++++++++++++++++++++++++ templates/albumnext.tmpl | 6 ++++++ templates/albumprev.tmpl | 6 ++++++ 3 files changed, 46 insertions(+) create mode 100644 templates/albumitem.tmpl create mode 100644 templates/albumnext.tmpl create mode 100644 templates/albumprev.tmpl diff --git a/templates/albumitem.tmpl b/templates/albumitem.tmpl new file mode 100644 index 0000000..28cd43d --- /dev/null +++ b/templates/albumitem.tmpl @@ -0,0 +1,34 @@ + +
+ + +
+
+ +
+
+ +
+ +
+
+ + +
+
diff --git a/templates/albumnext.tmpl b/templates/albumnext.tmpl new file mode 100644 index 0000000..7e92b24 --- /dev/null +++ b/templates/albumnext.tmpl @@ -0,0 +1,6 @@ +
+
+
+ +
+
diff --git a/templates/albumprev.tmpl b/templates/albumprev.tmpl new file mode 100644 index 0000000..36c00d8 --- /dev/null +++ b/templates/albumprev.tmpl @@ -0,0 +1,6 @@ +
+
+
+ +
+
-- cgit v1.2.3