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

76 lines
2.5KB

  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>
  6. <?php echo $msgtitle; ?>
  7. </title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/bootstrap.min.css">
  10. <link href="<?php echo $cfg_cmsurl;?>/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  11. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/dede.css">
  12. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/index.css">
  13. <script src="<?php echo $cfg_cmsurl;?>/static/js/jquery.min.js"></script>
  14. </head>
  15. <body class="flinkpage">
  16. <?php include("plus_header.htm") ;?>
  17. <div class="container">
  18. <div class="sp-title">
  19. <span class="more">
  20. <a href="stow.php?aid=<?php echo $aid; ?>">[收藏此文档]</a>
  21. &#160;
  22. <a href="../member">[会员中心]</a>
  23. &#160;
  24. <a href="../">[返回首页]</a>
  25. </span>
  26. </div>
  27. <div class="formbox">
  28. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DDEAC8" class='table'>
  29. <tr bgcolor="#EFF4EA">
  30. <td height="28" colspan="2">&#160;<strong>错误具体提示信息:</strong></td>
  31. </tr>
  32. <tr bgcolor="#FFFFFF">
  33. <td height="60" colspan="2" align="center">
  34. <?php echo $moremsg; ?>
  35. </td>
  36. </tr>
  37. <tr bgcolor="#EFF4EA">
  38. <td width="17%" height="26" align="center">
  39. <strong>文档标题:</strong>
  40. </td>
  41. <td width="83%" height="26">
  42. &#160;
  43. <?php echo $arcLinktitle; ?>
  44. </td>
  45. </tr>
  46. <tr bgcolor="#FFFFFF">
  47. <td height="26" align="center">
  48. <strong>发布时间:</strong>
  49. </td>
  50. <td height="26">
  51. &#160;
  52. <?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;
  61. <?php echo $description; ?>
  62. </td>
  63. </tr>
  64. </table>
  65. <br />
  66. </div>
  67. </div>
  68. <?php include("plus_footer.htm") ;?>
  69. </body>
  70. </html>