templates/image.html
changeset 19 8d3ffd87cb0b
parent 16 980825f2aeed
child 23 10841abbc01f
equal deleted inserted replaced
18:46536daf9e04 19:8d3ffd87cb0b
    16         <p>
    16         <p>
    17             ${description}
    17             ${description}
    18         </p>
    18         </p>
    19     </div>
    19     </div>
    20     <div id="info">
    20     <div id="info">
       
    21 % if img_size and file_size and timestamp :    
    21       <p>${filename}</p>
    22       <p>${filename}</p>
    22       <p>${h.format_imgsize(img_size)}</p>
    23       <p>${h.format_imgsize(img_size)}</p>
    23       <p>${h.format_filesize(file_size)}</p>
    24       <p>${h.format_filesize(file_size)}</p>
    24       <p>${h.format_timestamp(timestamp)}</p>
    25       <p>${h.format_timestamp(timestamp)}</p>
       
    26 % endif    
    25       <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
    27       <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
       
    28 % if series_url :      
    26       <p><a href="${series_url}" rel="nofollow">${series_verb}</a> series</p>
    29       <p><a href="${series_url}" rel="nofollow">${series_verb}</a> series</p>
       
    30 % endif      
    27     </div>
    31     </div>