diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 15:16:51 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 15:16:51 +0100 |
| commit | e39778d8ca739070f3284b71b0d6d119972235fa (patch) | |
| tree | d25ac2594f2d37fccd061cd541df847eeae602b0 /share | |
| parent | 1d3016a3800530f2de56b787643ef4550d09f5ba (diff) | |
| parent | 14250af451c56b00f9e94d7b27dc24465d954a81 (diff) | |
merge
Diffstat (limited to 'share')
| -rw-r--r-- | share/templates/footer.tmpl | 9 |
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); <photoalbum@mx.buetow.org> </body> </html> |
