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, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

<html>
  <head>
    <title>Overview</title>
<!--<meta http-equiv="refresh" content="3; URL=view"/>-->
  </head>
  <body>
  	
    <h2>Output status</h2>
    <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>
</html>


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