Diff for /cdli/zpt/downloadBasketWait.zpt between versions 1.1 and 1.2

version 1.1, 2008/10/01 15:58:11 version 1.2, 2008/10/02 11:42:43
Line 4 Line 4
 <title>Your Page Title</title>  <title>Your Page Title</title>
 <meta http-equiv="REFRESH" tal:attributes="content python:here.refreshTxtBasket(txt=options['txt'],threadName=options['threadName'])"></HEAD>  <meta http-equiv="REFRESH" tal:attributes="content python:here.refreshTxtBasket(txt=options['txt'],threadName=options['threadName'])"></HEAD>
 <BODY>  <BODY>
 <tal:x replace="structure python:here.getResult(threadName=options['threadName'])"/>  <h2>One Moment, please</h2>
   
   <tal:x condition="python:options['counter']!=0">
       Got now <tal:x replace="python:options['counter']"/> files of <tal:x replace="python:options['number']"/>.
   </tal:x>
   
   <p>Download will start, if all files are identified.</p>
 </BODY>  </BODY>
 </HTML>  </HTML>

Removed from v.1.1  
changed lines
  Added in v.1.2


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