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

106 lines
4.1KB

  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>.dedeinfolink a{color:#1eb867;margin-right:10px;}.info-search .info-guide{line-height:32px;}</style>
  15. </head>
  16. <body>
  17. {dede:include filename='top.htm'/}
  18. {dede:include filename='head.htm'/}
  19. <div class="container py-3">
  20. <div class="row">
  21. <div class="col-md-12">
  22. <div class="position rounded">
  23. <nav aria-label="breadcrumb">
  24. <ol class="breadcrumb">
  25. <li class="breadcrumb-item">当前位置</li>
  26. {dede:field name='position'/}
  27. </ol>
  28. </nav>
  29. </div>
  30. </div>
  31. </div>
  32. </div>
  33. <main class="container py-3">
  34. <div class="row">
  35. <div class="col-md-8 list-main">
  36. {dede:infolink}
  37. <table class="dedeinfolink table table-borderless">
  38. <tr class="table-success">
  39. <td colspan="3" class="iftitle">信息附加条件:</td>
  40. </tr>
  41. <tr>
  42. <td width="80">地区:</td>
  43. <td align="center" nowrap="yes">
  44. <div>[field:linkallplace/]</div>
  45. </td>
  46. <td>[field:nativeplace/]</td>
  47. </tr>
  48. <tr>
  49. <td>类型:</td>
  50. <td align="center" nowrap="yes">
  51. <div>[field:linkalltype/]</div>
  52. </td>
  53. <td>[field:infotype/]</td>
  54. </tr>
  55. </table>
  56. {/dede:infolink}
  57. <ul class="list-unstyled items">
  58. {dede:list pagesize='10'}
  59. <li class="media border-bottom-dashed py-3">
  60. <div class="media-body row">
  61. <div class="col-md-12 caption">
  62. <a href="[field:arcurl/]"><h4 class="title">[field:code/] [field:title/]</h4></a>
  63. </div>
  64. <div class="col-md-12 source text-right">发布时间:[field:pubdate function="MyDate('y-m-d',@me)"/]</div>
  65. </div>
  66. </li>
  67. {/dede:list}
  68. </ul>
  69. <ul class="pagination justify-content-center py-3">
  70. {dede:pagelist listitem='info,index,end,pre,next,pageno' listsize='1'/}
  71. </ul>
  72. </div>
  73. <div class="col-md-4">
  74. {dede:include comment='栏目列表' filename='widget_channels.htm'/}
  75. <div class="info-search card ddcard pb-3">
  76. <div class="card-header">
  77. <div class="row">
  78. <div class="col-md-12 caption"><span>信息搜索</span></div>
  79. </div>
  80. </div>
  81. <div class="info-guide mt-3">
  82. {dede:infoguide}
  83. <form name="infoguide" method="get" action="/apps/list.php">
  84. [field:nativeplace/]
  85. [field:infotype/]
  86. <input type="hidden" name="tid" value="[field:typeid/]">
  87. <input type="hidden" name="channelid" value="-8">
  88. <div class="form-group">
  89. <label for="iptKeyword">关键词</label>
  90. <input type="text" name="keyword" id="iptKeyword" class="form-control">
  91. </div>
  92. <button type="submit" class="btn btn-warning">搜索信息</button>
  93. <button type="button" class="btn btn-warning" onclick="location='/user/archives_sg_add.php?channelid=-8';">发布信息</button>
  94. </form>
  95. {/dede:infoguide}
  96. </div>
  97. </div>
  98. {dede:include comment='推荐文档' filename='widget_recommend_sg.htm'/}
  99. {dede:include comment='热点文档' filename='widget_hot_sg.htm'/}
  100. {dede:include comment='QR二维码' filename='widget_qrcode.htm'/}
  101. </div>
  102. </div>
  103. </main>
  104. {dede:include filename='foot.htm'/}
  105. </body>
  106. </html>