洛阳中航光电项目,为12年项目,此处使用反编译工具恢复源码,恢复为.netframe4.0版本,但仍需使用ie8访问; 数据库使用oracle,现再192.168.8.3服务器,访问账户scott,密码800100

error.htm 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" >
  3. <head>
  4. <title></title>
  5. <base target="_self" />
  6. <style type="text/css">
  7. TD
  8. {
  9. font-size: 11px;
  10. }
  11. TABLE
  12. {
  13. cursor: default;
  14. }
  15. A
  16. {
  17. font-weight: bold;
  18. color: #0000ff;
  19. }
  20. BUTTON
  21. {
  22. border-right: #7b9ebd 1px solid;
  23. padding-right: 5px;
  24. border-top: #7b9ebd 1px solid;
  25. padding-left: 5px;
  26. font-size: 11px;
  27. filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
  28. border-left: #7b9ebd 1px solid;
  29. cursor: hand;
  30. border-bottom: #7b9ebd 1px solid;
  31. }
  32. BODY
  33. {
  34. border-right: 0px;
  35. border-top: 0px;
  36. font-size: 11px;
  37. margin: 0px;
  38. overflow: hidden;
  39. border-left: 0px;
  40. cursor: default;
  41. border-bottom: 0px;
  42. background-color: #76bcdd;
  43. }
  44. DIV.header
  45. {
  46. font-size: 18px;
  47. margin-bottom: 4px;
  48. color: #000099;
  49. border-bottom: #999999 1px solid;
  50. }
  51. TD
  52. {
  53. vertical-align: top;
  54. }
  55. BODY
  56. {
  57. font-family: Tahoma, Verdana, Arial;
  58. }
  59. INPUT
  60. {
  61. font-family: Tahoma, Verdana, Arial;
  62. }
  63. SELECT
  64. {
  65. font-family: Tahoma, Verdana, Arial;
  66. }
  67. TEXTAREA
  68. {
  69. font-family: Tahoma, Verdana, Arial;
  70. }
  71. </style>
  72. <script type="text/javascript" src="_common/scripts/Util.js"></script>
  73. <script language="JavaScript">
  74. // if no history and the parent window is the same as the current then we're
  75. // in a new window.
  76. function window.onload() {
  77. if (window.history.length == 0) {
  78. btnBack.innerText = "关闭";
  79. btnBack.onclick = function x() { top.close() };
  80. }
  81. // var errorpara=getUrlParam("error");
  82. // if(errorpara!="")
  83. // {
  84. // document.getElementById("errorpara").innerText=errorpara;
  85. // }
  86. var majorparts = getUrlParam("errcode");
  87. if (majorparts != "") {
  88. SetErrorMessage(majorparts);
  89. }
  90. }
  91. // Navigates to the original target URL
  92. function retryTarget(srcPath) {
  93. // path is always the second parameter if it exists
  94. window.navigate(srcPath.substr(srcPath.indexOf("&") + 1));
  95. }
  96. // set the message according to the hresult
  97. function SetErrorMessage(errorCode) {
  98. if (typeof (errorCode) == "undefined") {
  99. return;
  100. }
  101. if (errorCode.length > 0) {
  102. document.all.errorText.innerText = decodeURIComponent(errorCode);
  103. }
  104. }
  105. </script>
  106. </head>
  107. <body style="background-color: #76bcdd; overflow-x:auto; overflow-y:auto;">
  108. <table height="100%" cellspacing="0" cellpadding="0" width="100%" style="background-color: #76bcdd;">
  109. <tbody>
  110. <tr>
  111. <td style="vertical-align: middle; text-align: center; background-color: #76bcdd;">
  112. <table height="200" cellspacing="0" cellpadding="0" width="480" style="background-color: #76bcdd;">
  113. <tbody>
  114. <tr height="34">
  115. <td style="padding-left: 22px; font-weight: bold; font-size: 11px; color: #ffffff;
  116. padding-top: 9px" background="_imgs/bk_error_top.gif">
  117. 系统错误
  118. </td>
  119. </tr>
  120. <tr>
  121. <td style="padding-top: 3px; text-align: center" background="_imgs/bk_error_middle.gif">
  122. <table style="table-layout: fixed;" cellspacing="0" cellpadding="5" width="442">
  123. <colgroup>
  124. <col width="58">
  125. <col>
  126. <tbody>
  127. <tr>
  128. <td style="padding-top: 10px" align="middle">
  129. <img src="_imgs/debugInfo.gif">
  130. </td>
  131. <td>
  132. <div class="header">
  133. 系统错误详细信息</div>
  134. <div id="errorpara" style="color: Red; font-weight: bold; padding: 5px; text-align: center;">
  135. </div>
  136. <span id="errorText">
  137. </span>
  138. </td>
  139. </tr>
  140. </tbody>
  141. </table>
  142. </td>
  143. </tr>
  144. <tr height="20">
  145. <td style="padding-right: 23px; padding-left: 3px; padding-bottom: 3px; padding-top: 3px;
  146. text-align: right" background="_imgs/bk_error_middle.gif" colspan="2">
  147. <button id="btnBack" onclick="history.back();" style="font-size: 12px; padding-top: 2px;
  148. ">
  149. 返回</button>
  150. </td>
  151. </tr>
  152. <tr height="17">
  153. <td background="_imgs/bk_error_bottom.gif">
  154. &nbsp;
  155. </td>
  156. </tr>
  157. </tbody>
  158. </table>
  159. <br>
  160. <br>
  161. <br>
  162. <br>
  163. <br>
  164. </td>
  165. </tr>
  166. </tbody>
  167. </table>
  168. </body>
  169. </html>