Annotation of cdli/zpt/uploadBasket_html.zpt, revision 1.4

1.1       dwinter     1: <html metal:use-macro="here/main_template/macros/page">
                      2:  <metal:x fill-slot="body">
1.2       dwinter     3:    <h2>Upload an atf file or a basket</h2>
1.4     ! dwinter     4: (If after a few seconds an <i>attribute error</i> occurs, please repeat uploading.)
1.1       dwinter     5: <h2 tal:condition="not:python:options['basketName']==''" tal:content="python:'add to basket: '+options['basketName']"/>
1.3       dwinter     6: <form method="POST" action="uploadATF" enctype="multipart/form-data"> 
1.1       dwinter     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>