%# "A University without students is like an ointment without a fly."
%# 		-- Ed Nather, professor of astronomy at UT Austin
<html>
<head>
<title><&|/l&>System Error</&></title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<link rel="stylesheet" href="/stylesheet/style.css" type="text/css">
</head>

<body bgcolor="#C4E1F0" text="#000000" leftmargin="8" topmargin="8">
<table width="100%" border="0" cellspacing="0" cellpadding="12" bgcolor="#C4E1F0" align="center">
  <tr>
    <td>
      <table width="100%" cellpadding="0" cellspacing="0" align="center">
        <tr> 
          <td width="180" valign="top"><img src="/img/ErrorFace.png" width="154" height="82">
          </td>
          <td><FIELDSET><LEGEND><font color="#FF0000"><b>!</b></font><&|/l&>System Error</&><font color="#FF0000">!</font>
		<% $Code %>
	  </LEGEND> 
            <table width="100%" cellspacing="20" cellpadding="0">
              <tr> 
                <td bgcolor="#C4E1F0" height="198" valign="top"> 
		    <% $Why %>
		    <tt><% $Details %></tt>
                </td>
              </tr>
            </table>
            </FIELDSET> </td>
        </tr>
        <tr> 
          <td width="180" valign="top">&nbsp;</td>
          <td > 
            <div align="center"> </div>
          </td>
        </tr>
        <tr>
          <td width="180" valign="top">&nbsp;</td>
          <td > 
            <div align="center">
% if ($RT::AdminAddress) {
	      <form action="mailto:<% $RT::AdminAddress %>">
% }
		<input type="button" onclick="history.back(1);" value="<&|/l&>Back to Previous</&>">
% if ($RT::AdminAddress) {
		<input type="submit" name="Submit" value="<&|/l&>Contact System Administrator</&>">
	      </form>
% }
            </div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>
% $m->abort;
<%INIT>
if (my $error = $r->pnotes('error')) {
    $error =~ s/\t/\n\t/g;
    $Details = $error;
}
</%INIT>
<%ARGS>
$Code	    => ''
$Why	    => ''
$Details    => ''
</%ARGS>
