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

37 lines
1.1KB

  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 $lv->Fields['typename'];?></td>
  28. </tr>
  29. <tr>
  30. <td>栏目简介:</td>
  31. <td><?php echo $lv->Fields['description'];?></td>
  32. </tr>
  33. </table>
  34. </main>
  35. <?php obtaintheme('foot.htm');?>
  36. </body>
  37. </html>