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

68 lines
2.7KB

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