diff -r 46536daf9e04 -r 8d3ffd87cb0b templates/image.html --- a/templates/image.html Sat Dec 22 21:31:01 2007 +0000 +++ b/templates/image.html Wed Jan 16 14:58:03 2008 +0000 @@ -18,10 +18,14 @@

+% if img_size and file_size and timestamp :

${filename}

${h.format_imgsize(img_size)}

${h.format_filesize(file_size)}

${h.format_timestamp(timestamp)}

+% endif

ShortURL: ${shorturl_code}

+% if series_url :

${series_verb} series

+% endif