File:  [Repository] / cdli / zpt / downloadObjectAsOneFile_check.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jul 14 19:08:30 2006 UTC (17 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
errors in uploading files corrected

    1: <html metal:use-macro="here/main_template/macros/page">
    2:   <tal:block metal:fill-slot="body">
    3:   <h2>Warning</h2>
    4:   <p>Your basket contains non current files!</p>
    5:   
    6:   <p><a tal:attributes="href python:test(options['lock'],'?check=no&lock=yes','?check=no')">
    7:   		I want to download the old files!
    8:   		</a>
    9:   		<br><br>
   10:   		<a tal:attributes="href python:test(options['lock'],'?check=no&lock=yes&current=yes','?check=no&current=yes')">
   11:   		I want to download the current files!
   12:   		</a>
   13:    </p>
   14:   </tal:block>
   15:  </html>

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