File:  [Repository] / cdli / zpt / downloadBasketWait.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Oct 2 11:42:43 2008 UTC (15 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    2: <html>
    3: <head>
    4: <title>Your Page Title</title>
    5: <meta http-equiv="REFRESH" tal:attributes="content python:here.refreshTxtBasket(txt=options['txt'],threadName=options['threadName'])"></HEAD>
    6: <BODY>
    7: <h2>One Moment, please</h2>
    8: 
    9: <tal:x condition="python:options['counter']!=0">
   10: 	Got now <tal:x replace="python:options['counter']"/> files of <tal:x replace="python:options['number']"/>.
   11: </tal:x>
   12: 
   13: <p>Download will start, if all files are identified.</p>
   14: </BODY>
   15: </HTML>

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