Нет описания

callScreen.html 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>来电弹屏</title>
  6. <script src="../Script/Common/huayi.load.js"></script>
  7. <script src="../Script/Common/huayi.config.js"></script>
  8. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  9. <link rel="stylesheet" href="./css/call.css" />
  10. <!-- 录屏 -->
  11. <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/rrweb@latest/dist/rrweb.min.css" /> -->
  12. <!-- 回放播放器 -->
  13. <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/style.css" /> -->
  14. <style>
  15. body,
  16. html,
  17. .wrapper {
  18. height: 100%;
  19. }
  20. .ldtp-con {
  21. display: block;
  22. }
  23. .minBacha {
  24. position: absolute;
  25. top: 0;
  26. right: 80px;
  27. z-index: 10;
  28. overflow: hidden;
  29. }
  30. .minBacha > div {
  31. float: left;
  32. height: 35px;
  33. width: 35px;
  34. margin-left: 2px;
  35. }
  36. .minBacha > div a {
  37. display: block;
  38. height: 100%;
  39. width: 100%;
  40. text-align: center;
  41. background-position: center center;
  42. background-color: #2f4050;
  43. opacity: .5;
  44. }
  45. .minBacha > div a:hover {
  46. opacity: 1;
  47. }
  48. .minClosed > a {
  49. background: url("./../img/min.png") no-repeat;
  50. }
  51. .Bacha > a {
  52. background: url("./../img/gb.png") no-repeat;
  53. }
  54. .lblcount {
  55. position: absolute;
  56. right: 5px;
  57. top: 7px;
  58. }
  59. .first {
  60. z-index: 1000;
  61. }
  62. .khzl {
  63. font-size: 12px;
  64. border: 0;
  65. margin: 35px auto;
  66. color: #fff;
  67. }
  68. .khzl tr {
  69. border: 0;
  70. }
  71. .khzl th {
  72. padding: 5px 8px 5px 0;
  73. text-align: right;
  74. width: 40%;
  75. font-weight: normal;
  76. border: 0;
  77. }
  78. .khzl tbody > tr > td,
  79. .khzl tbody > tr > th {
  80. border: 0;
  81. }
  82. .khzl tbody > tr > td input,
  83. .khzl tbody > tr > td select {
  84. border: 0;
  85. outline: none;
  86. background: #243747;
  87. padding-left: 5px;
  88. width: 100%;
  89. }
  90. .khzl tbody > tr > td select {
  91. appearance: none;
  92. -moz-appearance: none;
  93. /* Firefox */
  94. -webkit-appearance: none;
  95. /* Safari 和 Chrome */
  96. }
  97. .khzl tbody > tr > td select[disabled] {
  98. background-color: #243747;
  99. }
  100. .khbtn {
  101. /*background: #97a0a8;*/
  102. color: #1ab394;
  103. font-size: 14px;
  104. vertical-align: middle;
  105. }
  106. .hei-list {
  107. width: 400px;
  108. margin: 0 auto;
  109. }
  110. .heiTop {
  111. height: 35px;
  112. background: #1ab394;
  113. color: #fff;
  114. line-height: 35px;
  115. padding: 0 15px;
  116. border-top-left-radius: 3px;
  117. border-top-right-radius: 3px;
  118. }
  119. .heiTop .htl {
  120. float: left;
  121. margin: 0;
  122. }
  123. .heiTop .bacha {
  124. float: right;
  125. font-size: 18px;
  126. cursor: pointer;
  127. margin: 0;
  128. }
  129. .heiCon {
  130. width: 100%;
  131. background: #fff;
  132. text-align: center;
  133. padding: 25px 15px;
  134. height: auto;
  135. overflow-y: auto;
  136. border: 1px solid #eee;
  137. }
  138. #time-word {
  139. border: 1px solid #1ab394;
  140. padding: 5px 0 5px 10px;
  141. width: 120px;
  142. outline: none;
  143. color: #000;
  144. }
  145. .chooses {
  146. margin-top: 10px;
  147. }
  148. .btns {
  149. background: #1ab394;
  150. color: #fff;
  151. padding: 3px 10px;
  152. outline: none;
  153. font-size: 12px;
  154. margin-left: 15px;
  155. border: 0;
  156. border-radius: 3px;
  157. box-sizing: border-box;
  158. }
  159. .bianji {
  160. display: inline-block;
  161. height: 16px;
  162. width: 16px;
  163. vertical-align: middle;
  164. margin-right: 5px;
  165. }
  166. .bianji.edi {
  167. background: url(./../img/xgai.png) no-repeat;
  168. }
  169. .bianji.sav {
  170. background: url(./../img/bbc.png) no-repeat;
  171. }
  172. .bianji.canc {
  173. background: url(./../img/quxi.png) no-repeat;
  174. }
  175. .t-shade {
  176. position: fixed;
  177. top: 0;
  178. left: 0;
  179. width: 100%;
  180. height: 100%;
  181. background: rgba(0, 0, 0, 0.48);
  182. z-index: 10004;
  183. display: none;
  184. }
  185. .shade_k {
  186. z-index: 10005;
  187. width: 40%;
  188. margin: 10% auto;
  189. background-color: #fff;
  190. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  191. border-radius: 5px;
  192. }
  193. .shade_title {
  194. padding: 0 80px 0 20px;
  195. height: 42px;
  196. line-height: 42px;
  197. border-bottom: 1px solid #eee;
  198. font-size: 16px;
  199. color: #FFFFFF;
  200. overflow: hidden;
  201. background-color: rgb(26, 179, 148);
  202. border-radius: 2px 2px 0 0;
  203. position: relative;
  204. }
  205. .setwin {
  206. position: absolute;
  207. right: 15px;
  208. top: 5px;
  209. font-size: 20px;
  210. line-height: initial;
  211. }
  212. .setwin a {
  213. font-size: 20px;
  214. color: #fff;
  215. }
  216. .shade_content {
  217. overflow-y: auto;
  218. position: relative;
  219. padding-bottom: 50px;
  220. padding: 10px;
  221. }
  222. .ldcr-bottom .detail-con ul li .active a {
  223. color: #1ab394 !important;
  224. /*color: #f95a83 !important;*/
  225. }
  226. .ldcr-bottom .detail-con ul li .active + .explancon {
  227. display: block !important;
  228. }
  229. .searchbtn {
  230. width: 2.5em;
  231. height: 24px;
  232. border-radius: 5px;
  233. position: absolute;
  234. background-color: #1AB394;
  235. background-image: url(./../img/searIcon.png);
  236. background-repeat: no-repeat;
  237. background-position: center center;
  238. cursor: pointer;
  239. }
  240. .cx {
  241. display: block;
  242. }
  243. </style>
  244. </head>
  245. <body class="gray-bg">
  246. <div class="wrapper wrapper-content animated fadeInRight">
  247. <!--来电弹屏开始-->
  248. <div class="ldtp-con clearfix animated fadeInDown ">
  249. <!--左侧内容-->
  250. <!--黑名单弹出内容-->
  251. <!--<div class="hei-list ">
  252. <i class="bacha">X</i>
  253. <form class="form-inline">
  254. <label class="radio-inline">
  255. <input type="radio" name="time" value="1" checked="checked"> 天
  256. </label>
  257. <label class="radio-inline">
  258. <input type="radio" name="time" value="2"> 时
  259. </label>
  260. <label class="radio-inline">
  261. <input type="radio" name="time" value="3">分
  262. </label>
  263. <label class="radio-inline">
  264. <input type="radio" name="time" value="4">永久
  265. </label>
  266. <label class="radio-inline">
  267. <input type="button" id="bc" value="保存">
  268. </label>
  269. </form>
  270. </div>-->
  271. <div class="hei-list">
  272. <div class="heiTop clearFix">
  273. <p class="htl">黑名单</p>
  274. <p class="bacha" title="关闭">x</p>
  275. </div>
  276. <div class="heiCon">
  277. <div class="heit">
  278. <span style="font-size: 14px;">输入拉黑时长:</span>
  279. <input type="text" id="time-word" />
  280. </div>
  281. <div class="chooses">
  282. <label class="radio-inline">
  283. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"> 天
  284. </label>
  285. <label class="radio-inline">
  286. <input type="radio" name="time" value="2" style="margin-top: 3px;" />时
  287. </label>
  288. <label class="radio-inline">
  289. <input type="radio" name="time" value="3" style="margin-top: 3px;" />分
  290. </label>
  291. <label class="radio-inline">
  292. <input type="radio" name="time" value="4" style="margin-top: 3px;" />永久
  293. </label>
  294. </div>
  295. <p style="margin-top: 15px;"><button id="bc" class="btns">保存</button></p>
  296. </div>
  297. </div>
  298. <!--最小化按钮-->
  299. <!--<div class="minClosed">
  300. <a href="javaScript:;" title="最小化"></a>
  301. </div>-->
  302. <!--左侧内容-->
  303. <div class="ldtp-cl col-sm-3">
  304. <div class="head-pic">
  305. <div class="hp-box">
  306. <img src="./../img/txpic.png" alt="头像好像去了外星球!" style="width: 100%;height: 100%;" />
  307. <input type="hidden" class="hidCallID" />
  308. </div>
  309. <ul>
  310. <li><span style="font-size: 25px;" class="tel"></span></li>
  311. <li><span style="font-size: 15px;" class="khgsd"></span></li>
  312. <!--<li class="nikeName"><i></i><span class="ldname">未知</span><i></i></li>-->
  313. <li style="color: #4cd964;">当前通话时长:<span class="thsc">00:00</span></li>
  314. <li class="lahei">
  315. <div class="la-before"><i class="push"></i> 移至黑名单</div>
  316. <div class="la-after" style="display: none;">
  317. <p class="la-time">拉黑时间:<span class="lhtime"></span></p>
  318. <p class="la-shichang">拉黑截止时间:<span class="blackTime"></span></p>
  319. </div>
  320. <div class="retur" style="display: none;"><i class="qxlh"></i>取消黑名单</div>
  321. </li>
  322. <li class="td-call clearfix" style="display:none;">
  323. <a class="take" style="float:none;" href="javascript:;"><i></i></a>
  324. <!--<a class="drop" href="javascript:;"><i></i></a>-->
  325. </li>
  326. </ul>
  327. </div>
  328. <div style="text-align: center; padding-bottom: 10px; color: #ccc;"><span id="playersing"></span>
  329. <!--<span id="startplayers">开始录屏</span> | <span id="stopplayers">停止录屏</span> | <span id="replayers">回放录屏</span>-->
  330. </div>
  331. <table class="table khzl">
  332. <tr>
  333. <th>姓名:</th>
  334. <td><input type="text" value="未知" class="ldname khmc" /><input type="hidden" value="" id="khid" /></td>
  335. </tr>
  336. <tr>
  337. <th>归属地:</th>
  338. <td><span class="ldlocation" style="padding-left: 5px;">未知</span></td>
  339. </tr>
  340. <tr>
  341. <th>手机号:</th>
  342. <td><input type="text" id="t_mobile" /></td>
  343. </tr>
  344. <tr>
  345. <th>电话:</th>
  346. <td><input type="text" id="t_tels" /></td>
  347. </tr>
  348. <tr>
  349. <th>乡镇或单位:</th>
  350. <td>
  351. <select class="form-control" id="t_countys" disabled>
  352. <option value="0">请选择乡镇或单位</option>
  353. </select>
  354. </td>
  355. </tr>
  356. <tr>
  357. <th>地址:</th>
  358. <td><input type="text" id="t_addresss" /></td>
  359. </tr>
  360. <tr>
  361. <th>来电时间:</th>
  362. <td><span class="ldtime" style="padding-left: 5px;"></span></td>
  363. </tr>
  364. <tr>
  365. <td></td>
  366. <td><span class="edit"><i class="bianji edi"></i><a class="khbtn">编辑</a></span><span class="save"> <i class="bianji sav"></i><a class="khbtn">保存</a></span><span class="cancel"><i class="bianji canc"></i><a class="khbtn">取消</a></span></td>
  367. </tr>
  368. </table>
  369. </div>
  370. <!--右侧内容-->
  371. <div class="ldtp-cr col-sm-9">
  372. <ul class="ld-service clearfix">
  373. <li style="border-bottom:1px solid #243747;" itemtype="1" class="cr-click">新增工单</li>
  374. <li style="border-bottom:1px solid #243747;" itemtype="0" >历史记录</li>
  375. <!--<li style="border-bottom:1px solid #69cbd0;" itemtype="1">咨询</li>
  376. <li style="border-bottom:1px solid #243747 f95a83;" itemtype="2">保修服务</li>-->
  377. <li style="border-bottom:1px solid #243747;" itemtype="3">历史工单</li>
  378. </ul>
  379. <div class="ld-sercon">
  380. <div class="complain" style="display: block;">
  381. <div class="Pre-second second-con addgd" style="display:none;">
  382. <form class="form-inline clearfix">
  383. <div class="form-group col-md-4">
  384. <label for="t_name">客户姓名:</label>
  385. <input type="text" class="form-control input-sm" id="t_name" placeholder="请输入客户姓名">
  386. </div>
  387. <div class="form-group col-md-4">
  388. <label for="t_tel"><b class="text-red">*</b>电话:</label>
  389. <input type="text" class="form-control input-sm" id="t_tel" placeholder="请输入电话">
  390. </div>
  391. <div class="form-group col-md-4">
  392. <label for="t_county">乡镇或单位:</label>
  393. <select class="form-control input-sm" id="t_county">
  394. <option value="0">请选择</option>
  395. </select>
  396. </div>
  397. <div class="form-group col-md-4">
  398. <label for="t_address">地址:</label>
  399. <input type="text" class="form-control input-sm" id="t_address" placeholder="请输入地址">
  400. </div>
  401. <div class="form-group col-md-4">
  402. <label for="t_time">调查时间:</label>
  403. <input type="text" class="form-control input-sm" id="t_time" placeholder="请输入调查时间">
  404. </div>
  405. <div class="form-group col-md-4">
  406. <label for="t_investigator">调查员:</label>
  407. <input type="text" class="form-control input-sm" id="t_investigator" placeholder="请输入调查员">
  408. </div>
  409. <div class="form-group col-md-4">
  410. <label for="clbmname">处理部门:</label>
  411. <div class="inpBox">
  412. <input type="text" class="inps form-control" id="clbmname" placeholder="请输入处理部门" />
  413. <!--<input type="text" class="inps tree" readonly="readonly" id="clbmname" placeholder="请选择处理部门" />
  414. <input type="hidden" class="inps" id="clbm" />
  415. <i class="xl"></i>
  416. <b class="de_icon">X</b>
  417. <div class="addTree">
  418. <ul id="clbmtree" class="ztree"></ul>
  419. </div>-->
  420. </div>
  421. </div>
  422. <div class="form-group col-md-4">
  423. <label for="clidname">处理人:</label>
  424. <div class="inpBox">
  425. <input type="text" class="inps form-control" id="clidname" placeholder="请输入处理人姓名" />
  426. <!--<input type="text" class="inps select" readonly="readonly" id="clidname" placeholder="请先选择处理部门" />
  427. <input type="hidden" class="inps " id="clid" />
  428. <i class="xl"></i>
  429. <div class="xl_common">
  430. <ul class="xl_box clid"></ul>
  431. </div>-->
  432. </div>
  433. </div>
  434. <div class="form-group col-md-4">
  435. <label for="t_infoCls">问题分类:</label>
  436. <input type="text" class="inps form-control" id="t_infoCls" placeholder="请输入问题分类" />
  437. <!--<select class="form-control input-sm" id="t_infoCls">
  438. <option value="">请选择</option>
  439. </select>-->
  440. </div>
  441. <div class="form-group col-md-4">
  442. <label for="t_unitid">交办单位:</label>
  443. <input type="text" class="inps form-control" id="t_unitid" placeholder="请输入交办单位" />
  444. <!--<select class="form-control input-sm" id="t_unitid">
  445. <option value="">请选择</option>
  446. </select>-->
  447. </div>
  448. <div class="form-group col-md-12">
  449. <label for="t_detail">反映问题:</label>
  450. <textarea id="t_detail" rows="3" cols="20" class="form-control" placeholder="请输入反映问题"></textarea>
  451. </div>
  452. <div class="form-group col-md-12">
  453. <label for="t_answer">回访反馈情况:</label>
  454. <textarea id="t_answer" name="" rows="3" cols="20" class="form-control" placeholder="请输入回访反馈情况"></textarea>
  455. </div>
  456. <div class="form-group col-md-12">
  457. <label for="t_cont">问题处理情况:</label>
  458. <textarea id="t_cont" name="" rows="3" cols="20" class="form-control" placeholder="请输入问题处理情况"></textarea>
  459. </div>
  460. <div class="form-group col-md-12">
  461. <label for="t_remarks">备注:</label>
  462. <textarea id="t_remarks" name="" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
  463. </div>
  464. <div class="form-group text-center col-sm-12">
  465. <button type="button" class="btn bton addts btn-sm">创建</button>
  466. </div>
  467. </form>
  468. </div>
  469. </div>
  470. <div class="complain" style="display:none;">
  471. <div class="ld-sercon-con clearfix">
  472. <div class="Ps-chaxun">
  473. <span>查询: <input type="text" id="old_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="old_endTime" class="laydate-icon" /></span>
  474. <span class="searchbtn"></span>
  475. </div>
  476. <div class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  477. <table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  478. <thead>
  479. <tr>
  480. <th data-field="CallNumber">电话号码</th>
  481. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  482. <!--<th data-field="IsDeal" data-formatter="GetDealState">是否处理</th>-->
  483. <th data-field="UserCode">坐席工号</th>
  484. <th data-field="UserName">坐席姓名</th>
  485. <th data-field="BeginTime">开始时间</th>
  486. <th data-field="TalkStartTime">通话开始时间</th>
  487. <th data-field="TalkEndTime">通话结束时间</th>
  488. <th data-field="EndTime">通话结束时间</th>
  489. <th data-field="TalkLongTime">通话时长(s)</th>
  490. <th data-field="FilePath" data-formatter="setCode">录音</th>
  491. </tr>
  492. </thead>
  493. <tbody class="list"></tbody>
  494. </table>
  495. </div>
  496. </div>
  497. </div>
  498. <div class="complain" style="display:none;">
  499. <div class="ld-sercon-con clearfix">
  500. <div class="Ps-chaxun">
  501. <span>查询: <input type="text" id="con_startTime" class="laydate-icon" />&nbsp;——&nbsp;<input type="text" id="con_endTime" class="laydate-icon" /></span>
  502. <span class="searchbtn"></span>
  503. <!--<span class="addjl g" style="margin-left:5em;">新增工单</span>-->
  504. </div>
  505. <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding-left: 0;">
  506. <table id="orderlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  507. <thead>
  508. <tr>
  509. <th data-field="WorkOrderID" data-formatter="View">工单编号</th>
  510. <th data-field="State" data-formatter="GetStateName">工单状态</th>
  511. <th data-field="Customer">客户姓名</th>
  512. <th data-field="CustomerTel">客户电话</th>
  513. <th data-field="Detail" data-formatter="GetCont">反映问题</th>
  514. <th data-field="CreateUser">坐席工号</th>
  515. <th data-field="CreateTime">创建时间</th>
  516. </tr>
  517. </thead>
  518. <tbody class="list"></tbody>
  519. </table>
  520. </div>
  521. </div>
  522. <div class="Pre-second second-con zxbg " style="display: none;">
  523. <form>
  524. <div class="form-group clearfix">
  525. <span class="col-sm-1">
  526. 咨询人:
  527. </span>
  528. <span class="col-sm-3">
  529. <input type="text" id="zxr_" />
  530. </span>
  531. <span class="col-sm-1">
  532. 咨询电话:
  533. </span>
  534. <span class="col-sm-3">
  535. <input type="text" id="zxdh_" />
  536. </span>
  537. </div>
  538. <div class="form-group clearfix">
  539. <span class="col-sm-1">咨询内容:</span>
  540. <span class="col-sm-11">
  541. <textarea rows="5" id="zxnr_" style="resize: none;"></textarea>
  542. </span>
  543. </div>
  544. <div class="form-group clearfix">
  545. <span class="col-sm-1">处理内容:</span>
  546. <span class="col-sm-11">
  547. <textarea rows="5" style="resize: none;" id="clnr_"></textarea>
  548. </span>
  549. </div>
  550. <div class="bton add_">创建</div>
  551. </form>
  552. </div>
  553. </div>
  554. </div>
  555. <!--右侧下方内容区-->
  556. <div class="ldcr-bottom" style="margin-top:10px;">
  557. <div class="ldcrb-top clearfix">
  558. <ul class="clearfix">
  559. <li style="border-bottom:1px solid #69cbd0; background: #000;color: #fff;">知识库</li>
  560. <!--<li style="border-bottom:1px solid #f95a83;border-top:1px solid #000;border-right:1px solid #000;">更多内容</li>-->
  561. </ul>
  562. <div class="ld-search">
  563. <div class="sear-inp">
  564. <input type="text" class="search" placeholder="搜索问题、内容或者标题" />
  565. </div>
  566. <div class="searIcon">
  567. </div>
  568. </div>
  569. </div>
  570. <div class="detail-con">
  571. <ul></ul>
  572. </div>
  573. </div>
  574. </div>
  575. </div>
  576. <!--来电弹屏结束-->
  577. <!--下载框-->
  578. <div class="t-shade">
  579. <div class="shade_k">
  580. <div class="shade_title">
  581. <span>录音播放与下载<srong class="cknum"></srong></span>
  582. <span class="setwin"><a>x</a></span>
  583. </div>
  584. <div class="shade_content">
  585. <div class="Ly_box audiojs">
  586. </div>
  587. </div>
  588. </div>
  589. </div>
  590. </div>
  591. <script src="../js/laydate/laydate.js"></script>
  592. <script src="../js/autosize/autosize.js"></script>
  593. <script src="../js/main.js?v=1.5"></script>
  594. <script src="call.js"></script>
  595. <!-- 录屏
  596. <script src="https://cdn.jsdelivr.net/npm/rrweb@latest/dist/rrweb.min.js"></script>
  597. <script src="https://cdn.jsdelivr.net/npm/rrweb@latest/dist/record/rrweb-record.min.js"></script>-->
  598. <!-- 回放播放器
  599. <script src="https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js"></script>
  600. <script src="cutVideo.js" type="text/javascript"></script>-->
  601. </body>
  602. </html>