source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/filedisplay.pt @ 7510

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

Merge Bootstrap branch into trunk.

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.