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, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
Dateiaustausch zwischen Downloadbasket-Thred und Haupt-Thread nun mit Pickle

<html metal:use-macro="here/main_template/macros/page">
  <tal:block metal:fill-slot="body">
  <h2>Your basket may contains files which are not current.</h2>
  
  
  
  <p>
  <a tal:attributes="href python:'downloadObjectsAsOneFileFinally'+test(options['lock'],'?check=no&lock=yes&current=yes','?check=no&current=yes')">
  		I want to download the basket with the current versions of the files.</a>
  		<br><br>
  <a tal:attributes="href python:'downloadObjectsAsOneFileFinally'+test(options['lock'],'?check=no&lock=yes','?check=no')">
  		
  		I want to download the basket with the old version of the files.</a>
  		<br><br>
  		
   </p>
  </tal:block>
 </html>

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