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

83 lines
3.2KB

  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <script src="{dede:global.cfg_cmsurl/}/static/js/jquery.min.js"></script>
  7. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/bootstrap.min.css">
  8. <link href="{dede:global.cfg_cmsurl/}/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  9. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/dede.css">
  10. <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/img/favicon.png">
  11. <title>搜索页_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/}</title>
  12. <meta name="keywords" content="{dede:field name='keywords'/}" />
  13. <meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
  14. </head>
  15. <body>
  16. {dede:include filename="top.htm"/}
  17. {dede:include filename="header.htm"/}
  18. {dede:include filename="navbar.htm"/}
  19. <div class="container">
  20. <div class="position">
  21. <nav aria-label="breadcrumb">
  22. <ol class="breadcrumb mb-0">
  23. <li class="breadcrumb-item">当前位置</li>
  24. <li class="breadcrumb-item"><a href="{dede:global.cfg_cmsurl/}/">主页</a></li>
  25. <li class="breadcrumb-item">搜索 <strong class="fc_03c">{dede:global name='keyword' function='RemoveXSS(@me)'/}</strong> 的结果</li>
  26. </ol>
  27. </nav>
  28. </div>
  29. <!-- /.position -->
  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='10'}
  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>
  48. </li>
  49. {/dede:list}
  50. </ul>
  51. <nav>
  52. <!-- <ul class="pagination justify-content-center py-3"> -->
  53. {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
  54. <!-- </ul> -->
  55. </nav>
  56. </div>
  57. <!-- /.list-main -->
  58. <aside class="col-md-4 article-sidebar">
  59. {dede:include comment='推荐内容' filename="widget_recommend.htm"/}
  60. {dede:include comment='热点内容' filename="widget_hot.htm"/}
  61. </aside>
  62. <!-- /.article-sidebar -->
  63. </div>
  64. </main>
  65. <!-- /main -->
  66. {dede:include filename="footer.htm"/}
  67. </body>
  68. </html>