# A non-empty EXIF summary becomes a title="" attribute so hovering the image # shows the camera/exposure details, mirroring the details view. This tooltip is # independent of the Details link below: it stays available even when # DETAILS_PAGE=no has suppressed the details page itself. if [ -n "$render_exif_tooltip_html" ]; then render_exif_tooltip_attr=" title=\"$render_exif_tooltip_html\"" else render_exif_tooltip_attr='' fi cat < ${render_photo_html} END if [ "${render_original_basepath_is_set}" = 'yes' ]; then cat < Original

END fi