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

73 lines
3.3KB

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