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