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

65 lines
2.6KB

  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:pagelist listsize='0' listitem='pageno' function='html2text(@me)' runphp='yes'}if (@me>1) @me='第'.trim(@me).'页-';else @me='';{/dede:pagelist}{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 src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
  10. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
  12. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css">
  13. <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/web/img/favicon.ico">
  14. </head>
  15. <body>
  16. {dede:include filename='top.htm'/}
  17. {dede:include filename='header.htm'/}
  18. {dede:include filename='navbar.htm'/}
  19. <div class="container">
  20. <div class="position">
  21. <nav aria-label="breadcrumb">
  22. <ol class="breadcrumb mt-3">
  23. <li class="breadcrumb-item">当前位置</li>
  24. {dede:field name='position'/}
  25. </ol>
  26. </nav>
  27. </div>
  28. </div>
  29. <main class="container">
  30. <div class="row">
  31. <div class="col-md-8 list-main">
  32. <ul class="list-unstyled items">
  33. {dede:list pagesize='10'}
  34. <li class="media border-bottom-dashed">
  35. <div class="media-body row mt-2 py-2">
  36. <div class="col-12 caption">
  37. <a href="[field:arcurl/]">
  38. <h4 class="title">[field:code/] [field:title/]</h4>
  39. </a>
  40. </div>
  41. <div class="col-12 description">
  42. <a href="[field:arcurl/]">[field:description/]...</a>
  43. </div>
  44. <div class="col-12 source text-right">发布时间:[field:pubdate function="MyDate('y-m-d',@me)"/]</div>
  45. </div>
  46. </li>
  47. {/dede:list}
  48. </ul>
  49. <nav>
  50. <ul class="pagination justify-content-center py-3">
  51. {dede:pagelist listitem='info,index,end,pre,next,pageno' listsize='1'/}
  52. </ul>
  53. </nav>
  54. </div>
  55. <aside class="col-md-4 article-sidebar">
  56. {dede:include comment='栏目列表' filename="widget_channels.htm"/}
  57. {dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/}
  58. {dede:include comment='热点内容' filename="widget_hot_sg.htm"/}
  59. {dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
  60. </aside>
  61. </div>
  62. </main>
  63. {dede:include filename="footer.htm"/}
  64. </body>
  65. </html>