check_management.jsp
9.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ include file="/pages/common/taglib.jsp"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>监审管理 | <f:message key="common.title" /></title>
<meta
content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'
name='viewport'>
<%@ include file="/pages/common/css.jsp"%>
<style type="text/css">
.divcss5 {
border: 1px solid #00ff00;
width: 200px;
height: 100px
}
.divcss {
border: 1px solid #F00;
width: 300px;
height: 520px
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #000000;
}
#main_box {
/*正文区大容器*/
width: 770px;
margin-right: auto;
margin-left: auto;
background: #EFEFEF;
}
.row {
/*定义每行*/
width: 100%;
clear: both;
}
.left3 {
/*用在五列布局上*/
border: 1px solid #00ff00;
width: 25%;
height: 150px;
background: #888;
float: left;
}
.middle {
width: 470px;
background: #6699CC;
float: left;
}
.divleft {
width: 21%;
height: 600px;
float: left;
}
.divright {
width: 77%;
height: 600px;
float: right;
}
.leftTop {
width: 100%;
height: 340px;
background: #6600CC;
float: right;
}
.leftBootom {
width: 100%;
height: 250px;
float: right;
}
</style>
</head>
<body class="skin-blue fixed ">
<div class="wrapper">
<%@ include file="/pages/common/top.jsp"%>
<%@ include file="/pages/common/left.jsp"%>
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
监审管理<small><a href="../../live/preload"><i
class="fa fa-plus"></i>直播监审</a> </small> <small class="label label-warning"
style="display: none" id="info_tab_span"><i
class="fa fa-bell-o"></i></small>
</h1>
<ol class="breadcrumb">
<li><a><i class="fa fa-dashboard"></i> 首页</a></li>
<li class="active">监审管理</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-xs-12">
<div class="box box-warning">
<div class="box-header with-border">
<h3 class="box-title"></h3>
<div class="box-tools">
<div class="input-group">
<div class="box-footer clearfix">
<center>
<tag:pager2 id="product_pager" pager="${tLive}" />
</center>
</div>
</div>
</div>
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="divleft">
<div class="leftTop" id="leftTopPlay"></div>
<div class="leftBootom">
<table class="table table-bordered">
<h4>直播活动详情:</h4>
<tr>
<th width="30%">活动名称</th>
<th id="live_name"></th>
</tr>
<tr>
<th width="30%">开始时间</th>
<th id="start_time"></th>
</tr>
<tr>
<th width="30%">结束时间</th>
<th id="end_time"></th>
</tr>
<tr>
<th width="30%">活动简述</th>
<th id="live_desper"></th>
</tr>
<tr>
<th width="30%">live_url</th>
<th id="live_url"></th>
</tr>
<tr>
<th width="30%">活动简述</th>
<th id=""></th>
</tr>
</table>
</div>
</div>
<div class="divright">
<!--五列开始-->
<div class="row">
<c:forEach var="item" items="${tLive.recordList}"
varStatus="stat">
<div id="paly_live_${item.id}" class="left3"
onclick="getParam('${item.id}','${item.title}','${item.live_url}','${item.start_time}','${item.end_time}')">
${item.title}
<p>这是五列的第一列</p>
<p></p>
<p></p>
</div>
</c:forEach>
<!-- <div class="left3">
<p>这是五列的第一列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第二列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第三列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第四列</p>
<p></p>
<p></p>
</div>
</div>
<div class="row">
<div class="left3">
<p>这是五列的第一列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第二列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第三列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第四列</p>
<p></p>
<p></p>
</div>
</div>
<div class="row">
<div class="left3">
<p>这是五列的第一列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第二列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第三列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第四列</p>
<p></p>
<p></p>
</div>
</div>
<div class="row">
<div class="left3">
<p>这是五列的第一列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第二列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第三列</p>
<p></p>
<p></p>
</div>
<div class="left3">
<p>这是五列的第四列</p>
<p></p>
<p></p>
</div> -->
</div>
</div>
</div>
<div class="modal-body">
<div>
<h4>100013-1463713882750.m3u8</h4>
<div class="error-ctn"></div>
<div class="preview-ctn" id="preview-ctn">
<object
pluginspage="http://www.macromedia.com/go/getflashplayer"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=11,3,0,0"
width="100%" height="400" id="ckplayer_a2" name="ckplayer_a2"
align="middle">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
<param name="quality" value="high">
<param name="bgcolor" value="#FFF">
<param name="wmode" value="transparent">
<param name="movie" value="flash/ckplayer.swf">
<param name="flashvars"
value="f=http://kls.ksyun.com/flash/m3u8.swf&a=http://com.cnlive.video.kssws.ks-cdn.com/record/live/100013/hls/100013-1463713882750.m3u8&c=0&s=4&lv=0">
<embed allowscriptaccess="always" allowfullscreen="true"
quality="high" bgcolor="#FFF" wmode="transparent"
src="flash/ckplayer.swf"
flashvars="f=http://kls.ksyun.com/flash/m3u8.swf&a=http://com.cnlive.video.kssws.ks-cdn.com/record/live/100013/hls/100013-1463713882750.m3u8&c=0&s=4&lv=0"
width="100%" height="400" name="ckplayer_a2"
id="ckplayer_a2" align="middle"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
</div>
</div>
</div>
<!-- <table class="table table-bordered">
<tr>
<th rowspan="4"><div class="divcss"></div>活动名称</th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
</tr>
<tr>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
</tr>
<tr>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
</tr>
<tr>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
<th><div class="divcss5"></div></th>
</tr>
</table> -->
</div>
<!-- /.box-body -->
</div>
</div>
</section>
</div>
</div>
<%@ include file="/pages/common/bottom.jsp"%>
<%@ include file="/pages/common/js.jsp"%>
<script type="text/javascript">
function getParam(id, name, live_url, start_time, end_time) {
$("#live_name").html(name);
$("#start_time").html(start_time);
$("#end_time").html(end_time);
$("#live_url").html(live_url);
alert(id);
}
</script>
</body>
</html>