summaryrefslogtreecommitdiff
path: root/share/templates/default/cameraview.tmpl
blob: 47b0e9ba8cb6ce065db329faca6e0e755943c64d (plain)
1
2
3
4
5
6
7
8
9
10
# Per-camera view page body: a self-contained mini-album view. The whole body --
# the photo and its camera-scoped navigator (prev/next cycle within the camera,
# plus links back to the gallery, the album details page, and the direct image)
# -- is pre-rendered by render_camera_pages in src/lib/stats.source.sh and handed
# in raw through render_cameraview_body_html. The surrounding chrome (header with
# the blurred background, and footer) comes from the header/footer templates,
# rendered around this one exactly like the album view pages.
cat <<END
${render_cameraview_body_html}
END