File:  [Repository] / OSAS / OSA_system / zpt / processViewerView.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:55 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

    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>