













<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
        <title>系统异常提示</title>
        <style type="text/css">
<!--
body { margin:0px;}
.table{FONT-SIZE:12px;COLOR:#333333;BORDER-COLLAPSE:collapse;}
.font_title{background:#EFF7FF;font-size:14px; font-weight:bold; }
.fint_td{ height:25px; text-align:left;}
-->
</style>
    </head>
    <body>
        <table width="100%" height="100%" border="0" cellpadding="0"
            cellspacing="0">
            <tr>
                <td align="center" valign="middle">

                    <!-- -->
                    <table width="424" border="1" cellpadding="5" cellspacing="2"
                        bordercolor="#84A6CE" class="table">
                        <tr>
                            <td align="center" valign="middle" class="font_title">

                                <!-- 错误strat-->
                                <table width="98%" border="0" cellpadding="0" cellspacing="0">
                                    <tr>
                                        <td width="23%" height="124" align="center">
                                            <img src="/images/Alert.gif" border=0 />
                                        </td>
                                        <td width="77%" class="font_title">
                                            对不起！系统可能由于以下原因发生了错误：
                                            <br/>
                                            null
                                        </td>
                                    </tr>
                                </table>

                            </td>
                        </tr>
                        <tr>
                            <td class="fint_td">
                                １）用户未登录或者登录信息过期.
                            </td>
                        </tr>
                        <tr>
                            <td class="fint_td">
                                ２）用户权限不足，请联系管理员，进行授权．
                            </td>
                        </tr>
                        <tr>
                            <td class="fint_td">
                                ３）系统代码问题.
                            </td>
                        </tr>
                        <tr>
                            <td class="fint_td">
                            </td>
                        </tr>
                        <tr>
                            <td class="fint_td">
                                
                            </td>
                        </tr>
                        <tr>
                            <td align="center">
                                <input type="button" name="Button1" value="返回首页"
                                    onclick="top.location.href='/index.jsp';"
                                    id="Button1" style="font-size:12px;" />
                                &nbsp;&nbsp;
                                <!-- 
                                <input type="button" name="Button1" value="详细信息"
                                    id="btnShowMore" style="font-size:12px;"
                                    onclick="if(btnShowMore.value=='详细信息'){errInfo.style.display='';btnShowMore.value='隐藏信息';}else{errInfo.style.display='none';btnShowMore.value='详细信息';}" />
                                     -->
                            </td>
                        </tr>
                        <tr id="errInfo" style="display:none">
                            <td width="100%" height="200px" valign="top">

                            </td>
                        </tr>
                    </table>
                    <!-- -->
                </td>
            </tr>
        </table>
    </body>
</html>
