国内流行的内容管理系统(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.

89 lines
3.1KB

  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. <!--
  70. 为了支持织梦团队的发展,请您保留织梦内容管理系统的链接信息.
  71. 我们对支持织梦团队发展的朋友表示真心的感谢!织梦因您更精彩!
  72. -->
  73. <div class="footer_left"></div>
  74. <div class="footer_body">
  75. <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>
  76. <p class="powered">
  77. Powered by <a href="http://www.dedecms.com" title="织梦内容管理系统(DedeCMS)--国内最专业的PHP网站管理系统,轻松建站的首选利器。" target="_blank"><strong>DedeCMS<?php echo $cfg_version; ?></strong></a> &copy; 2004-2019 <a href="http://www.desdev.cn/" target="_blank">DesDev</a> Inc.<br /><div class="copyright"><?php echo $cfg_powerby; ?>&nbsp;&nbsp;<?php echo $cfg_beian; ?></div></p>
  78. <!-- /powered -->
  79. </div>
  80. <div class="footer_right"></div>
  81. </div>
  82. </body>
  83. </html>