source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/filesuploadpage.pt @ 10459

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

Move form label to site layout pagetemplates. This saves even more code.

File size: 232 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      enctype="multipart/form-data">
3  <table class="form-table">
4    <tbody>
5      <tal:files content="structure provider:files" />
6    </tbody>
7  </table>
8</form>
Note: See TracBrowser for help on using the repository browser.