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

78 lines
2.5KB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
  6. <title>
  7. <?php echo $msgtitle; ?>
  8. </title>
  9. <meta name="viewport" content="width=device-width, initial-scale=1" />
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/bootstrap.min.css">
  11. <link href="<?php echo $cfg_cmsurl;?>/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  12. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/dede.css">
  13. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/index.css">
  14. <script src="<?php echo $cfg_cmsurl;?>/static/js/jquery.min.js"></script>
  15. </head>
  16. <body class="flinkpage">
  17. <?php include("plus_header.htm") ;?>
  18. <div class="container">
  19. <div class="sp-title">
  20. <span class="more">
  21. <a href="stow.php?aid=<?php echo $aid; ?>">[收藏此文档]</a>
  22. &#160;
  23. <a href="../member">[会员中心]</a>
  24. &#160;
  25. <a href="../">[返回首页]</a>
  26. </span>
  27. </div>
  28. <div class="formbox">
  29. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DDEAC8" class='table'>
  30. <tr bgcolor="#EFF4EA">
  31. <td height="28" colspan="2">&#160;<strong>错误具体提示信息:</strong></td>
  32. </tr>
  33. <tr bgcolor="#FFFFFF">
  34. <td height="60" colspan="2" align="center">
  35. <?php echo $moremsg; ?>
  36. </td>
  37. </tr>
  38. <tr bgcolor="#EFF4EA">
  39. <td width="17%" height="26" align="center">
  40. <strong>文档标题:</strong>
  41. </td>
  42. <td width="83%" height="26">
  43. &#160;
  44. <?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;
  53. <?php echo $pubdate; ?>
  54. </td>
  55. </tr>
  56. <tr bgcolor="#FFFFFF">
  57. <td height="70" align="center">
  58. <strong>文档简介:</strong>
  59. </td>
  60. <td>
  61. &#160;
  62. <?php echo $description; ?>
  63. </td>
  64. </tr>
  65. </table>
  66. <br />
  67. </div>
  68. </div>
  69. <?php include("plus_footer.htm") ;?>
  70. </body>
  71. </html>