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

50 lines
1.9KB

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