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

41 lines
1.2KB

  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="/static/web/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
  10. <link rel="stylesheet" href="/static/web/css/style.css">
  11. </head>
  12. <body>
  13. <?php obtaintheme('top.htm');?>
  14. <main class="container py-3">
  15. <nav aria-label="breadcrumb">
  16. <ol class="breadcrumb">
  17. <li class="breadcrumb-item"><a href="/">首页</a></li>
  18. <li class="breadcrumb-item">文档错误提示</li>
  19. </ol>
  20. </nav>
  21. <table class="table mb-0">
  22. <tr>
  23. <td colspan="2"><?php echo $moremsg;?></td>
  24. </tr>
  25. <tr>
  26. <td width="160">文档标题:</td>
  27. <td><?php echo $arcLinktitle;?></td>
  28. </tr>
  29. <tr>
  30. <td>文档简介:</td>
  31. <td><?php echo $description;?></td>
  32. </tr>
  33. <tr>
  34. <td>发布时间:</td>
  35. <td><?php echo $pubdate;?></td>
  36. </tr>
  37. </table>
  38. </main>
  39. <?php obtaintheme('foot.htm');?>
  40. </body>
  41. </html>