Annotation of cdli/zpt/downloadObjectAsOneFile_ask.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>Your basket may contains files which are not current.</h2>
        !             4:   
        !             5:   
        !             6:   
        !             7:   <p>
        !             8:   <a tal:attributes="href python:'downloadObjectsAsOneFileFinally'+test(options['lock'],'?check=no&lock=yes&current=yes','?check=no&current=yes')">
        !             9:        I want to download the basket with the current versions of the files.</a>
        !            10:        <br><br>
        !            11:   <a tal:attributes="href python:'downloadObjectsAsOneFileFinally'+test(options['lock'],'?check=no&lock=yes','?check=no')">
        !            12:        
        !            13:        I want to download the basket with the old version of the files.</a>
        !            14:        <br><br>
        !            15:        
        !            16:    </p>
        !            17:   </tal:block>
        !            18:  </html>

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