errorPrehandle.jsp 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <%
  2. /**
  3. * Copyright (c) 2000-2005 kingdee, LLC. All rights reserved.
  4. *
  5. * 金蝶国际软件集团有限公司版权所有
  6. */
  7. %>
  8. <%@ page contentType="text/html; charset=UTF-8" %>
  9. <%@ include file="/html/common/init.jsp" %>
  10. <link type="text/css" rel="stylesheet" href="/css/main.css">
  11. <%@ page isErrorPage="true" %>
  12. <center>
  13. <table border="0" cellpadding="0" cellspacing="0" height="20%">
  14. <tr><td></td></tr>
  15. </table>
  16. <table border="0" cellpadding="0" cellspacing="0" width="429" background="../../images/messagebox_bg.gif">
  17. <tr>
  18. <td height="138">
  19. <img height="138" src="../../images/info_advise.gif">
  20. </td>
  21. <td>
  22. <span class="bg-neg-alert" id="session_warning_text">
  23. <bean:message bundle="portal" key="an-unexpected-system-error-occurred"/>
  24. </span>
  25. </td>
  26. </tr>
  27. <tr>
  28. <td colspan="2" height="1" bgcolor="#F2F2F2"></td>
  29. </tr>
  30. <tr>
  31. <td colspan="2" height="1" bgcolor="#B4B4B4"></td>
  32. </tr>
  33. <tr>
  34. <td colspan="2" height="1" bgcolor="#FFFFFF"></td>
  35. </tr>
  36. <tr height="43" bgcolor="#E6E6E6">
  37. <td align="right" colspan="2">
  38. <table border="0" cellpadding="0" cellspacing="0">
  39. <tr>
  40. <td id="session_btns">
  41. <table border="0" cellpadding="0" cellspacing="0" width="70">
  42. <tr>
  43. <td height="21" width="10" background="/images/btn_left.gif"></td>
  44. <td height="21" align="center" background="/images/btn_fill.gif" class="hand" onClick="try{opener.extendSession();}catch(exception){}; try{self.close();}catch(exception){}">
  45. <!--input name="ok_btn" type="button" value="<bean:message bundle="portal" key="ok"/>" onClick="opener.extendSession(); self.close();"-->
  46. <bean:message bundle="portal" key="ok"/>
  47. </td>
  48. <td height="21" width="10" background="/images/btn_right.gif"> </td>
  49. </tr>
  50. </table>
  51. </td>
  52. <td width="10"></td>
  53. <td>
  54. <table border="0" cellpadding="0" cellspacing="0" width="70">
  55. <tr>
  56. <td height="21" width="10" background="/images/btn_left.gif"></td>
  57. <td height="21" id="session_btns2" align="center" background="/images/btn_fill.gif" class="hand" onClick="self.close();">
  58. <!--input name="cancel_btn" type="button" value="<bean:message bundle="portal" key="cancel"/>" onClick="self.close();"-->
  59. <bean:message bundle="portal" key="cancel"/>
  60. </td>
  61. <td height="21" width="10" background="/images/btn_right.gif"> </td>
  62. </tr>
  63. </table>
  64. </td>
  65. <td width="10"></td>
  66. </tr>
  67. </table>
  68. </td>
  69. </tr>
  70. </table>
  71. <br>
  72. </center>