terom@23: <%! use_javascript = False %> terom@12: <%inherit file="master.html" /> terom@1: terom@1:
terom@12:

${title}

terom@12:

terom@12: % if prev : terom@12: ${h.tag_for_img(prev.html_name, prev.thumb_name)} terom@12: % endif terom@12: terom@16: ${h.tag_for_img(img.name, img.preview_name)} terom@12: terom@12: % if next : terom@12: ${h.tag_for_img(next.html_name, next.thumb_name)} terom@12: % endif terom@12:

terom@12:

terom@12: ${description} terom@12:

terom@1:
terom@1:
terom@19: % if img_size and file_size and timestamp : terom@33:

File name: ${filename}

terom@33:

Dimensions: ${h.format_imgsize(img_size)}

terom@33:

File size: ${h.format_filesize(file_size)}

terom@33:

Last modified: ${h.format_timestamp(timestamp)}

terom@33: % for key, value in exif_data : terom@33:

${key}: ${value}

terom@33: % endfor terom@33: terom@19: % endif terom@12:

ShortURL: ${shorturl_code}

terom@19: % if series_url : terom@12:

${series_verb} series

terom@19: % endif terom@1: