exception.html 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?php ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>系统发生错误 </title>
  6. <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
  7. <meta name="Generator" content="EditPlus"/>
  8. <style>
  9. body{
  10. font-family: 'Microsoft Yahei', Verdana, arial, sans-serif;
  11. font-size:14px;
  12. background:#e1e1e1;
  13. padding:0;
  14. margin:0;
  15. }
  16. a{text-decoration:none;color:#174B73;}
  17. a:hover{ text-decoration:none;color:#FF6600;}
  18. .p404{width:1000px; height:560px; margin:0 auto; background:url(./Ainaphp/Tpl/Home/Default/Public/images/404bg.jpg) no-repeat; position:relative;}
  19. .p404_about{width:430px; position:absolute; top:300px; left:530px;}
  20. </style>
  21. </head>
  22. <body>
  23. <div class="p404">
  24. <div class="p404_about">您可以选择 [ <A HREF="<?php echo(strip_tags($_SERVER['PHP_SELF']))?>">重试</A> ] [ <A HREF="javascript:history.back()">返回</A> ] 或者 [ <A HREF="<?php echo(__APP__);?>">回到首页</A> ]</div>
  25. </div>
  26. <div class="notice">
  27. </body>
  28. </html>