Diff for /OSAS/OSA_system/Attic/processViewerView.zpt between versions 1.1 and 1.2

version 1.1, 2003/12/18 17:22:29 version 1.2, 2004/01/06 14:39:49
Line 1 Line 1
 <html>  <html>
   <head>    <head>
     <title>Overview</title>      <title>Overview</title>
 <meta http-equiv="refresh" content="3; URL=view"/>  <!--<meta http-equiv="refresh" content="3; URL=view"/>-->
   </head>    </head>
   <body>    <body>
       
     <h2>Output status</h2>      <h2>Output status</h2>
     <span tal:replace="structure python:here.getFile()"/>      <p><a tal:attributes="href python:here.REQUEST['URL0']+'?number='+here.errnum">Click here for refresh</a></p>
       <span tal:replace="structure python:here.getFile(int(here.errnum)).getError()[1][0]"/>
   
 </body>  </body>
 </html>  </html>

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


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