diff -r cc2d9db311c0 -r 4943047bfcb5 templates/image.html --- a/templates/image.html Tue Mar 18 00:04:02 2008 +0000 +++ b/templates/image.html Sun May 04 18:23:03 2008 +0000 @@ -20,10 +20,14 @@
% if img_size and file_size and timestamp : -

${filename}

-

${h.format_imgsize(img_size)}

-

${h.format_filesize(file_size)}

-

${h.format_timestamp(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 :