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

91 lines
3.5KB

  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <script src="{dede:global.cfg_cmsurl/}/static/js/jquery.min.js"></script>
  7. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/bootstrap.min.css">
  8. <link href="{dede:global.cfg_cmsurl/}/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  9. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/dede.css">
  10. <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/img/favicon.png">
  11. <title>{dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/}</title>
  12. <meta name="keywords" content="{dede:field.keywords/}" />
  13. <meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
  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 mb-0">
  23. <li class="breadcrumb-item">当前位置</li>
  24. {dede:field name='position'/}
  25. </ol>
  26. </nav>
  27. </div>
  28. <!-- /.position -->
  29. </div>
  30. <main class="container">
  31. <div class="row">
  32. <div class="col-md-8 list-main">
  33. <ul class="list-unstyled items">
  34. {dede:list pagesize='10'}
  35. <li class="media border-bottom-dashed mt-2 py-2">
  36. <a href="[field:arcurl/]"><img src="[field:litpic/]" class="mr-3" alt="[field:title/]"></a>
  37. <div class="media-body row">
  38. <div class="col-12 title">
  39. <a href="[field:arcurl/]">
  40. <h4 class="mt-0 mb-3">[field:title/]</h4>
  41. </a>
  42. </div>
  43. <div class="col-12 description py-2">
  44. <a href="[field:arcurl/]">
  45. [field:description/]...
  46. </a>
  47. </div>
  48. <div class="col-12 addinfo">
  49. 日期:[field:pubdate function="MyDate('Y-m-d', @me)"/] 价格:[field:trueprice/] 品牌:[field:brand/] 人气:[field:click/]
  50. </div>
  51. </div>
  52. </li>
  53. {/dede:list}
  54. </ul>
  55. <nav>
  56. <ul class="pagination justify-content-center py-3">
  57. {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
  58. </ul>
  59. </nav>
  60. </div>
  61. <!-- /.list-main -->
  62. <aside class="col-md-4 article-sidebar">
  63. {dede:include comment='栏目列表' filename="widget_channels.htm"/}
  64. {dede:include comment='推荐内容' filename="widget_recommend.htm"/}
  65. {dede:include comment='热点内容' filename="widget_hot.htm"/}
  66. {dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
  67. </aside>
  68. <!-- /.article-sidebar -->
  69. </div>
  70. </main>
  71. <!-- /main -->
  72. {dede:include filename="footer.htm"/}
  73. </body>
  74. </html>