You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
1.8 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>出错了 - {$sitename} - Power By KXcms</title>
  6. <style type="text/css">
  7. * { margin: 0; padding: 0; }
  8. body { font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif; color: #9B9B9B; background: #F3F3F3; }
  9. a { color: #428BCA; text-decoration: none; font-size: 20px; }
  10. .main { width: 500px; background: #fff; margin: 150px auto; -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3); box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3); padding: 30px 50px 50px 50px; }
  11. h1 { font-size: 36px; padding-bottom: 20px; }
  12. h1 span { font-size: 60px; padding-right: 15px; color: #333 }
  13. p { line-height: 2em; }
  14. input, button { padding: 15px 10px; border: 0px; background: #e3e3e3; border-radius: 0px; color: #999; outline: 0; font-size: 16px; }
  15. input { width: 300px; }
  16. button { background: #0090FF; color: #fff; cursor: pointer; width: 80px; overflow: hidden; }
  17. .form-group { margin-top: 10px; }
  18. </style>
  19. </head>
  20. <body>
  21. <div class="main"><h1><span>404</span>页面未找到</h1>
  22. <p>{$msg}</p>
  23. <p>你可以返回首页 <a href="{$siteurl}">{$siteurl}</a></p>
  24. <form action="{$siteurl}/index.php" method="POST">
  25. <input type="hidden" name="m" value="novel" />
  26. <input type="hidden" name="c" value="search" />
  27. <input type="hidden" name="a" value="result" />
  28. <div class="form-group">
  29. <input type="text" name='searchkey' class="form-control" onMouseOut="if(this.value=='')this.value='请输入关键字...';" onClick="if(this.value=='请输入关键字...')this.value=''" value="请输入关键字...">
  30. <button class="btn btn-primary" type="submit">搜索</button>
  31. </div>
  32. </form>
  33. </div>
  34. <div style="display:none">{$tongji}</div>
  35. </body>
  36. </html>