|
@@ -1,6 +1,4 @@
|
|
|
-
|
|
|
-<!DOCTYPE html>
|
|
|
-<head>
|
|
|
+<@override name="head">
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/assets/css/public-head.css"/>
|
|
|
<link rel="stylesheet" href="${ctx}/assets/css/create.css"/>
|
|
|
<link rel="stylesheet" href="${ctx}/assets/css/daterangepicker.css" />
|
|
@@ -28,9 +26,7 @@
|
|
|
<script type="text/javascript" src="${ctx}/assets/js/divselect.js"></script>
|
|
|
|
|
|
<style>
|
|
|
- #pagecontent{height:1660px;}
|
|
|
-
|
|
|
- .ui-widget-overlay { background: #aeaeae 50% 50% repeat-y; opacity: .90;filter:Alpha(Opacity=90); position: absolute; top: 0; left: 0; width: 100%; height:460%;;}
|
|
|
+ .ui-widget-overlay { background: #aeaeae 50% 50% repeat-y; opacity: .90;filter:Alpha(Opacity=90); position: absolute; top: 0; left: 0; width: 100%; height:560%;;}
|
|
|
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
|
|
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
|
|
.modal-foot{text-algin:center;width:560px;height:40px;}
|
|
@@ -66,9 +62,6 @@
|
|
|
.pagination-wifi{float:left;margin-left:10px;width:320px;padding-top:10px;}
|
|
|
.pagination-mini-wifi{margin:0; padding:0; list-style:none; overflow:hidden; float:left; border:solid 1px #E9E9E9;border-radius: 5px;}
|
|
|
.pagination-mini-wifi li{margin:0px; padding:3px; list-style:none; overflow:hidden; float:left; width:20px;height:20px;border:solid 1px #E9E9E9;text-align:center; }
|
|
|
- #pagecontent{
|
|
|
- margin-top:42px;
|
|
|
- }
|
|
|
#third{
|
|
|
margin-left:-60px;
|
|
|
margin-top:-16px;
|
|
@@ -364,16 +357,14 @@ var datefalg = true;
|
|
|
|
|
|
});
|
|
|
</script>
|
|
|
-</head>
|
|
|
-<body>
|
|
|
-<#include "/advertiser/main/public-head.ftl">
|
|
|
-<@override name="page">
|
|
|
-
|
|
|
+</@override>
|
|
|
+
|
|
|
+<@override name="body">
|
|
|
<!-- PAGE CONTENT BEGINS HERE -->
|
|
|
<div id=content_bg>
|
|
|
-
|
|
|
+ <#include "/advertiser/main/public-head.ftl">
|
|
|
<div id= "pagecontent">
|
|
|
- <div id="content" style="width:97%;height:94%;">
|
|
|
+ <div id="content">
|
|
|
<div id="third">
|
|
|
<ul style="">
|
|
|
<li class="size1"><i class="icon-home" style="background-image:none;"></i> <a href="${ctx}/advertiser/main/dashboard">首页</a>
|
|
@@ -620,14 +611,14 @@ var datefalg = true;
|
|
|
</div>
|
|
|
|
|
|
<br>
|
|
|
- <div class="control-group" id="placediv">
|
|
|
+ <div class="control-group" id="placediv" style="clear:both;">
|
|
|
<sup style="color:red">*</sup>场景:
|
|
|
<div class="controls6" style="margin-left: 25px;margin-top: -18px;width:auto;">
|
|
|
<#if placeList ??>
|
|
|
<#list placeList as place>
|
|
|
- <div style="display:inline-block; margin-left:180px;margin-bottom:20px;">
|
|
|
- <input autocomplete="off" style="display:inline-block;margin-left:-155px;" type="checkbox" name="place" id ="#{place.id}place" value="#{place.id}">
|
|
|
- <li style="float:left;margin-left:-50px;margin-top:3px;width:120px;" >${place.name}</li>
|
|
|
+ <div style="display:inline-block; margin-left:100px;margin-bottom:20px;">
|
|
|
+ <input autocomplete="off" style="float:left;display:inline-block;" type="checkbox" name="place" id ="#{place.id}place" value="#{place.id}">
|
|
|
+ <li style="float:left;width:120px;position: relative;top:-3px;left:10px;" >${place.name}</li>
|
|
|
</div>
|
|
|
</#list>
|
|
|
</#if>
|
|
@@ -729,6 +720,7 @@ var datefalg = true;
|
|
|
</div>
|
|
|
<div id="areas_layout"></div>
|
|
|
<div id="schedule_layout"></div>
|
|
|
+
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
var areasgeoPopup = $("#areas_popup")[0];
|
|
@@ -1080,7 +1072,7 @@ function genwifinav(pcount,pno,fun){
|
|
|
}else{
|
|
|
var timeData = -1;
|
|
|
}
|
|
|
- var html = '<div class="time_item"><p class="tr_data"><span class="inp"><input type="text" class="start_date edit_time" readonly="readonly" value="'+startDate+'"></span><span class="inp"><input type="text" class="end_date edit_time" readonly="readonly" value = "'+endDate+'"></span></p><button class="btn_del">删除</button><input class="json_date" type="hidden" value = "'+timeData+'"></div>';
|
|
|
+ var html = '<div class="time_item"><p class="tr_data"><span class="inp"><input type="" class="start_date edit_time" readonly="readonly" value="'+startDate+'"></span><span class="inp"><input type="" class="end_date edit_time" readonly="readonly" value = "'+endDate+'"></span></p><button class="btn_del">删除</button><input class="json_date" type="hidden" value = "'+timeData+'"></div>';
|
|
|
$(".setting .time_box").append(html);
|
|
|
$(".time_box .time_item .btn_del").bind("click",function(e){
|
|
|
$(this).parents(".time_item").remove();
|
|
@@ -1222,5 +1214,4 @@ function genwifinav(pcount,pno,fun){
|
|
|
|
|
|
</script>
|
|
|
</@override>
|
|
|
-<@extends name="/common/page.ftl"/>
|
|
|
-
|
|
|
+<@extends name="/common/simple.ftl"/>
|