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

83 lines
2.4KB

  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="{dede:global.cfg_soft_lang/}">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <script>
  7. const PHPURL = '{dede:field name="phpurl"/}';
  8. </script>
  9. <script src="{dede:global.cfg_cmsurl/}/static/js/jquery.min.js"></script>
  10. <script src="{dede:global.cfg_cmsurl/}/static/js/bootstrap.bundle.js"></script>
  11. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/bootstrap.min.css">
  12. <link href="{dede:global.cfg_cmsurl/}/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  13. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/dede.css">
  14. <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/img/favicon.png">
  15. <title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
  16. <meta name="keywords" content="{dede:field.keywords/}" />
  17. <meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
  18. </head>
  19. <body>
  20. {dede:include filename="top.htm"/}
  21. {dede:include filename="header.htm"/}
  22. {dede:include filename="navbar.htm"/}
  23. <div class="container">
  24. <div class="position">
  25. <nav aria-label="breadcrumb">
  26. <ol class="breadcrumb mb-0">
  27. <li class="breadcrumb-item">当前位置</li>
  28. {dede:field name='position'/}
  29. </ol>
  30. </nav>
  31. </div>
  32. <!-- /.position -->
  33. </div>
  34. <main class="container">
  35. <div class="row">
  36. <div class="col-md-8 article-main">
  37. <h2 class="mt-0 mb-3 zixue">{dede:field.title/}</h2>
  38. <div class="article-meta">
  39. <small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-d',@me)"/}
  40. <small>来源:</small>{dede:field.source/}
  41. <small>作者:</small>{dede:field.writer/}
  42. </div>
  43. <div class="speciallist row pt-2">
  44. {dede:field.note/}
  45. </div>
  46. <div class="body py-2">
  47. {dede:field.body/} (责任编辑:{dede:adminname/})
  48. </div>
  49. <!-- /.body -->
  50. <div class="clearfix"></div>
  51. </div>
  52. <!-- /.article-main -->
  53. <aside class="col-md-4 article-sidebar">
  54. {dede:include comment='推荐内容' filename="widget_recommend.htm"/}
  55. {dede:include comment='热点内容' filename="widget_hot.htm"/}
  56. {dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
  57. </aside>
  58. <!-- /.article-sidebar -->
  59. </div>
  60. </main>
  61. <!-- /main -->
  62. {dede:include filename="footer.htm"/}
  63. </body>
  64. </html>