templates/image.html
changeset 19 8d3ffd87cb0b
parent 16 980825f2aeed
child 23 10841abbc01f
--- 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 @@
         </p>
     </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>
+% endif    
       <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
+% if series_url :      
       <p><a href="${series_url}" rel="nofollow">${series_verb}</a> series</p>
+% endif      
     </div>