File:  [Repository] / OSAS / OSA_system / zpt / processViewerError.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

<html metal:use-macro="here/main_template/macros/page">
  <head>
    <title metal:fill-slot="title">Errors</title>
  </head>
  <body>
  <div metal:fill-slot="nav_main">ERRORS</div>
  <div metal:fill-slot="body">
  <h2>Parsing the index.meta file gives the following errors:</h2>
    <span tal:replace="structure python:here.geterror('error%s'%here.REQUEST['number'],here).getError()[1][0]"/>
    <h2>You can correct the file here, then click the submit button:</h2>
    <p><i>To go back to the archive overview without changes click also the button</i></p>
    <form action="writefile" method="post">
    <input type="hidden" name="path" value="XXX" tal:attributes="value python:here.geterror('error%s'%here.REQUEST['number'],here).getError()[0]+'/index.meta'"/>

   <textarea name="txt" cols="90" rows="30" tal:content="python:here.readfile(here.geterror('error%s'%here.REQUEST['number'],here).getError()[0]+'/index.meta')">
</textarea>  
    <input type="submit"/>
    </form>
  </div>
</body>
</html>

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