source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/finalclearanceuploadpage.pt @ 17867

Last change on this file since 17867 was 17867, checked in by Henrik Bettermann, 7 weeks ago

Implement Final Year Clearance Routing Slip upload (not active in base package).

  • Property svn:executable set to *
File size: 462 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      enctype="multipart/form-data">
3  <p i18n:translate="routing_slip_info">Please download your <a href="https://xyz/documents/routingslip/file.pdf">Final Clearance Routing Slip</a>, collect all signatures, scan the document into a pdf file and re-upload here.</p>
4  <table class="form-table">
5    <tbody>
6      <tal:files content="structure provider:files" />
7    </tbody>
8  </table>
9</form>
Note: See TracBrowser for help on using the repository browser.