diff -r 373392025533 -r 3b1579a7bffb templates/image.html --- a/templates/image.html Wed Jun 03 18:59:46 2009 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -<%! use_javascript = False %> -<%inherit file="master.html" /> - -
-

${title}

-

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

-

- ${description} -

-
-
-% if img_size and file_size and timestamp : -

File name: ${filename}

-

Dimensions: ${h.format_imgsize(img_size)}

-

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

-

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

-% for key, value in exif_data : -

${key}: ${value}

-% endfor - -% endif -

ShortURL: ${shorturl_code}

-% if series_url : -

${series_verb} series

-% endif -