|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
- <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>
- <meta name="keywords" content="{dede:field.keywords/}">
- <meta name="description" content="{dede:field.description function='html2text(@me)'/}">
- <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
- <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
- <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
- <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css">
- <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/web/img/favicon.ico">
- <style>.dedeinfolink a{color:#1eb867;margin-right:10px;}.info-search .info-guide{line-height:32px;}</style>
- </head>
- <body>
- {dede:include filename='top.htm'/}
- {dede:include filename='head.htm'/}
- <div class="container py-3">
- <div class="row">
- <div class="col-md-12">
- <div class="position rounded">
- <nav aria-label="breadcrumb">
- <ol class="breadcrumb">
- <li class="breadcrumb-item">当前位置</li>
- {dede:field name='position'/}
- </ol>
- </nav>
- </div>
- </div>
- </div>
- </div>
- <main class="container py-3">
- <div class="row">
- <div class="col-md-8 list-main">
- {dede:infolink}
- <table class="dedeinfolink table table-borderless">
- <tr class="table-success">
- <td colspan="3" class="iftitle">信息附加条件:</td>
- </tr>
- <tr>
- <td width="80">地区:</td>
- <td align="center" nowrap="yes">
- <div>[field:linkallplace/]</div>
- </td>
- <td>[field:nativeplace/]</td>
- </tr>
- <tr>
- <td>类型:</td>
- <td align="center" nowrap="yes">
- <div>[field:linkalltype/]</div>
- </td>
- <td>[field:infotype/]</td>
- </tr>
- </table>
- {/dede:infolink}
- <ul class="list-unstyled items">
- {dede:list pagesize='10'}
- <li class="media border-bottom-dashed py-3">
- <div class="media-body row">
- <div class="col-md-12 caption">
- <a href="[field:arcurl/]"><h4 class="title">[field:code/] [field:title/]</h4></a>
- </div>
- <div class="col-md-12 source text-right">发布时间:[field:pubdate function="MyDate('y-m-d',@me)"/]</div>
- </div>
- </li>
- {/dede:list}
- </ul>
- <ul class="pagination justify-content-center py-3">
- {dede:pagelist listitem='info,index,end,pre,next,pageno' listsize='1'/}
- </ul>
- </div>
- <div class="col-md-4">
- {dede:include comment='栏目列表' filename='widget_channels.htm'/}
- <div class="info-search card ddcard pb-3">
- <div class="card-header">
- <div class="row">
- <div class="col-md-12 caption"><span>信息搜索</span></div>
- </div>
- </div>
- <div class="info-guide mt-3">
- {dede:infoguide}
- <form name="infoguide" method="get" action="/apps/list.php">
- [field:nativeplace/]
- [field:infotype/]
- <input type="hidden" name="tid" value="[field:typeid/]">
- <input type="hidden" name="channelid" value="-8">
- <div class="form-group">
- <label for="iptKeyword">关键词</label>
- <input type="text" name="keyword" id="iptKeyword" class="form-control">
- </div>
- <button type="submit" class="btn btn-warning">搜索信息</button>
- <button type="button" class="btn btn-warning" onclick="location='/user/archives_sg_add.php?channelid=-8';">发布信息</button>
- </form>
- {/dede:infoguide}
- </div>
- </div>
- {dede:include comment='推荐文档' filename='widget_recommend_sg.htm'/}
- {dede:include comment='热点文档' filename='widget_hot_sg.htm'/}
- {dede:include comment='QR二维码' filename='widget_qrcode.htm'/}
- </div>
- </div>
- </main>
- {dede:include filename='foot.htm'/}
- </body>
- </html>
|