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

40 lines
1.1KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title><?php echo $msgtitle;?>-<?php echo $cfg_webname;?></title>
  7. <link rel="stylesheet" href="/static/web/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="/static/web/css/style.css">
  10. </head>
  11. <body>
  12. <?php obtaintheme('top.htm');?>
  13. <main class="container py-3">
  14. <nav aria-label="breadcrumb">
  15. <ol class="breadcrumb">
  16. <li class="breadcrumb-item"><a href="/">首页</a></li>
  17. <li class="breadcrumb-item">文档错误提示</li>
  18. </ol>
  19. </nav>
  20. <table class="table mb-0">
  21. <tr>
  22. <td colspan="2"><?php echo $moremsg;?></td>
  23. </tr>
  24. <tr>
  25. <td width="160">文档标题:</td>
  26. <td><?php echo $arcLinktitle;?></td>
  27. </tr>
  28. <tr>
  29. <td>文档简介:</td>
  30. <td><?php echo $description;?></td>
  31. </tr>
  32. <tr>
  33. <td>发布时间:</td>
  34. <td><?php echo $pubdate;?></td>
  35. </tr>
  36. </table>
  37. </main>
  38. <?php obtaintheme('foot.htm');?>
  39. </body>
  40. </html>