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

version 1.1, 2006/06/13 18:34:10 version 1.2, 2006/06/15 20:08:44
Line 2 Line 2
 <html>  <html>
 <head>  <head>
 <title>Your Page Title</title>  <title>Your Page Title</title>
 <meta http-equiv="REFRESH" tal:attributes="content python:here.refreshTxt(txt=options['txt'])"></HEAD>  <meta http-equiv="REFRESH" tal:attributes="content python:here.refreshTxt(txt=options['txt'],threadName=options['threadName'])"></HEAD>
 <BODY>  <BODY>
 <tal:x replace="structure python:here.getResult()"/>  <tal:x replace="structure python:here.getResult(threadName=options['threadName'])"/>
 </BODY>  </BODY>
 </HTML>  </HTML>

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


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