File:  [Repository] / cdli / zpt / downloadObjectAsOneFile_ask.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 5 19:53:33 2008 UTC (15 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
Dateiaustausch zwischen Downloadbasket-Thred und Haupt-Thread nun mit Pickle

    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>