<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    @STYLE@
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title>@TITLE@</title>
  </head>

  <body>
    <div id="container">
      <div id="header">
        <H1>ERROR</H1>
        <H2>@ERROR@</H2>
      </div>

      <div id="body">
        <div id="what">
          <p>
            @WHAT@
          </p>
        </div>
        <div id="errortitle">
          <p>The following error was encountered:</p>
        </div>
        <div id="errorwhat">
          <p>@WHAT2@</p>
        </div>
        <div id="errordescription">
          <p>
            @DESCRIPTION@
          </p>
        </div>
      </div>

      <p>
        <div id="footer">Your cache administrator is <A HREF="mailto:%w">%w</A>.</div>
        <div id="signature">Generated %T by %h (%s).</div>
      </p>

    </div>
  </body>
</html>

