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

117 lines
4.2KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global.cfg_soft_lang/}">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title>{dede:field.title/}-{dede:pagelist listsize='0' listitem='pageno' function='html2text(@me)' runphp='yes'}if (@me>1) @me='第'.trim(@me).'页-';else @me='';{/dede:pagelist}{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 src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
  10. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
  12. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css">
  13. <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/web/img/favicon.ico">
  14. <style>
  15. .dedeinfolink a {
  16. color: #28a745;
  17. margin-right: 10px;
  18. }
  19. .info-search .info-guide {
  20. line-height: 32px;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. {dede:include filename='top.htm'/}
  26. {dede:include filename='header.htm'/}
  27. {dede:include filename='navbar.htm'/}
  28. <div class="container">
  29. <div class="position">
  30. <nav aria-label="breadcrumb">
  31. <ol class="breadcrumb mt-3">
  32. <li class="breadcrumb-item">当前位置</li>
  33. {dede:field name='position'/}
  34. </ol>
  35. </nav>
  36. </div>
  37. </div>
  38. <main class="container">
  39. <div class="row">
  40. <div class="col-md-8 list-main">
  41. {dede:infolink}
  42. <table class="dedeinfolink table table-borderless">
  43. <tr class="table-success">
  44. <td colspan="3" class="iftitle">信息附加条件:</td>
  45. </tr>
  46. <tr>
  47. <td width="80">地区:</td>
  48. <td align="center" nowrap="yes">
  49. <div>[field:linkallplace/]</div>
  50. </td>
  51. <td>[field:nativeplace /]</td>
  52. </tr>
  53. <tr>
  54. <td>类型:</td>
  55. <td align="center" nowrap="yes">
  56. <div>[field:linkalltype/]</div>
  57. </td>
  58. <td>[field:infotype /]</td>
  59. </tr>
  60. </table>
  61. {/dede:infolink}
  62. <ul class="list-unstyled items">
  63. {dede:list pagesize='10'}
  64. <li class="media border-bottom-dashed">
  65. <div class="media-body row mt-2 py-2">
  66. <div class="col-12 caption">
  67. <a href="[field:arcurl/]">
  68. <h4 class="title">[field:code/] [field:title/]</h4>
  69. </a>
  70. </div>
  71. <div class="col-12 source text-right">
  72. 发布时间:[field:pubdate function="MyDate('y-m-d',@me)"/]
  73. </div>
  74. </div>
  75. </li>
  76. {/dede:list}
  77. </ul>
  78. <nav>
  79. <ul class="pagination justify-content-center py-3">
  80. {dede:pagelist listitem='info,index,end,pre,next,pageno' listsize='1'/}
  81. </ul>
  82. </nav>
  83. </div>
  84. <aside class="col-md-4 article-sidebar">
  85. {dede:include comment='栏目列表' filename="widget_channels.htm"/}
  86. <div class="info-search card ddcard pt-3 mt-3">
  87. <div class="card-header">
  88. <div class="row">
  89. <div class="col-12 caption"><span>信息搜索</span></div>
  90. </div>
  91. </div>
  92. <div class="info-guide mt-2">
  93. {dede:infoguide}
  94. <form name="infoguide" method="get" action="/apps/list.php">
  95. [field:nativeplace/]
  96. [field:infotype/]
  97. <input type="hidden" name="tid" value="[field:typeid/]">
  98. <input type="hidden" name="channelid" value="-8">
  99. <div class="form-group">
  100. <label for="iptKeyword">关键词</label>
  101. <input type="text" name="keyword" class="form-control" id="iptKeyword">
  102. </div>
  103. <button type='submit' class="btn btn-warning btn-sm">搜索信息</button>
  104. <button type='button' class="btn btn-warning btn-sm" onclick="location='/user/archives_sg_add.php?channelid=-8';">发布信息</button>
  105. </form>
  106. {/dede:infoguide}
  107. </div>
  108. </div>
  109. {dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/}
  110. {dede:include comment='热点内容' filename="widget_hot_sg.htm"/}
  111. {dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
  112. </aside>
  113. </div>
  114. </main>
  115. {dede:include filename="footer.htm"/}
  116. </body>
  117. </html>