ThinkException.tpl.php 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>系统发生错误</title>
  5. <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
  6. <meta name="Generator" content="EditPlus"/>
  7. <style>
  8. body{
  9. font-family: 'Microsoft Yahei', Verdana, arial, sans-serif;
  10. font-size:14px;
  11. }
  12. a{text-decoration:none;color:#174B73;}
  13. a:hover{ text-decoration:none;color:#FF6600;}
  14. h2{
  15. border-bottom:1px solid #DDD;
  16. padding:8px 0;
  17. font-size:25px;
  18. }
  19. .title{
  20. margin:4px 0;
  21. color:#F60;
  22. font-weight:bold;
  23. }
  24. .message,#trace{
  25. padding:1em;
  26. border:solid 1px #000;
  27. margin:10px 0;
  28. background:#FFD;
  29. line-height:150%;
  30. }
  31. .message{
  32. background:#FFD;
  33. color:#2E2E2E;
  34. border:1px solid #E0E0E0;
  35. }
  36. #trace{
  37. background:#E7F7FF;
  38. border:1px solid #E0E0E0;
  39. color:#535353;
  40. }
  41. .notice{
  42. padding:10px;
  43. margin:5px;
  44. color:#666;
  45. background:#FCFCFC;
  46. border:1px solid #E0E0E0;
  47. }
  48. .red{
  49. color:red;
  50. font-weight:bold;
  51. }
  52. </style>
  53. </head>
  54. <body>
  55. <?php echo $e['message'];?>
  56. </body>
  57. </html>