projects
/
smcv/ikiwiki.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Album plugin v3, based on trail v3
[smcv/ikiwiki.git]
/
templates
/
albumviewer.tmpl
1
<div class="album-viewer">
2
<div id="album-img">
3
<TMPL_VAR NAME="PREV">
4
5
<TMPL_IF NEXT>
6
<TMPL_VAR NAME="NEXT">
7
<TMPL_ELSE>
8
<div class="album-next">
9
<a href="<TMPL_VAR NAME=ALBUMURL>"><span class="album-arrow">↑</span></a>
10
</div>
11
12
</TMPL_IF>
13
14
<TMPL_VAR NAME="IMG">
15
</div>
16
</div>