...
|
...
|
@@ -14,18 +14,7 @@ |
|
|
</form>-->
|
|
|
<form class="js-ajax-form" action="" method="post">
|
|
|
<table class="table table-hover table-bordered">
|
|
|
<div class="table-actions">
|
|
|
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
|
|
|
data-action="{:url('activity/publish',array('yes'=>1))}" data-subcheck="true">发布
|
|
|
</button>
|
|
|
<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"
|
|
|
data-action="{:url('activity/publish',array('no'=>1))}" data-subcheck="true">取消发布
|
|
|
</button>
|
|
|
<button class="btn btn-danger btn-sm js-ajax-submit"
|
|
|
data-action="{:url('activity/delete')}" data-subcheck="true" data-msg="你确定删除吗?">
|
|
|
{:lang('DELETE')}
|
|
|
</button>
|
|
|
</div>
|
|
|
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="15">
|
...
|
...
|
@@ -59,7 +48,7 @@ |
|
|
<td>{$vo.work_time}</td>
|
|
|
<td>
|
|
|
<a href='{:url("edit",array("id"=>$vo["id"]))}'>{:lang('EDIT')}</a>|
|
|
|
<a class="js-ajax-delete" href="{:url('activity/delete',array('id'=>$vo['id']))}">{:lang('DELETE')}</a>
|
|
|
<a class="js-ajax-delete" href="{:url('trainDelete',array('id'=>$vo['id']))}">{:lang('DELETE')}</a>
|
|
|
<a href="{:url('questionList',array('id'=>$vo['id']))}">查看题目</a>
|
|
|
</td>
|
|
|
</tr>
|
...
|
...
|
|