source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/filesuploadpage.pt @ 7463

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

Merge Bootstrap branch into trunk.

File size: 326 bytes
Line 
1<h2 i18n:translate=""
2    tal:condition="view/label"
3    tal:content="view/label">Label</h2>
4
5<form action="." tal:attributes="action request/URL" method="post"
6      enctype="multipart/form-data">
7  <table class="form-table">
8    <tbody>
9      <tal:files content="structure provider:files" />
10    </tbody>
11  </table>
12</form>
Note: See TracBrowser for help on using the repository browser.