[Zope-Checkins] CVS: Zope/lib/python/Products/SiteErrorLog/www - error.gif:1.1.2.1 main.pt:1.1.2.1

Shane Hathaway shane@cvs.zope.org
Tue, 2 Apr 2002 18:10:17 -0500


Update of /cvs-repository/Zope/lib/python/Products/SiteErrorLog/www
In directory cvs.zope.org:/tmp/cvs-serv1083/www

Added Files:
      Tag: shane-better-tracebacks-branch
	error.gif main.pt 
Log Message:
Added SiteErrorLog product.


=== Added File Zope/lib/python/Products/SiteErrorLog/www/error.gif ===
GIF89a          !Created with The GIMP !
  ,       1"xR&BbdZ'l"HJUhڜCGzUM(  ;

=== Added File Zope/lib/python/Products/SiteErrorLog/www/main.pt ===
<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h1 tal:replace="structure here/manage_tabs">Tabs</h1>

<p class="form-help">
This page lists the exceptions that have occurred in this site
recently.  You can configure how many exceptions should be kept
and whether the exceptions should be copied to Zope's event log
file(s).
</p>

<form action="setProperties" method="post">
<table tal:define="props container/getProperties">
  <tr>
    <td align="left" valign="top">
    <div class="form-label">
    Number of exceptions to keep
    </div>
    </td>
    <td align="left" valign="top">
    <input type="text" name="keep_entries" size="40"
           tal:attributes="value props/keep_entries" />
    </td>
  </tr>
  <tr>
    <td align="left" valign="top">
    <div class="form-label">
    Copy exceptions to the event log
    </div>
    </td>
    <td align="left" valign="top">
    <input type="checkbox" name="copy_to_zlog"
           tal:attributes="checked props/copy_to_zlog;
           disabled not:container/checkEventLogPermission|nothing" />
    </td>
  </tr>
  <tr>
    <td align="left" valign="top">
    </td>
    <td align="left" valign="top">
    <div class="form-element">
    <input class="form-element" type="submit" name="submit" 
     value=" Save Changes " />
    </div>
    </td>
  </tr>
</table>
</form>

<h1 tal:replace="structure here/manage_page_footer">Footer</h1>