国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

48 satır
2.0KB

  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:global.cfg_webname/}</title>
  7. <meta name="keywords" content="{dede:field.keywords/}">
  8. <meta name="description" content="{dede:field.description function='html2text(@me)'/}">
  9. <link rel="stylesheet" href="/static/web/css/font-awesome.min.css">
  10. <link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="/static/web/css/style.css">
  12. </head>
  13. <body>
  14. {dede:include filename='top.htm'/}
  15. {dede:include filename='head.htm'/}
  16. <div class="container py-3">
  17. <nav aria-label="breadcrumb">
  18. <ol class="breadcrumb mb-0">
  19. <li class="breadcrumb-item">当前位置</li>
  20. {dede:field name='position'/}
  21. </ol>
  22. </nav>
  23. </div>
  24. <main class="container py-3">
  25. <div class="row">
  26. <div class="col-md-9 pb-m-3">{dede:list pagesize='10' titlelen='230'}
  27. <article class="list-article bg-white rounded shadow-sm mb-3 p-3">
  28. <div class="list-article-body">
  29. <h2 class="mb-3"><a href="[field:arcurl/]">[field:title/]</a></h2>
  30. <p>[field:description function="cn_substr(@me,130)"/]...</p>
  31. <div class="meta">
  32. <span class="author mr-3"><a href="[field:userurl/]"><img src="[field:face/]" class="user-img-xs mr-1">[field:uname/]</a></span>
  33. <span class="date"><i class="fa fa-calendar mr-1"></i>[field:pubdate function="MyDate('Y-m-d',@me)"/]</span>
  34. </div>
  35. </div>
  36. </article>{/dede:list}
  37. <ul class="pagination">{dede:pagelist listitem='info,index,end,pre,next,pageno' listsize='1'/}</ul>
  38. </div>
  39. <aside class="col-md-3">
  40. <div class="pb-3">{dede:include filename='widget_search.htm'/}</div>
  41. <div class="pb-3">{dede:include filename='widget_menu.htm'/}</div>
  42. <div class="pb-3">{dede:include filename='widget_hot.htm'/}</div>
  43. </aside>
  44. </div>
  45. </main>
  46. {dede:include filename='foot.htm'/}
  47. </body>
  48. </html>