source:
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/imagedisplay.pt
Last change on this file was 11971, checked in by , 11 years ago | |
---|---|
File size: 238 bytes |
Rev | Line | |
---|---|---|
[11971] | 1 | <tr> |
2 | <td class="fieldname"> | |
3 | <span tal:replace="viewlet/label">FILENAME</span>: | |
4 | </td> | |
5 | <td> | |
6 | <img height="125px" | |
7 | tal:attributes="src python: view.url(context, viewlet.download_name)" /> | |
8 | <br /> | |
9 | </td> | |
10 | </tr> |
Note: See TracBrowser for help on using the repository browser.