File:  [Repository] / cdli / zpt / downloadObjectAsOneFile_check.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Oct 4 07:18:23 2006 UTC (17 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: zcat_only_1, Root_zcat_only_1, HEAD
new features, checkatf included

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

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