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

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:   
1.2     ! dwinter     6:   <p><a tal:attributes="href python:'downloadObjectsAsOneFileFinally'+test(options['lock'],'?check=no&lock=yes','?check=no')">
1.1       dwinter     7:        I want to download the old files!
                      8:        </a>
                      9:        <br><br>
1.2     ! dwinter    10:        <a tal:attributes="href python:'downloadObjectsAsOneFileFinally'+test(options['lock'],'?check=no&lock=yes&current=yes','?check=no&current=yes')">
1.1       dwinter    11:        I want to download the current files!
                     12:        </a>
                     13:    </p>
                     14:   </tal:block>
                     15:  </html>

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