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, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" tal:attributes="content python:here.refreshTxtBasket(txt=options['txt'],threadName=options['threadName'])"></HEAD>
<BODY>
<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>
</HTML>

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