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

46 lines
1.9KB

  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:global.cfg_keywords/}">
  8. <meta name="description" content="{dede:global.cfg_description/}">
  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. <section class="container py-3">
  25. <div class="row biz-mb">{dede:channelartlist}
  26. <div class="col-md-12 mb-3">
  27. <div class="item-title text-left">
  28. <h2>{dede:field.typename/}</h2>
  29. </div>
  30. </div>{dede:arclist row='3' orderby='id'}
  31. <div class="col-md-4">
  32. <article class="item-news bg-white shadow-sm rounded">
  33. <div class="item-news-img"><a href="[field:arcurl/]"><img src="[field:litpic/]" alt="[field:title/]" title="[field:title/]"></a></div>
  34. <div class="title"><h5><a href="[field:arcurl/]">[field:title/]</a></h5></div>
  35. <p>[field:description function="cn_substr(@me,130)"/]...</p>
  36. <div class="meta">
  37. <span class="author mr-3"><a href="[field:userurl/]"><img src="[field:face/]" class="user-img-xs mr-1">[field:uname/]</a></span>
  38. <span class="date"><i class="fa fa-calendar mr-1"></i>[field:pubdate function="MyDate('Y-m-d',@me)"/]</span>
  39. </div>
  40. </article>
  41. </div>{/dede:arclist}{/dede:channelartlist}
  42. </div>
  43. </section>
  44. {dede:include filename='foot.htm'/}
  45. </body>
  46. </html>