国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

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