|
|
@ -45,14 +45,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
<div class="fl button_list">
|
|
|
|
<div class="fl button_list">
|
|
|
|
|
|
|
|
<!-- 隐藏操作 -->
|
|
|
|
<div class="tools">
|
|
|
|
<!-- <div class="tools">
|
|
|
|
<empty name="show_status">
|
|
|
|
<empty name="show_status">
|
|
|
|
<a class=" " href="{:U('add?model='.$model['id'])}"><span class="button_icon button_icon1"></span>新增</a>
|
|
|
|
<a class=" " href="{:U('add?model='.$model['id'])}"><span class="button_icon button_icon1"></span>新增</a>
|
|
|
|
<a class=" " href="{:U('batch?model='.$model['id'])}"><span class="button_icon button_icon1"></span>批量添加</a>
|
|
|
|
<a class=" " href="{:U('batch?model='.$model['id'])}"><span class="button_icon button_icon1"></span>批量添加</a>
|
|
|
|
</empty>
|
|
|
|
</empty>
|
|
|
|
<a class=" ajax-post confirm " target-form="ids" url="{:U('del?model='.$model['id'])}"><span class="button_icon button_icon2"></span>删除</a>
|
|
|
|
<a class=" ajax-post confirm " target-form="ids" url="{:U('del?model='.$model['id'])}"><span class="button_icon button_icon2"></span>删除</a>
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
<!-- 高级搜索 -->
|
|
|
@ -126,10 +126,11 @@
|
|
|
|
</th>
|
|
|
|
</th>
|
|
|
|
<th>游戏名称</th>
|
|
|
|
<th>游戏名称</th>
|
|
|
|
<th>区服名称</th>
|
|
|
|
<th>区服名称</th>
|
|
|
|
|
|
|
|
<th>区服ID</th>
|
|
|
|
<th>运营平台</th>
|
|
|
|
<th>运营平台</th>
|
|
|
|
<th>显示状态</th>
|
|
|
|
<th>显示状态</th>
|
|
|
|
<th>开服时间</th>
|
|
|
|
<th>开服时间</th>
|
|
|
|
<th>操作</th>
|
|
|
|
<!-- <th>操作</th> -->
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
|
|
|
@ -143,27 +144,28 @@
|
|
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
|
|
<td >{$data.game_name}</td>
|
|
|
|
<td >{$data.game_name}</td>
|
|
|
|
<td >{$data.server_name}</td>
|
|
|
|
<td >{$data.server_name}</td>
|
|
|
|
<td >{:get_systems_name($data['server_version'])}</td>
|
|
|
|
<td >{$data.server_id}</td>
|
|
|
|
|
|
|
|
<td >{$data['server_version']}</td>
|
|
|
|
<td >
|
|
|
|
<td >
|
|
|
|
<div class="display_status">
|
|
|
|
<div class="display_status">
|
|
|
|
<span class="display_butnbox">
|
|
|
|
<span class="display_butnbox">
|
|
|
|
<eq name='data.show_status' value='1'>
|
|
|
|
<eq name='data.show_status' value='1'>
|
|
|
|
<a href="{:U('change_status',array('field'=>'show_status','value'=>0,'ids'=>$data['id']))}" class="ajax-get ">
|
|
|
|
<a href="{:U('change_status',array('field'=>'show_status','value'=>0,'ids'=>$data['id']))}" class="ajax-get ">
|
|
|
|
已开启<!--开启-->
|
|
|
|
已开启<!--开启-->
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<else/>
|
|
|
|
<else/>
|
|
|
|
<a href="{:U('change_status',array('field'=>'show_status','value'=>1,'ids'=>$data['id']))}" class="ajax-get " style="color:#ff0000">
|
|
|
|
<a href="{:U('change_status',array('field'=>'show_status','value'=>1,'ids'=>$data['id']))}" class="ajax-get " style="color:#ff0000">
|
|
|
|
已关闭<!--关闭-->
|
|
|
|
已关闭<!--关闭-->
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</eq>
|
|
|
|
</eq>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td >{:set_show_time($data['start_time'])}</td>
|
|
|
|
<td >{$data['start_time']}</td>
|
|
|
|
<td >
|
|
|
|
<!-- <td >
|
|
|
|
<a href="{:U('edit',array('model'=>$model['id'],'id'=>$data['id']))}">编辑</a>
|
|
|
|
<a href="{:U('edit',array('model'=>$model['id'],'id'=>$data['id']))}">编辑</a>
|
|
|
|
<a class="ajax-get confirm " href="{:U('del',array('model'=>$model['id'],'ids'=>$data['id']))}">删除</a>
|
|
|
|
<a class="ajax-get confirm " href="{:U('del',array('model'=>$model['id'],'ids'=>$data['id']))}">删除</a>
|
|
|
|
</td>
|
|
|
|
</td> -->
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
|
</empty>
|
|
|
|
</empty>
|
|
|
@ -258,7 +260,7 @@ $(".select_gallery").select2();
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
//导航高亮
|
|
|
|
//导航高亮
|
|
|
|
highlight_subnav('{:U('Server/lists')}');
|
|
|
|
highlight_subnav("{:U('Server/lists')}");
|
|
|
|
$(function(){
|
|
|
|
$(function(){
|
|
|
|
//搜索功能
|
|
|
|
//搜索功能
|
|
|
|
$("#search").click(function(){
|
|
|
|
$("#search").click(function(){
|
|
|
|