error.html 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. {__NOLAYOUT__}<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
  2. <html>
  3. <head>
  4. <title>错误信息</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <link href="{$publicCss}" rel="stylesheet" type="text/css">
  7. </head>
  8. <body>
  9. <div style="width:100%;text-align:center" >
  10. <table class="error" cellpadding=0 cellspacing=0 >
  11. <tr>
  12. <td height='5' class="topTd" ></td>
  13. </tr>
  14. <tr class="row" >
  15. <th class="tCenter red"><img SRC='../Public/images/update.gif' class='img' align='absmiddle' BORDER='0'> {$error|htmlspecialchars|nl2br}</th>
  16. </tr>
  17. <tr>
  18. <td height='5' class="topTd" ></td>
  19. </tr>
  20. <tr>
  21. <td class="tCenter row" >
  22. 您可以选择 [ <a href="{$FCS.SERVER.PHP_SELF}">重试</a> ] [ <a href="javascript:history.back()">返回</a> ] 或者 [ <a href="__URL__?m=index&a=index">回到首页</a> ]</td>
  23. </tr>
  24. <tr>
  25. <td height='5' class="bottomTd"></td>
  26. </tr>
  27. </table>
  28. <div class='logo'> ThinkPHP <sup style='color:gray;font-size:9pt'>{$Think.THINK_VERSION}</sup><span style='color:silver'> { Fast,Compatible & Simple OOP PHP Framework }</span>
  29. </div>
  30. </body>
  31. </html>