diff -r 373392025533 -r 3b1579a7bffb degal/templates/image.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/degal/templates/image.html Wed Jun 03 19:03:28 2009 +0300 @@ -0,0 +1,36 @@ +<%! 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 +