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

59 lines
2.4KB

  1. <!DOCTYPE html>
  2. <html>
  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. <title>{dede:field.title/}-{dede:global.cfg_webname/}</title>
  7. <meta name="keywords" content="{dede:field.keywords/}">
  8. <meta name="description" content="{dede:field.description function='html2text(@me)'/}">
  9. <script>const PHPURL = '{dede:field name="phpurl"/}';</script>
  10. <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
  11. <script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script>
  12. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
  13. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
  14. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css">
  15. <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/web/img/favicon.ico">
  16. </head>
  17. <body>
  18. {dede:include filename='top.htm'/}
  19. {dede:include filename='head.htm'/}
  20. <div class="container py-3">
  21. <div class="row">
  22. <div class="col-md-12">
  23. <div class="position rounded">
  24. <nav aria-label="breadcrumb">
  25. <ol class="breadcrumb">
  26. <li class="breadcrumb-item">当前位置</li>
  27. {dede:field name='position'/}
  28. </ol>
  29. </nav>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. <main class="container py-3">
  35. <div class="row">
  36. <div class="col-md-9 article-main">
  37. <h2 >{dede:field.title/}</h2>
  38. <div class="article-meta">
  39. <span>时间:{dede:field.pubdate function="MyDate('Y-m-d',@me)"/}</span>
  40. <span>来源:{dede:field.source/}</span>
  41. <span>作者:{dede:field.writer/}</span>
  42. <span>点击:<i id="_count">...</i>次</span>
  43. <div class="alert alert-success mt-3">{dede:softmsg/}</div>
  44. </div>
  45. <div class="speciallist row py-3">{dede:field.note/}</div>
  46. <div class="py-3">{dede:field.body/}</div>
  47. <div class="py-3">责任编辑:{dede:adminname/}</div>
  48. <div class="clearfix"></div>
  49. </div>
  50. <div class="col-md-3">
  51. {dede:include comment='推荐文档' filename='widget_recommend.htm'/}
  52. {dede:include comment='热点文档' filename='widget_hot.htm'/}
  53. {dede:include comment='QR二维码' filename='widget_qrcode.htm'/}
  54. </div>
  55. </div>
  56. </main>
  57. {dede:include filename='foot.htm'/}
  58. </body>
  59. </html>