File:  [Repository] / cdli / zpt / downloadObjectAsOneFile_check.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jul 14 19:08:30 2006 UTC (17 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
errors in uploading files corrected

<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:test(options['lock'],'?check=no&lock=yes','?check=no')">
  		I want to download the old files!
  		</a>
  		<br><br>
  		<a tal:attributes="href python: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>