You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
247 lines
8.1 KiB
HTML
247 lines
8.1 KiB
HTML
<extend name="Public/base"/>
|
|
|
|
<block name="body">
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
<style>
|
|
.select2-container--default .select2-selection--single {
|
|
color: #000;
|
|
resize: none;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px;
|
|
height:28px;border-radius:3px;font-size:12px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height:35px;
|
|
line-height:28px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
height:26px;
|
|
}
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
height:26px;line-height:26px;font-size:12px;
|
|
}
|
|
.select2-results__option[aria-selected] {font-size:12px;}
|
|
</style>
|
|
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
<div class="fr">
|
|
<a class="tabchose" href="javascript:;">福利广告</a>
|
|
<a href="{:U('Guess/lists')}">猜你喜欢</a>
|
|
<a href="{:U('Tool/vip')}">用户VIP设置</a>
|
|
</div>
|
|
<h3 class="page_title">{$m_title}列表</h3>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="cf top_nav_list">
|
|
<div class="fl button_list">
|
|
|
|
<div class="tools">
|
|
<empty name="show_status">
|
|
<a class=" " href="{:U('add?model='.$model['id'])}"><span class="button_icon button_icon1"></span>新增</a>
|
|
</empty>
|
|
<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 class="jssearch fl cf search_list">
|
|
<div class="input-list search-title-box">
|
|
<label>搜索:</label>
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
<input name="title" type="text" class="" placeholder="广告标题" value="{:I('title')}">
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('lists','model='.$model['name'].'&row='.I('row'),false)}">搜索</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
<div class="data_list">
|
|
|
|
<div class="">
|
|
<table>
|
|
<!-- 表头 -->
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
<input class="check-all" type="checkbox">
|
|
</th>
|
|
<th>编号</th>
|
|
<th>标题</th>
|
|
<th>开始时间</th>
|
|
<th>结束时间</th>
|
|
<th>排序</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</thead>
|
|
<!-- 列表 -->
|
|
<tbody>
|
|
<empty name ="list_data">
|
|
<td colspan="8" class="text-center">aOh! 暂时还没有内容!</td>
|
|
<else />
|
|
<volist name="list_data" id="data">
|
|
<tr>
|
|
<td ><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
<td>{$data.id}</td>
|
|
<td>{$data.title}</td>
|
|
<td><gt name='data.start_time' value='0'>{$data.start_time|date='Y-m-d H:i:s',###}<else />永久</gt></td>
|
|
<td><gt name='data.end_time' value='0'>{$data.end_time|date='Y-m-d H:i:s',###}<else />永久</gt></td>
|
|
<td>
|
|
<a href="javascript:;" data-field="sort" data-title="{$data.title} 排序修改" data-id="{$data.id}" class="jschangevalue">
|
|
{$data.sort}
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<a href="{:U('edit?id='.$data['id'])}">编辑</a>
|
|
</td>
|
|
</tr>
|
|
</volist>
|
|
</empty>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="page">
|
|
{$_page|default=''}
|
|
</div>
|
|
|
|
<div class="common_settings">
|
|
<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
|
|
<form class="addShortcutIcon">
|
|
<input type="hidden" name="title" value="{$m_title}">
|
|
<input type="hidden" name="url" value="{$m_url}">
|
|
</form>
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
|
|
</div>
|
|
|
|
</block>
|
|
|
|
<block name="script">
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
|
<php>if(C('COLOR_STYLE')=='blue_color') echo '<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css" rel="stylesheet" type="text/css">';</php>
|
|
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js" charset="UTF-8"></script>
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
<script src="__STATIC__/layer/extend/layer.ext.js"></script>
|
|
<script>
|
|
<volist name=":I('get.')" id="vo">
|
|
Think.setValue('{$key}',"{$vo}");
|
|
</volist>
|
|
|
|
</script>
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav('{:U('Boon/lists')}');
|
|
$(function(){
|
|
//搜索功能
|
|
$("#search").click(function(){
|
|
var url = $(this).attr('url');
|
|
var query = $('.jssearch').find('input').serialize();
|
|
query += "&"+$('.jssearch').find('select').serialize();
|
|
query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g,'');
|
|
query = query.replace(/^&/g,'');
|
|
if( url.indexOf('?')>0 ){
|
|
url += '&' + query;
|
|
}else{
|
|
url += '?' + query;
|
|
}
|
|
|
|
window.location.href = url;
|
|
});
|
|
|
|
//回车自动提交
|
|
$('.jssearch').find('input').keyup(function(event){
|
|
if(event.keyCode===13){
|
|
$("#search").click();
|
|
}
|
|
});
|
|
|
|
$('#time-start').datetimepicker({
|
|
format: 'yyyy-mm-dd',
|
|
language:"zh-CN",
|
|
minView:2,
|
|
autoclose:true
|
|
});
|
|
|
|
$('#datetimepicker').datetimepicker({
|
|
format: 'yyyy-mm-dd',
|
|
language:"zh-CN",
|
|
minView:2,
|
|
autoclose:true,
|
|
pickerPosition:'bottom-left'
|
|
});
|
|
|
|
|
|
$('.jschangevalue').on('click',function() {
|
|
var that = $(this);
|
|
var id = that.attr('data-id');
|
|
var title = that.attr('data-title');
|
|
|
|
|
|
layer.prompt({title:title,formType:0},function(value,index) {
|
|
|
|
if (!/^(?:0|[1-9][0-9]*)$/.test(value)) {
|
|
updateAlert('请输入正整数','tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
return false;
|
|
}
|
|
|
|
layer.close(index);
|
|
|
|
$.ajax({
|
|
async: false,
|
|
url:"{:U('change_value')}",
|
|
type:"POST",
|
|
dataType:"json",
|
|
data:{id:id,value:value},
|
|
success:function(result){
|
|
if(result.status){
|
|
updateAlert(result.info);
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
window.location.reload();
|
|
},2000);
|
|
|
|
}else{
|
|
updateAlert(result.info,'tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
}
|
|
},
|
|
error:function(){
|
|
updateAlert('服务器异常','tip_error');
|
|
setTimeout(function(){
|
|
$('#tip').find('.tipclose').click();
|
|
},2000);
|
|
}
|
|
});
|
|
|
|
});
|
|
|
|
return false;
|
|
});
|
|
|
|
|
|
})
|
|
</script>
|
|
</block>
|