Annotation of OSAS/OSA_system/zpt/processViewerView.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2:   <head>
        !             3:     <title>Overview</title>
        !             4: <!--<meta http-equiv="refresh" content="3; URL=view"/>-->
        !             5:   </head>
        !             6:   <body>
        !             7:    
        !             8:     <h2>Output status</h2>
        !             9:     <p><a tal:attributes="href python:here.REQUEST['URL0']+'?number='+here.errnum">Click here for refresh</a></p>
        !            10:     <span tal:replace="structure python:here.getFile(int(here.errnum)).getError()[1][0]"/>
        !            11: 
        !            12: </body>
        !            13: </html>
        !            14: 

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