equal
deleted
inserted
replaced
1 <%! use_javascript = False %> |
1 <%inherit file="master.html" /> |
2 <%inherit file="master.html" /> <!-- %> --> |
|
3 |
2 |
4 <div id="image"> |
3 <div id="image"> |
5 <h1>${title}</h1> |
4 <h1>${title}</h1> |
6 <p> |
5 <p> |
7 % if prev : |
6 % if prev : |
22 % if img_size and file_size and timestamp : |
21 % if img_size and file_size and timestamp : |
23 <p>File name: ${filename}</p> |
22 <p>File name: ${filename}</p> |
24 <p>Dimensions: ${h.format_imgsize(img_size)}</p> |
23 <p>Dimensions: ${h.format_imgsize(img_size)}</p> |
25 <p>File size: ${h.format_filesize(file_size)}</p> |
24 <p>File size: ${h.format_filesize(file_size)}</p> |
26 <p>Last modified: ${h.format_timestamp(timestamp)}</p> |
25 <p>Last modified: ${h.format_timestamp(timestamp)}</p> |
27 % for key, value in exif_data : |
26 % for key, value in exif_data : |
28 <p>${key}: ${value}</p> |
27 <p>${key}: ${value}</p> |
29 % endfor |
28 % endfor |
|
29 % endif |
30 |
30 |
31 % endif |
|
32 <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p> |
31 <p>ShortURL: <a href="${shorturl}" rel="nofollow">${shorturl_code}</a></p> |
33 % if series_url : |
32 % if series_url : |
34 <p><a href="${series_url}" rel="nofollow">${series_verb}</a> series</p> |
33 <p><a href="${series_url}" rel="nofollow">${series_verb}</a> series</p> |
35 % endif |
34 % endif |
36 </div> |
35 </div> |