templates/image.html
changeset 33 4943047bfcb5
parent 23 10841abbc01f
--- 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 @@
     </div>
     <div id="info">
 % if img_size and file_size and timestamp :    
-      <p>${filename}</p>
-      <p>${h.format_imgsize(img_size)}</p>
-      <p>${h.format_filesize(file_size)}</p>
-      <p>${h.format_timestamp(timestamp)}</p>
+      <p>File name: ${filename}</p>
+      <p>Dimensions: ${h.format_imgsize(img_size)}</p>
+      <p>File size: ${h.format_filesize(file_size)}</p>
+      <p>Last modified: ${h.format_timestamp(timestamp)}</p>
+% for key, value in exif_data :
+      <p>${key}: ${value}</p>
+% endfor
+
 % endif    
       <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
 % if series_url :