国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

84 lines
2.9KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
  5. <title><?php echo $msgtitle; ?></title>
  6. <link href="<?php echo $cfg_templets_skin; ?>/style/dedecms.css" rel="stylesheet" type="text/css" media="screen" />
  7. </head>
  8. <body class="flinkpage">
  9. <div class="header">
  10. <div class="top w960 center">
  11. <div class="title">
  12. <h1>
  13. <h1><a href="<?php echo $cfg_basehost; ?>/"><?php echo $cfg_webname; ?></a></h1>
  14. </h1>
  15. </div><!-- /title -->
  16. </div><!-- /top -->
  17. </div><!-- /header -->
  18. <div class="w960 clear center mt1 cmt-box">
  19. <div class="sp-title">
  20. <h2>提示信息</h2>
  21. <span class="more">
  22. <a href="stow.php?aid=<?php echo $aid; ?>">[收藏此文档]</a>
  23. &#160;
  24. <a href="../member">[会员中心]</a>
  25. &#160;
  26. <a href="../">[返回首页]</a>
  27. </span>
  28. </div>
  29. <div class="formbox" style="width:960px;">
  30. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DDEAC8">
  31. <tr bgcolor="#EFF4EA">
  32. <td height="28" colspan="2">&#160;<strong>错误具体提示信息:</strong></td>
  33. </tr>
  34. <tr bgcolor="#FFFFFF">
  35. <td height="60" colspan="2" align="center">
  36. <?php echo $moremsg; ?>
  37. </td>
  38. </tr>
  39. <tr bgcolor="#EFF4EA">
  40. <td width="17%" height="26" align="center">
  41. <strong>文档标题:</strong>
  42. </td>
  43. <td width="83%" height="26">
  44. &#160;<?php echo $arcLinktitle; ?>
  45. </td>
  46. </tr>
  47. <tr bgcolor="#FFFFFF">
  48. <td height="26" align="center">
  49. <strong>发布时间:</strong>
  50. </td>
  51. <td height="26">
  52. &#160;<?php echo $pubdate; ?>
  53. </td>
  54. </tr>
  55. <tr bgcolor="#FFFFFF">
  56. <td height="70" align="center">
  57. <strong>文档简介:</strong>
  58. </td>
  59. <td>
  60. &#160;<?php echo $description; ?>
  61. </td>
  62. </tr>
  63. </table>
  64. <br />
  65. </div>
  66. </div>
  67. <!-- //底部模板 -->
  68. <div class="footer w960 center mt1 clear">
  69. <div class="footer_left"></div>
  70. <div class="footer_body">
  71. <span class="gotop"><a href="javascript:scroll(0,0)"><img src="<?php echo $cfg_templets_skin; ?>/images/top.gif" height="11" width="61" alt="返回顶部"/></a></span>
  72. <p class="powered">
  73. Powered by <a href="https://www.dedebiz.com" title="DedeCMSV6内容管理系统-国内流行的内容管理系统(CMS)多端全媒体解决方案。" target="_blank"><strong>DedeCMS{dede:global name='cfg_version'/}</strong></a> &copy; 2020 <a href="https://www.dedebiz.com/" target="_blank">DedeBIZ</a> Inc.<br /><div class="copyright">{dede:global name='cfg_powerby'/}&nbsp;&nbsp;{dede:global name='cfg_beian'/}</div></p>
  74. </div>
  75. <div class="footer_right"></div>
  76. </div>
  77. </body>
  78. </html>