Annotation of cdli/zpt/downloadObjectAsOneFile_check.zpt, revision 1.1

1.1     ! dwinter     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>