source:
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/filedisplay.pt
@
7952
Last change on this file since 7952 was 7876, checked in by , 13 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
1 | <tr tal:condition = "viewlet/file_exists"> |
2 | <td class="fieldname"> |
3 | <span tal:replace="viewlet/label">FILENAME</span>: |
4 | </td> |
5 | <td> |
6 | <a tal:attributes="href viewlet/download_name" |
7 | tal:content="viewlet/download_name" |
8 | target="image"> |
9 | LINK |
10 | </a> |
11 | </td> |
12 | </tr> |
Note: See TracBrowser for help on using the repository browser.