<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>500</title>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-weight: bold;
}
body{
   font-size: 9pt;
   line-height: 1.5;
   font-family: "宋体";
}

-->
</style>
<script type="text/javascript">
function showDiv(id){
obj = document.getElementsByTagName("div");
var objDiv = obj[id];
if (objDiv.style.display == "none") 
   objDiv.style.display = "block"; 
else 
   objDiv.style.display = "none"; 
}
//-->
</script>
</head>

<body background='images/allbg.gif'>
<p> </p>
<p> </p>
<p> </p>
<table width="50%"   border="0" align="center" cellpadding="10" cellspacing="0">
   <tr>
     <td bgcolor="#A4A4A4"><table width="100%"   border="0" cellpadding="0" cellspacing="0">
       <tr>
         <td bgcolor="#FFFFFF"><table width="100%"   border="0" cellpadding="15" cellspacing="1">
           <tr>
             <td bgcolor="#E1E1E1"><div align="center"><span class="style1">出错啦...!<a href="#" onclick="showDiv('moreInfo');">更多信息...</a></span> </div></td>
           </tr>
         </table></td>
       </tr>
     </table></td>
   </tr>
</table>
<div id="moreInfo" style="display: none;margin-left: 20">
<ul>出现该错误,可能是以下原因造成的:
   <li>您还没有登陆.请先<a href="adminLogin.jsp">登陆</a>.</li>
   <li>您登陆时间过长,请<a href="adminLogin.jsp">重新登陆</a>.</li>
   <li>您的操作有误,确保您有足够的权限.</li>
   <li>程序漏洞,请与管理员联系.</li>
</ul>
</div>
</body>
</html>