summaryrefslogtreecommitdiff
path: root/share/templates/footer.tmpl
blob: 0de72ceeddc116bda6471066b639818c9615aad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cat <<END
</p>
<hr />
END

if [ "${TARBALL_INCLUDE}" = 'yes' ]; then
cat <<END
Download all photos in original size <a href='../${TARBALL_NAME}'>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>
END