source: main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates/filedisplay.pt @ 11088

Last change on this file since 11088 was 7446, checked in by Henrik Bettermann, 13 years ago

Backup of local changes in branch (work in progress).

File size: 336 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    <span class="widget">
7      <a tal:attributes="href viewlet/download_name"
8         tal:content="viewlet/download_name"
9         target="image">
10        LINK
11      </a>
12    </span>
13  </td>
14</tr>
Note: See TracBrowser for help on using the repository browser.