File:  [Repository] / cdli / zpt / uploadBasket_html.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Mar 21 14:14:08 2007 UTC (17 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: zcat_only_1, Root_zcat_only_1, HEAD
minorCVS: ----------------------------------------------------------------------

    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="uploadATF" 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>