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

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

Implement file deletion.

Show file link only if file exists.

File size: 392 bytes
Line 
1<tr tal:condition = "viewlet/file_exists">
2  <td class="label">
3    <label i18n:translate="">
4        <span tal:replace="viewlet/label">FILENAME</span>
5    </label>
6  </td>
7  <td class="field">
8    <span class="widget">
9      <a tal:attributes="href viewlet/download_name"
10         tal:content="viewlet/download_name"
11         target="image">
12        LINK
13      </a>
14    </span>
15  </td>
16</tr>
Note: See TracBrowser for help on using the repository browser.