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

52 lines
2.4KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  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 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. <style>.tags{padding-top:10px}.tags a{float:left;margin:5px 10px}.tagc1{color:darkolivegreen}.tagc2{color:blue}.tagc3{color:blueviolet}.tagc4{color:brown}.tagc5{color:cadetblue}.tagc6{color:green}.tagc7{color:coral}.tagc8{color:cornflowerblue}.tagc9{color:black}</style>
  16. </head>
  17. <body class="body-bg">
  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. <nav aria-label="breadcrumb">
  24. <ol class="breadcrumb mb-0">
  25. <li class="breadcrumb-item">当前位置</li>
  26. <li class="breadcrumb-item">标签页</li>
  27. </ol>
  28. </nav>
  29. </div>
  30. </div>
  31. </div>
  32. <main class="container py-3">
  33. <div class="row">
  34. <div class="col-md-12">
  35. <div class="item-tag mb-3">
  36. <h2 class="mb-3">最新标签</h2>
  37. <div>{dede:tag row='120' sort='new'}<a href="[field:link/]" class="btn btn-outline-success btn-sm tagc[field:highlight/]">[field:tag/]</a>{/dede:tag}</div>
  38. </div>
  39. <div class="item-tag mb-3">
  40. <h2 class="mb-3">当月热门标签</h2>
  41. <div>{dede:tag row='120' sort='month'}<a href="[field:link/]" class="btn btn-outline-warning btn-sm tagc[field:highlight/]">[field:tag/]</a>{/dede:tag}</div>
  42. </div>
  43. <div class="item-tag">
  44. <h2 class="mb-3">最新标签</h2>
  45. <div>{dede:tag row='120' sort='rand'}<a href="[field:link/]" class="btn btn-outline-info btn-sm tagc[field:highlight/]">[field:tag/]</a>{/dede:tag}</div>
  46. </div>
  47. </div>
  48. </div>
  49. </main>
  50. {dede:include filename='foot.htm'/}
  51. </body>
  52. </html>