Annotation of cdli/zpt/uploadATFWait.zpt, revision 1.2

1.1       dwinter     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>Your Page Title</title>
1.2     ! dwinter     5: <meta http-equiv="REFRESH" tal:attributes="content python:here.refreshTxt(txt=options['txt'],threadName=options['threadName'])"></HEAD>
1.1       dwinter     6: <BODY>
1.2     ! dwinter     7: <tal:x replace="structure python:here.getResult(threadName=options['threadName'])"/>
1.1       dwinter     8: </BODY>
                      9: </HTML>

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