説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

think_exception.tpl 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?php
  2. if(!function_exists('parse_padding')){
  3. function parse_padding($source)
  4. {
  5. $length = strlen(strval(count($source['source']) + $source['first']));
  6. return 40 + ($length - 1) * 8;
  7. }
  8. }
  9. if(!function_exists('parse_class')){
  10. function parse_class($name)
  11. {
  12. $names = explode('\\', $name);
  13. return '<abbr title="'.$name.'">'.end($names).'</abbr>';
  14. }
  15. }
  16. if(!function_exists('parse_file')){
  17. function parse_file($file, $line)
  18. {
  19. /*提高体验 by 小虎哥*/
  20. $rootPath = realpath(dirname($_SERVER['SCRIPT_FILENAME']));
  21. if (!stristr($file, $rootPath)) {
  22. $rootPath = dirname($rootPath);
  23. }
  24. $filestr = str_replace($rootPath, '', $file);
  25. return $filestr." 第 {$line} 行左右";
  26. /*--end*/
  27. }
  28. }
  29. if(!function_exists('parse_args')){
  30. function parse_args($args)
  31. {
  32. $result = [];
  33. foreach ($args as $key => $item) {
  34. switch (true) {
  35. case is_object($item):
  36. $value = sprintf('<em>object</em>(%s)', parse_class(get_class($item)));
  37. break;
  38. case is_array($item):
  39. if(count($item) > 3){
  40. $value = sprintf('[%s, ...]', parse_args(array_slice($item, 0, 3)));
  41. } else {
  42. $value = sprintf('[%s]', parse_args($item));
  43. }
  44. break;
  45. case is_string($item):
  46. if(strlen($item) > 20){
  47. $value = sprintf(
  48. '\'<a class="toggle" title="%s">%s...</a>\'',
  49. htmlentities($item),
  50. htmlentities(substr($item, 0, 20))
  51. );
  52. } else {
  53. $value = sprintf("'%s'", htmlentities($item));
  54. }
  55. break;
  56. case is_int($item):
  57. case is_float($item):
  58. $value = $item;
  59. break;
  60. case is_null($item):
  61. $value = '<em>null</em>';
  62. break;
  63. case is_bool($item):
  64. $value = '<em>' . ($item ? 'true' : 'false') . '</em>';
  65. break;
  66. case is_resource($item):
  67. $value = '<em>resource</em>';
  68. break;
  69. default:
  70. $value = htmlentities(str_replace("\n", '', var_export(strval($item), true)));
  71. break;
  72. }
  73. $result[] = is_int($key) ? $value : "'{$key}' => {$value}";
  74. }
  75. return implode(', ', $result);
  76. }
  77. }
  78. ?>
  79. <!DOCTYPE html>
  80. <html>
  81. <head>
  82. <meta charset="UTF-8">
  83. <title><?php echo \think\Lang::get('System Error'); ?></title>
  84. <meta name="robots" content="noindex,nofollow" />
  85. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  86. <style>
  87. *{ padding: 0; margin: 0; }
  88. *{
  89. -webkit-box-sizing: border-box;
  90. -moz-box-sizing: border-box;
  91. box-sizing: border-box;
  92. }
  93. body{ background: #fff; font-family: '微软雅黑'; color: #CCC; font-size: 16px; }
  94. .system-message{ padding: 24px 30px; margin:auto; border: #e8e8e8 1px solid; top:50%; width:640px; background-color: #fff;box-shadow: 0 0 8px rgba(0,0,0,0.1);border-radius: 4px;overflow: hidden; }
  95. @media (max-width: 640px) {
  96. .system-message{ width:100%; }
  97. }
  98. .system-message h1{ font-size: 100px; font-weight: normal; line-height: 120px; margin-bottom: 5px; }
  99. .system-message .jump{ padding-top: 10px; color: #999;}
  100. .system-message .success,.system-message .error{ line-height: 1.8em; color: #999; font-size: 36px; font-family: '黑体'; }
  101. .system-message .detail{ font-size: 12px; line-height: 20px; margin-top: 12px; display:none}
  102. .system-message .tit{position: relative;width: 100%;padding-bottom: 10px;border-bottom: 1px solid #eee;}
  103. .system-message .tit i{position: absolute;font-size: 26px;color: #53bb4c;}
  104. .system-message .tit b{margin: 0 15px 0 25px;font-weight: normal;font-size: 18px;color: #53bb4c;}
  105. .system-message .tit .tishi1{display: block;font-size: 14px;color: #999;margin-bottom: 15px;}
  106. .system-message .tit .tishi2{display: block;font-size: 20px;color: #999;margin-bottom: 20px;}
  107. .system-message .tit span{display: block;font-size: 14px;color: #999;margin-bottom: 15px;}
  108. .system-message ul{margin: 10px auto 0 auto; overflow: hidden;}
  109. .system-message ul li{float: right;list-style: none;margin:5px 18px 5px 0;}
  110. .system-message ul li a{color: #337ab7;text-decoration: none;}
  111. .system-message .buttom{margin: 10px auto; width: 100%; text-align: center; line-height: 40px; color: red;}
  112. </style>
  113. </head>
  114. <body>
  115. <?php
  116. $message = 'eyou' == $code ? nl2br($message) : nl2br(htmlentities($message));
  117. $message_arr = explode('#--wrap--#', $message);
  118. ?>
  119. <!-- <?php echo $echo;?> -->
  120. <div class="system-message" style="margin-top: 223.333px;">
  121. <div class="tit">
  122. <?php echo empty($message_arr[0]) ? '' : '<span class="tishi2">'.$message_arr[0].'</span>'; ?>
  123. <?php echo empty($message_arr[1]) ? '' : '<span>[错误代码]'.$message_arr[1].'</span>'; ?>
  124. <?php echo '<span class="tishi1">'.sprintf('报错 %s', parse_file($file, $line)).'</span>'; ?>
  125. </div>
  126. <ul>
  127. <li><a href="javascript:history.back(-1)">返回</a></li>
  128. </ul>
  129. </div>
  130. </body>
  131. </html>