summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-29 15:16:51 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-29 15:16:51 +0100
commite39778d8ca739070f3284b71b0d6d119972235fa (patch)
treed25ac2594f2d37fccd061cd541df847eeae602b0 /share
parent1d3016a3800530f2de56b787643ef4550d09f5ba (diff)
parent14250af451c56b00f9e94d7b27dc24465d954a81 (diff)
merge
Diffstat (limited to 'share')
-rw-r--r--share/templates/footer.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/templates/footer.tmpl b/share/templates/footer.tmpl
index f917970..fa9f675 100644
--- a/share/templates/footer.tmpl
+++ b/share/templates/footer.tmpl
@@ -1,6 +1,15 @@
cat <<END
</p>
<hr />
+END
+
+if [ "${INCLUDETARBALL}" = 'yes' ]; then
+cat <<END
+Download all photos in original size <a href='../${TARBALLNAME}${TARBALLSUFFIX}'>here</a><br /><br />
+END
+fi
+
+cat <<END
Page generated at $(date) using Bash, ImageMagick and Git at $(uname); &lt;photoalbum@mx.buetow.org&gt;
</body>
</html>