why.xingtongworld.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.
 
 
 
 
 

56 lines
1.9 KiB

{extend name="admin@public/base" /}
{block name="main-content"}
<div class="page-content">
<div class="row maintop">
<form method="post" action="{:url('admin/news/export',['cid'=>$n_cid])}">
<div class="col-sm-1 col-sm-offset-4 margintop5">
<select name="kind">
<option value="">平台名称</option>
<option value="2" >古建收藏俱乐部</option>
</select>
</div>
<div class="col-sm-2 margintop5">
<button type="submit" class="btn btn-sm btn-purple" style="padding:2px 9px;">
导出表格
</button>
</div>
</form>
</div>
<div class="row">
<div class="col-xs-12">
<div>
<form id="alldel" name="alldel" method="post" action="{:url('admin/'.$controller.'/apply_alldel',['cid'=>$n_cid,'kind'=>$n_kind,'page'=>$page])}" >
<input name="p" id="p" value="{:input('p',1)}" type="hidden" />
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover" id="dynamic-table">
<thead>
<tr>
<th class="hidden-xs center">
<label class="pos-rel">
<input type="checkbox" class="ace" id='chkAll' onclick='CheckAll(this.form)' value="全选"/>
<span class="lbl"></span>
<th class="hidden-xs">ID</th>
<th>平台名称</th>
<th>机构名称</th>
<th>机构信用代码</th>
<th>机构联系地址</th>
<th>法人姓名</th>
<th>法人身份证号码</th>
<th>法人身份证照片</th>
<th>联系人</th>
<th>手机号码</th>
<th class="hidden-xs">发布时间</th>
<th style="border-right:#CCC solid 1px;">操作</th>
</tr>
</thead>
<tbody id="ajax-data">
{include file="apply/ajax_news_list1"/}
</tbody>
</table>
</div>
</form>
</div>
</div>
</div>
</div><!-- /.page-content -->
{/block}