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

75 lines
3.4KB

  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: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. <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. <style>.form-control{display:block;margin-right:0;margin-bottom:10px;width:100%}</style>
  13. </head>
  14. <body>
  15. {dede:include filename='top.htm'/}
  16. {dede:include filename='head.htm'/}
  17. <div class="container py-3">
  18. <ol class="breadcrumb mb-0">
  19. <li class="breadcrumb-item">当前位置</li>
  20. {dede:field name='position'/}
  21. </ol>
  22. </div>
  23. <main class="container py-3">
  24. <div class="row">
  25. <div class="col-md-9 pb-m-3">
  26. <div class="row">
  27. {dede:infolink}
  28. <div class="item-info bg-white shadow-sm rounded mb-3 p-3">
  29. <div class="mb-3">地区:[field:linkallplace/] [field:nativeplace/]</div>
  30. <div>类型:[field:linkalltype/] [field:infotype/]</div>
  31. </div>
  32. {/dede:infolink}
  33. {dede:list pagesize='10' titlelen='230'}
  34. <article class="list-article bg-white rounded shadow-sm mb-3 p-3">
  35. <div class="list-article-body">
  36. <h2 class="mb-3"><a href="[field:arcurl/]">[field:title/]</a></h2>
  37. <p>[field:description function="cn_substr(@me,130)"/]...</p>
  38. <div class="meta">
  39. <span class="author mr-3"><a href="[field:userurl/]"><img src="[field:face/]" class="user-img-xs mr-1">[field:uname/]</a></span>
  40. <span class="date"><i class="fa fa-calendar mr-1"></i>[field:pubdate function="MyDate('Y-m-d',@me)"/]</span>
  41. </div>
  42. </div>
  43. </article>{/dede:list}
  44. </div>
  45. <ul class="pagination">{dede:pagelist listitem='info,index,end,pre,next,pageno' listsize='1'/}</ul>
  46. </div>
  47. <aside class="col-md-3">
  48. <div class="pb-3">{dede:include filename='widget_search.htm'/}</div>
  49. <div class="pb-3">
  50. <div class="list-info-search bg-white shadow-sm rounded p-3">
  51. <h2 class="mb-3">信息搜索</h2>
  52. {dede:infoguide}
  53. <form name="infoguide" method="get" action="{dede:global.cfg_phpurl/}/list.php">
  54. <input type="hidden" name="tid" value="[field:typeid/]">
  55. <input type="hidden" name="channelid" value="-8">
  56. <div class="form-group">[field:nativeplace/]</div>
  57. <div class="form-group">[field:infotype/]</div>
  58. <div class="form-group">
  59. <label for="iptKeyword">关键词</label>
  60. <input type="text" name="keyword" id="iptKeyword" class="form-control">
  61. </div>
  62. <button type="submit" class="btn btn-primary btn-sm">搜索信息</button>
  63. <button type="button" class="btn btn-success btn-sm" onclick="location='/user/archives_sg_add.php?channelid=-8';">发布信息</button>
  64. </form>
  65. {/dede:infoguide}
  66. </div>
  67. </div>
  68. <div class="pb-3">{dede:include filename='widget_menu.htm'/}</div>
  69. <div class="pb-3">{dede:include filename='widget_hot.htm'/}</div>
  70. </aside>
  71. </div>
  72. </main>
  73. {dede:include filename='foot.htm'/}
  74. </body>
  75. </html>