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

45 lines
1.4KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  7. <title><?php echo $msgtitle;?>-<?php echo $cfg_webname;?></title>
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/bootstrap.min.css">
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css">
  11. <script src="<?php echo $cfg_cmsurl;?>/static/web/js/jquery.min.js"></script>
  12. </head>
  13. <body>
  14. <?php obtaintheme('top.htm');?>
  15. <main class="container py-3">
  16. <div class="row">
  17. <div class="col-md-12">
  18. <nav class="navbar navbar-expand-lg p-0">
  19. <ul class="breadcrumb mr-auto">
  20. <li class="breadcrumb-item">文档错误提示</li>
  21. </ul>
  22. </nav>
  23. <table class="table mb-0">
  24. <tr>
  25. <td colspan="2"><?php echo $moremsg;?></td>
  26. </tr>
  27. <tr>
  28. <td width="160">文档标题:</td>
  29. <td><?php echo $arcLinktitle;?></td>
  30. </tr>
  31. <tr>
  32. <td>文档简介:</td>
  33. <td><?php echo $description;?></td>
  34. </tr>
  35. <tr>
  36. <td>发布时间:</td>
  37. <td><?php echo $pubdate;?></td>
  38. </tr>
  39. </table>
  40. </div>
  41. </div>
  42. </main>
  43. <?php obtaintheme('foot.htm');?>
  44. </body>
  45. </html>