source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/imagedisplay.pt @ 17394

Last change on this file since 17394 was 16609, checked in by Henrik Bettermann, 3 years ago

Enable students and officers to upload scanned signature in the same
way as passport pictures are handled. Some tabs and titles had to be
renamed. The placeholder file, which is still the portrait
placeholder, are no longer shown on base pages.

File size: 274 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      <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.