国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index_article.htm 1.7KB

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 1 an
il y a 2 ans
il y a 3 ans
il y a 2 ans
il y a 3 ans
il y a 2 ans
il y a 1 an
il y a 1 an
il y a 3 ans
il y a 3 ans
il y a 2 ans
il y a 1 an
il y a 3 ans
il y a 3 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. <ol class="breadcrumb mb-0">
  18. <li class="breadcrumb-item">当前位置</li>
  19. {dede:field name='position'/}
  20. </ol>
  21. </div>
  22. <main class="container py-3">
  23. <div class="row">
  24. <div class="col-md-9">
  25. <div class="row">{dede:channelartlist}
  26. <div class="col-md-6">
  27. <article class="item-article bg-white shadow-sm rounded mb-3 p-3">
  28. <h2 class="mb-3">{dede:field.typename/}</h2>
  29. <ul>{dede:arclist row='10' titlelen='110' orderby='id'}
  30. <li>[field:global.autoindex/].<a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a></li>{/dede:arclist}
  31. </ul>
  32. </article>
  33. </div>{/dede:channelartlist}
  34. </div>
  35. </div>
  36. <aside class="col-md-3">
  37. <div class="pb-3">{dede:include filename='widget_search.htm'/}</div>
  38. <div class="pb-3">{dede:include filename='widget_menu.htm'/}</div>
  39. <div class="pb-3">{dede:include filename='widget_hot.htm'/}</div>
  40. </aside>
  41. </div>
  42. </main>
  43. {dede:include filename='foot.htm'/}
  44. </body>
  45. </html>