source:
main/waeup.kofa/branches/0.2/src/waeup/kofa/students/browser_templates/filesuploadpage.pt
@
15284
Last change on this file since 15284 was 7464, checked in by , 13 years ago | |
---|---|
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.