File:  [Repository] / cdli / zpt / uploadBasketAsync_html.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 19 12:43:26 2011 UTC (12 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added command linetools for uploading atf files

    1: <html metal:use-macro="here/main_template/macros/page">
    2:  <metal:x fill-slot="body">
    3:    <h2>Upload an atf file or a basket</h2>
    4: (If after a few seconds an <i>attribute error</i> occurs, please repeat uploading.)
    5: <h2 tal:condition="not:python:options['basketName']==''" tal:content="python:'add to basket: '+options['basketName']"/>
    6: <form method="POST" action="uploadATFAsync" enctype="multipart/form-data"> 
    7: <input type="hidden" name="basketId" tal:attributes="value python:options['basketId']">
    8: <p><input type="file" name="upload" size="30"><p>
    9: <input type="submit" value="load">
   10: </p>
   11: </form>
   12:  </metal:x> 
   13: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>