Browse Source

增加报时管理页面 暂时显示百度页

zhangshuangnan 7 years ago
parent
commit
e25233ab18
1 changed files with 29 additions and 0 deletions
  1. 29 0
      CallCenterWeb.UI/TelCall/TimeManagement.html

+ 29 - 0
CallCenterWeb.UI/TelCall/TimeManagement.html

@@ -0,0 +1,29 @@
1
+<!DOCTYPE html>
2
+<html>
3
+
4
+	<head>
5
+		<meta charset="UTF-8">
6
+		<title>报时管理</title>
7
+		<script src="../Script/Common/huayi.load.js"></script>
8
+		<script src="../Script/Common/huayi.config.js"></script>
9
+		<style>
10
+			body,
11
+			html,
12
+			.wrapper {
13
+				height: 100%;
14
+			}
15
+		</style>
16
+	</head>
17
+
18
+	<body class="gray-bg">
19
+		<div class="wrapper wrapper-content animated fadeInRight">
20
+          	<iframe class="time_iframe"  width="100%" height="100%" src="https://www.baidu.com/" frameborder="0" data-id="index_v1.html" seamless></iframe>
21
+            
22
+		</div>
23
+		<script>
24
+//			var Number = helper.request.queryString("tel");
25
+//			$('.time_iframe').attr('src','https://www.baidu.com/')
26
+		</script>
27
+	</body>
28
+
29
+</html>