国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

70 rindas
2.3KB

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