123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <%
- /**
- * Copyright (c) 2000-2005 kingdee, LLC. All rights reserved.
- *
- * 金蝶国际软件集团有限公司版权所有
- */
- %>
- <%@ page contentType="text/html; charset=UTF-8" %>
- <%@ include file="/html/common/init.jsp" %>
- <link type="text/css" rel="stylesheet" href="/css/main.css">
- <%@ page isErrorPage="true" %>
- <center>
- <table border="0" cellpadding="0" cellspacing="0" height="20%">
- <tr><td></td></tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="429" background="../../images/messagebox_bg.gif">
- <tr>
- <td height="138">
- <img height="138" src="../../images/info_advise.gif">
- </td>
- <td>
- <span class="bg-neg-alert" id="session_warning_text">
- <bean:message bundle="portal" key="an-unexpected-system-error-occurred"/>
- </span>
- </td>
- </tr>
- <tr>
- <td colspan="2" height="1" bgcolor="#F2F2F2"></td>
- </tr>
- <tr>
- <td colspan="2" height="1" bgcolor="#B4B4B4"></td>
- </tr>
- <tr>
- <td colspan="2" height="1" bgcolor="#FFFFFF"></td>
- </tr>
- <tr height="43" bgcolor="#E6E6E6">
- <td align="right" colspan="2">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td id="session_btns">
- <table border="0" cellpadding="0" cellspacing="0" width="70">
- <tr>
- <td height="21" width="10" background="/images/btn_left.gif"></td>
- <td height="21" align="center" background="/images/btn_fill.gif" class="hand" onClick="try{opener.extendSession();}catch(exception){}; try{self.close();}catch(exception){}">
- <!--input name="ok_btn" type="button" value="<bean:message bundle="portal" key="ok"/>" onClick="opener.extendSession(); self.close();"-->
- <bean:message bundle="portal" key="ok"/>
- </td>
- <td height="21" width="10" background="/images/btn_right.gif"> </td>
- </tr>
- </table>
- </td>
- <td width="10"></td>
- <td>
- <table border="0" cellpadding="0" cellspacing="0" width="70">
- <tr>
- <td height="21" width="10" background="/images/btn_left.gif"></td>
- <td height="21" id="session_btns2" align="center" background="/images/btn_fill.gif" class="hand" onClick="self.close();">
- <!--input name="cancel_btn" type="button" value="<bean:message bundle="portal" key="cancel"/>" onClick="self.close();"-->
- <bean:message bundle="portal" key="cancel"/>
- </td>
- <td height="21" width="10" background="/images/btn_right.gif"> </td>
- </tr>
- </table>
-
- </td>
- <td width="10"></td>
- </tr>
- </table>
-
- </td>
- </tr>
- </table>
- <br>
- </center>
|