templates/gallery.html
changeset 19 8d3ffd87cb0b
parent 18 46536daf9e04
child 23 10841abbc01f
equal deleted inserted replaced
18:46536daf9e04 19:8d3ffd87cb0b
    49 ${pagination(num_pages, cur_page)}
    49 ${pagination(num_pages, cur_page)}
    50     </div>
    50     </div>
    51     <p id="description">
    51     <p id="description">
    52 ${description}
    52 ${description}
    53     </p>
    53     </p>
       
    54 % if shorturl :    
    54     <div id="info">
    55     <div id="info">
    55         <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
    56         <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p>
    56     </div>
    57     </div>
       
    58 % endif