templates/image.html
changeset 33 4943047bfcb5
parent 23 10841abbc01f
equal deleted inserted replaced
32:cc2d9db311c0 33:4943047bfcb5
    18             ${description}
    18             ${description}
    19         </p>
    19         </p>
    20     </div>
    20     </div>
    21     <div id="info">
    21     <div id="info">
    22 % if img_size and file_size and timestamp :    
    22 % if img_size and file_size and timestamp :    
    23       <p>${filename}</p>
    23       <p>File name: ${filename}</p>
    24       <p>${h.format_imgsize(img_size)}</p>
    24       <p>Dimensions: ${h.format_imgsize(img_size)}</p>
    25       <p>${h.format_filesize(file_size)}</p>
    25       <p>File size: ${h.format_filesize(file_size)}</p>
    26       <p>${h.format_timestamp(timestamp)}</p>
    26       <p>Last modified: ${h.format_timestamp(timestamp)}</p>
       
    27 % for key, value in exif_data :
       
    28       <p>${key}: ${value}</p>
       
    29 % endfor
       
    30 
    27 % endif    
    31 % endif    
    28       <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
    32       <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
    29 % if series_url :      
    33 % if series_url :      
    30       <p><a href="${series_url}" rel="nofollow">${series_verb}</a> series</p>
    34       <p><a href="${series_url}" rel="nofollow">${series_verb}</a> series</p>
    31 % endif      
    35 % endif