aboutsummaryrefslogtreecommitdiff
path: root/templates/albumviewer.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/albumviewer.tmpl')
-rw-r--r--templates/albumviewer.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/albumviewer.tmpl b/templates/albumviewer.tmpl
new file mode 100644
index 000000000..aeb0abe4f
--- /dev/null
+++ b/templates/albumviewer.tmpl
@@ -0,0 +1,16 @@
+<div class="album-viewer">
+ <div id="album-img">
+ <TMPL_VAR NAME="PREV">
+
+ <TMPL_IF NEXT>
+ <TMPL_VAR NAME="NEXT">
+ <TMPL_ELSE>
+ <div class="album-finish">
+ <a href="<TMPL_VAR NAME=ALBUMURL>"><span class="album-arrow">↑</span></a>
+ </div>
+
+ </TMPL_IF>
+
+ <TMPL_VAR NAME="IMG">
+ </div>
+</div>