source:
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/filesuploadpage.pt
Last change on this file was 12348, checked in by , 11 years ago | |
---|---|
File size: 311 bytes |
Rev | Line | |
---|---|---|
[11971] | 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> | |
[12348] | 8 | <input class="btn btn-default" type="submit" name="CANCEL" value="Cancel" /> |
[11971] | 9 | </form> |
Note: See TracBrowser for help on using the repository browser.