Nessuna descrizione

index.html 47KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="renderer" content="webkit|ie-comp|ie-stand" />
  7. <meta http-equiv="Cache-Control" content="no-siteapp" />
  8. <title>浉河区社情民意调查中心</title>
  9. <script src="./Script/Common/huayi.load.js"></script>
  10. <script src="./Script/Common/huayi.config.js"></script>
  11. <link rel="shortcut icon" href="img/32.ico" />
  12. <link href="./css/wh.css" rel="stylesheet">
  13. <link href="./css/plugins/iCheck/custom.css" rel="stylesheet">
  14. <link rel="stylesheet" href="./css/call.css" />
  15. <link rel="stylesheet" href="./css/personal.css" />
  16. <link rel="stylesheet" href="./js/zTree/zTreeStyle.css" />
  17. <link href="./css/plugins/cropper/cropper.min.css" rel="stylesheet">
  18. <link href="./css/plugins/jasny/jasny-bootstrap.min.css" rel="stylesheet">
  19. <link href="./js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  20. <script src="./js/jquery.select.js"></script>
  21. <style>
  22. @font-face {
  23. font-family: 'iconfont';
  24. src: url('./fonts/iconfont.eot');
  25. /* IE9*/
  26. src: url('./fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  27. url('./fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  28. url('./fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  29. url('./fonts/iconfont.svg#iconfont') format('svg');
  30. /* iOS 4.1- */
  31. }
  32. body {
  33. font-family: "微软雅黑";
  34. }
  35. .ldtp-con{
  36. display: block;
  37. }
  38. .ld-sercon select{
  39. height: auto;
  40. }
  41. ul li {
  42. list-style: none;
  43. overflow: hidden;
  44. }
  45. .iconfont {
  46. font-family: "iconfont";
  47. font-style: normal;
  48. color: #FFFFFF;
  49. }
  50. .fr {
  51. float: right;
  52. }
  53. .fl {
  54. float: left;
  55. }
  56. .size-12 {
  57. font-size: 12px;
  58. }
  59. .title-box {
  60. margin-top: 5px;
  61. }
  62. .title-box li {
  63. margin-left: 30px;
  64. }
  65. .title-box li:hover {
  66. cursor: pointer;
  67. }
  68. .HoverColor {
  69. color: #f8ac59;
  70. }
  71. .FailureColor {
  72. color: #f95f5e;
  73. }
  74. .navbar-header {
  75. width: 100%;
  76. background-color: #2f4050;
  77. padding-top: 10px;
  78. }
  79. .title-box li p {
  80. color: #FFFFFF;
  81. font-size: 14px;
  82. font-weight: bold;
  83. letter-spacing: 2px;
  84. margin-top: 5px;
  85. }
  86. .size-14 {
  87. font-size: 14px;
  88. color: #FFFFFF !important;
  89. }
  90. .img-circle {
  91. width: 58px;
  92. }
  93. .xian {
  94. border: 1px solid #FFFFFF;
  95. display: inline-block;
  96. width: 15%;
  97. margin: 5px;
  98. }
  99. .ss {
  100. margin-left: 20px;
  101. }
  102. .fe-3 {
  103. font-size: 3em;
  104. }
  105. .title-box p {
  106. text-align: center;
  107. }
  108. .closed {
  109. display: inline-block;
  110. /* margin-left: 5%;*/
  111. cursor: pointer;
  112. color: #FFFFFF;
  113. float: right;
  114. margin-right: 5%;
  115. }
  116. .closed div {
  117. overflow: hidden;
  118. }
  119. .closed ul {
  120. margin-bottom: 0px;
  121. }
  122. .closed li {
  123. float: left;
  124. margin-right: 20px;
  125. }
  126. .closed i {
  127. display: inline-block;
  128. background: url(./img/chilun.png) no-repeat;
  129. margin-right: 5px;
  130. width: 14px;
  131. height: 16px;
  132. vertical-align: middle;
  133. }
  134. .ga {
  135. background-position: 0 0 !important;
  136. }
  137. .sz {
  138. background-position: 0 -15px !important;
  139. }
  140. .tc {
  141. background-position: 0 -33px !important;
  142. }
  143. .zhuangtai {
  144. display: block;
  145. width: 30%;
  146. margin-left: 10px;
  147. font-size: 14px;
  148. font-weight: 800;
  149. }
  150. .wq {
  151. color: #f95f5e;
  152. }
  153. #top-search li:hover {
  154. color: #eaeaea;
  155. }
  156. .content-tabs1 ul {
  157. padding-left: 0;
  158. }
  159. .content-tabs1 li {
  160. list-style: none;
  161. float: left;
  162. height: 5px;
  163. }
  164. .top1 {
  165. background-color: #68adfe;
  166. }
  167. .top2 {
  168. background-color: #9897f0;
  169. }
  170. .top3 {
  171. background-color: #87eebf;
  172. }
  173. .top4 {
  174. background-color: #68b0fe;
  175. }
  176. .top5 {
  177. background-color: #f95a83;
  178. }
  179. .top6 {
  180. background-color: #eb76dd;
  181. }
  182. .top7 {
  183. background-color: #69cbd0;
  184. }
  185. .top8 {
  186. background-color: #69cbd0;
  187. }
  188. .top9 {
  189. background-color: #aaf58d;
  190. }
  191. .top10 {
  192. background-color: #f76a53;
  193. }
  194. .top11 {
  195. background-color: #eb76dd;
  196. }
  197. .top12 {
  198. background-color: #6c77da;
  199. }
  200. .top13 {
  201. background: -webkit-linear-gradient(left, #f073db, #65abfc);
  202. background: -moz-linear-gradient(left, #f073db, #65abfc);
  203. background: -o-linear-gradient(left, #f073db, #65abfc);
  204. background: -webkit-gradient(linear, 100% 0, 0 0, from(#65abfc), to(#f073db));
  205. background: linear-gradient(left, #f073db, #65abfc);
  206. /* Opera 11.1 - 12.0 */
  207. /* Firefox 3.6 - 15 */
  208. /* 标准的语法 */
  209. }
  210. .zts {
  211. height: 30px;
  212. margin-left: 2%;
  213. line-height: 30px;
  214. padding-top: 15px;
  215. }
  216. .zts li {
  217. height: 20px;
  218. line-height: 20px;
  219. font-weight: bold;
  220. letter-spacing: 2px;
  221. }
  222. .quan {
  223. width: 15px;
  224. height: 15px !important;
  225. border-radius: 50%;
  226. margin-right: 2%;
  227. margin-left: 5px;
  228. margin-top: 2px;
  229. }
  230. .lx {
  231. background: #6a6d69;
  232. }
  233. .br {
  234. background: red;
  235. }
  236. .bl {
  237. background: #7ab85b;
  238. }
  239. .LH {
  240. line-height: 35px;
  241. }
  242. .zts span {
  243. line-height: 20px;
  244. margin-right: 50px;
  245. font-size: 12px;
  246. }
  247. .photo {
  248. width: 40px;
  249. height: 40px;
  250. border-width: 2px;
  251. border-style: solid;
  252. border-radius: 50%;
  253. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  254. margin-bottom: 1px;
  255. }
  256. .photo img {
  257. display: block;
  258. width: 100%;
  259. height: 100%;
  260. }
  261. .ls {
  262. /*margin-left: 20px;*/
  263. text-align: center;
  264. }
  265. .ls span {
  266. margin-right: 10px;
  267. }
  268. .min-right {
  269. margin-right: 10px;
  270. }
  271. .navbar-top-links i {
  272. width: 24px;
  273. height: 21px;
  274. display: block;
  275. background: url(./img/topIcon.png) no-repeat;
  276. background-position: center center;
  277. margin: 0 auto;
  278. }
  279. /*挂断*/
  280. .DropCall {
  281. background-position: 0px 0 !important;
  282. }
  283. /*外呼*/
  284. .MakeCall {
  285. background-position: 0px -20px !important;
  286. }
  287. /*置忙*/
  288. .SayBusy {
  289. background-position: 0px -42px !important;
  290. }
  291. /*置闲*/
  292. .SayFree {
  293. background-position: 0px -65px !important;
  294. }
  295. /*多方通话*/
  296. .Meeting {
  297. background-position: 0px -85px !important;
  298. }
  299. /*转移*/
  300. .Transfer {
  301. background-position: 0px -108px !important;
  302. }
  303. /*保持*/
  304. .Hold {
  305. background-position: 0px -131px !important;
  306. }
  307. /*接回*/
  308. .Retrieve {
  309. background-position: 0px -153px !important;
  310. }
  311. /*签入*/
  312. .Login {
  313. background-position: 0px -197px !important;
  314. }
  315. /*签出*/
  316. .Logout {
  317. background-position: 0px -175px !important;
  318. }
  319. .navbar-top-links .active {
  320. background-position-x: -23px !important;
  321. }
  322. .ldcr-bottom .detail-con ul li .active a {
  323. color: #f95a83 !important;
  324. }
  325. .ldcr-bottom .detail-con ul li .active em {
  326. color: #f95a83 !important;
  327. }
  328. .ldcr-bottom .detail-con ul li .active+.explancon {
  329. display: block !important;
  330. }
  331. .searchbtn {
  332. width: 2.5em;
  333. height: 24px;
  334. border-radius: 5px;
  335. position: absolute;
  336. background-color: #f8ac59;
  337. background-image: url(./img/searIcon.png);
  338. background-repeat: no-repeat;
  339. background-position: center center;
  340. cursor: pointer;
  341. }
  342. .max-box {
  343. height: 42px;
  344. width: 100%;
  345. }
  346. .laydate_body .laydate_bottom,
  347. .laydate_body .laydate_top {
  348. height: 31px !important;
  349. }
  350. .laydate_body .laydate_y .laydate_yms ul li {
  351. width: 59px !important;
  352. }
  353. .col-sm-1 {
  354. padding-right: 0;
  355. line-height: 34px;
  356. }
  357. ul.ztree {
  358. overflow-y: scroll;
  359. overflow-x: auto;
  360. }
  361. .minBacha {
  362. position: absolute;
  363. top: 0;
  364. right: 80px;
  365. z-index: 10;
  366. overflow: hidden;
  367. }
  368. .minBacha>div {
  369. float: left;
  370. height: 35px;
  371. width: 35px;
  372. margin-left: 2px;
  373. }
  374. .minBacha>div a {
  375. display: block;
  376. height: 100%;
  377. width: 100%;
  378. text-align: center;
  379. background-position: center center;
  380. background-color: #2f4050;
  381. opacity: .5;
  382. }
  383. .minBacha>div a:hover {
  384. opacity: 1;
  385. }
  386. .minClosed>a {
  387. background: url("./img/min.png") no-repeat;
  388. }
  389. .Bacha>a {
  390. background: url("./img/gb.png") no-repeat;
  391. }
  392. .lblcount {
  393. position: absolute;
  394. right: 5px;
  395. top: 7px;
  396. }
  397. .first {
  398. z-index: 1000;
  399. }
  400. .khzl {
  401. font-size: 12px;
  402. border: 0;
  403. margin: 35px auto;
  404. color: #fff;
  405. }
  406. .khzl tr {
  407. border: 0;
  408. }
  409. .khzl th {
  410. padding: 5px 8px 5px 0;
  411. text-align: right;
  412. width: 40%;
  413. font-weight: normal;
  414. border: 0;
  415. }
  416. .khzl tbody>tr>td,
  417. .khzl tbody>tr>th {
  418. border: 0;
  419. }
  420. .khzl tbody>tr>td input {
  421. border: 0;
  422. outline: none;
  423. background: #243747;
  424. padding-left: 5px;
  425. width: 100%;
  426. }
  427. .khbtn {
  428. /*background: #97a0a8;*/
  429. color: #1ab394;
  430. font-size: 14px;
  431. vertical-align: middle;
  432. }
  433. .hei-list {
  434. width: 400px;
  435. margin: 0 auto;
  436. }
  437. .heiTop {
  438. height: 35px;
  439. background: #1ab394;
  440. color: #fff;
  441. line-height: 35px;
  442. padding: 0 15px;
  443. border-top-left-radius: 3px;
  444. border-top-right-radius: 3px;
  445. }
  446. .heiTop .htl {
  447. float: left;
  448. margin: 0;
  449. }
  450. .heiTop .bacha {
  451. float: right;
  452. font-size: 18px;
  453. cursor: pointer;
  454. margin: 0;
  455. }
  456. .heiCon {
  457. width: 100%;
  458. background: #fff;
  459. text-align: center;
  460. padding: 25px 15px;
  461. height: auto;
  462. overflow-y: auto;
  463. border: 1px solid #eee;
  464. }
  465. #time-word {
  466. border: 1px solid #1ab394;
  467. padding: 5px 0 5px 10px;
  468. width: 120px;
  469. outline: none;
  470. color: #000;
  471. }
  472. .chooses {
  473. margin-top: 10px;
  474. }
  475. .btns {
  476. background: #1ab394;
  477. color: #fff;
  478. padding: 3px 10px;
  479. outline: none;
  480. font-size: 12px;
  481. margin-left: 15px;
  482. border: 0;
  483. border-radius: 3px;
  484. box-sizing: border-box;
  485. }
  486. .bianji {
  487. display: inline-block;
  488. height: 16px;
  489. width: 16px;
  490. vertical-align: middle;
  491. margin-right: 5px;
  492. }
  493. .bianji.edi {
  494. background: url(img/xgai.png) no-repeat;
  495. }
  496. .bianji.sav {
  497. background: url(img/bbc.png) no-repeat;
  498. }
  499. .bianji.canc {
  500. background: url(img/quxi.png) no-repeat;
  501. }
  502. .t-shade {
  503. position: fixed;
  504. top: 0;
  505. left: 0;
  506. width: 100%;
  507. height: 100%;
  508. background: rgba(0, 0, 0, 0.48);
  509. z-index: 10004;
  510. display: none;
  511. }
  512. .shade_k {
  513. z-index: 10005;
  514. width: 40%;
  515. margin: 10% auto;
  516. background-color: #fff;
  517. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  518. border-radius: 5px;
  519. }
  520. .shade_title {
  521. padding: 0 80px 0 20px;
  522. height: 42px;
  523. line-height: 42px;
  524. border-bottom: 1px solid #eee;
  525. font-size: 16px;
  526. color: #FFFFFF;
  527. overflow: hidden;
  528. background-color: rgb(26, 179, 148);
  529. border-radius: 2px 2px 0 0;
  530. position: relative;
  531. }
  532. .setwin {
  533. position: absolute;
  534. right: 15px;
  535. top: 5px;
  536. font-size: 20px;
  537. line-height: initial;
  538. }
  539. .setwin a {
  540. font-size: 20px;
  541. color: #fff;
  542. }
  543. .shade_content {
  544. overflow-y: auto;
  545. position: relative;
  546. padding-bottom: 50px;
  547. padding: 10px;
  548. }
  549. .wh_btn {
  550. width: 80%;
  551. text-align: center;
  552. padding-top: 20px;
  553. margin: 0 auto;
  554. margin-bottom: 20px;
  555. }
  556. .wh_btn input {
  557. padding: 7px 20px;
  558. color: #FFF;
  559. border-radius: 5px;
  560. margin-right: 30px;
  561. border: 1px solid #999;
  562. border-color: rgb(26, 179, 148);
  563. }
  564. .sc_btn {
  565. color: rgb(255, 255, 255);
  566. font-size: 12px;
  567. margin-left: 15px;
  568. box-sizing: border-box;
  569. background: rgb(26, 179, 148);
  570. padding: 6px 10px;
  571. outline: none;
  572. border-width: 0px;
  573. border-style: initial;
  574. border-color: initial;
  575. border-image: initial;
  576. border-radius: 3px;
  577. }
  578. .sc_btn:hover {
  579. color: #fff !important;
  580. }
  581. .cx {
  582. display: block;
  583. }
  584. .phoneBZ{
  585. display: inline-block;
  586. height: 15px;
  587. width: 15px;
  588. position: absolute;
  589. right: 0px;
  590. bottom: -15px;
  591. background: url(img/phoneBZ.png) no-repeat;
  592. display: none;
  593. }
  594. #menuContent {
  595. background: #fff;
  596. position: absolute;
  597. width: 100%;
  598. border: 1px solid darkgrey;
  599. right: 0;
  600. top: 21px;
  601. z-index: 10;
  602. /* display: none;*/
  603. overflow-y: auto;
  604. }
  605. #organizer {
  606. height: 25px;
  607. width: 128px;
  608. display: inline-block;
  609. position: relative;
  610. }
  611. #treeDemo li {
  612. width: 100%;
  613. }
  614. .bootstrap-select > .dropdown-toggle.bs-placeholder {
  615. background-color: #ffffff!important;
  616. border-color: #e5e6e7!important;
  617. }
  618. .filter-option{
  619. color: #676b6d;
  620. }
  621. .bootstrap-select > .dropdown-toggle.btn-default{
  622. background-color: #ffffff!important;
  623. border-color: #e5e6e7!important;
  624. color: #555;
  625. }
  626. #fkdep_market{
  627. display: nones;
  628. }
  629. </style>
  630. </head>
  631. <body class="fixed-sidebar full-height-layout gray-bg" style="overflow:hidden">
  632. <div id="wrapper">
  633. <!--左侧导航开始-->
  634. <nav class="navbar-default navbar-static-side" role="navigation">
  635. <div class="nav-close">
  636. <i class="fa fa-times-circle"></i>
  637. </div>
  638. <div class="sidebar-collapse">
  639. <ul class="nav" id="side-menu">
  640. <li class="nav-header">
  641. <div class="dropdown profile-element text-center">
  642. <span style="position: relative;">
  643. <img alt="image" class="img-circle yhtx" src="./img/zxPhone.png" onerror="this.src = './img/zxPhone.png'" />
  644. <input type="file" name="upFile" id="upFile" accept="image/jpeg,image/jpg,image/png" style="display: none;">
  645. <i class="phoneBZ"></i>
  646. </span>
  647. <a data-toggle="dropdown" class="dropdown-toggle" href="#">
  648. <span class="clear">
  649. <span class="block m-t-xs">
  650. <b class="xian"></b>
  651. <strong class="font-bold username">张三</strong>
  652. <span class="text-muted text-xs size-12 user_code" style="color: #fff;"></span>
  653. <b class="xian"></b>
  654. </span>
  655. <span class="text-muted text-xs block size-14 ">
  656. <span class="text-muted text-xs group" style="color: #fff;"></span> <span class="text-muted text-xs rolename" style="color: #fff;">超级管理员</span>
  657. </span>
  658. <span class="text-muted text-xs block Gnumbox" style="color: #fff;">
  659. <span class="text-muted text-xs" style="color: #fff;">分机号:</span> <span class="text-muted text-xs Gnum" style="color: #fff;"></span>
  660. </span>
  661. </span>
  662. </a>
  663. </div>
  664. <div class="logo-element">
  665. </div>
  666. </li>
  667. </ul>
  668. </div>
  669. </nav>
  670. <!--左侧导航结束-->
  671. <!--右侧部分开始-->
  672. <div id="page-wrapper" class="gray-bg dashbard-1">
  673. <div class="row border-bottom">
  674. <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
  675. <div class="navbar-header">
  676. <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
  677. <div class="nav navbar-top-links navbar-left">
  678. <ul class="title-box" id="top-search" style="padding-left: 0; display:none;">
  679. <li datafun="DropCall">
  680. <i class="iconfont fa-5x DropCall"></i>
  681. <p>挂断</p>
  682. </li>
  683. <li datafun="MakeCall">
  684. <i class="iconfont fa-5x MakeCall"></i>
  685. <p>外呼</p>
  686. </li>
  687. <li datafun="SayBusy">
  688. <i class="iconfont fa-5x SayBusy"></i>
  689. <p>置忙</p>
  690. </li>
  691. <li datafun="SayFree">
  692. <i class="iconfont fa-5x SayFree"></i>
  693. <p>置闲</p>
  694. </li>
  695. <li datafun="Meeting">
  696. <i class="iconfont fa-5x Meeting"></i>
  697. <p>多方通话</p>
  698. </li>
  699. <li datafun="Transfer">
  700. <i class="iconfont fa-5x Transfer"></i>
  701. <p>转移</p>
  702. </li>
  703. <li datafun="Hold">
  704. <i class="iconfont fa-5x Hold"></i>
  705. <p>保持</p>
  706. </li>
  707. <li datafun="Retrieve">
  708. <i class="iconfont fa-5x Retrieve"></i>
  709. <p>接回</p>
  710. </li>
  711. <li datafun="Login">
  712. <i class="iconfont fa-5x Login"></i>
  713. <p>签入</p>
  714. </li>
  715. <li datafun="Logout">
  716. <i class="iconfont fa-5x Logout"></i>
  717. <p>签出</p>
  718. </li>
  719. </ul>
  720. </div>
  721. <div class="nav closed">
  722. <!--左边-->
  723. <div class="text-center max-box">
  724. <ul class="fl maxOpen animated" style="display: none;">
  725. <li>
  726. <h3 class="size-12 ldname">未知</h3>
  727. <h3 class="size-12 ldtel" style="margin-bottom: 0;"></h3>
  728. </li>
  729. <li>
  730. <div class="photo">
  731. <img src="" alt="" />
  732. </div>
  733. </li>
  734. </ul>
  735. </div>
  736. <div class="ls">
  737. <span class="size-12 min-right" onclick="Jumps()">
  738. <i class="ga"></i>&nbsp;管理中心
  739. </span>
  740. <span class="size-12 shezhi">
  741. <i class="sz"></i>&nbsp;设置
  742. </span>
  743. <span class="size-12" onclick="logout()">
  744. <i class="tc"></i>退出
  745. </span>
  746. </div>
  747. </div>
  748. </div>
  749. </nav>
  750. </div>
  751. <div class="row content-tabs1">
  752. <ul>
  753. <li class="top1" style="width: 5%;"></li>
  754. <li class="top2" style="width: 8%;"></li>
  755. <li class="top3" style="width: 10%;"></li>
  756. <li class="top4" style="width: 13%;"></li>
  757. <li class="top5" style="width: 10%;"></li>
  758. <li class="top6" style="width: 5%;"></li>
  759. <li class="top7" style="width: 13%;"></li>
  760. <li class="top8" style="width: 10%;"></li>
  761. <li class="top9" style="width: 11.2%;"></li>
  762. <li class="top10" style="width: 6%;"></li>
  763. <li class="top11" style="width: 3%;"></li>
  764. <li class="top12" style="width: 5%;"></li>
  765. </ul>
  766. </div>
  767. <div class="row content-tabs">
  768. <button class="roll-nav roll-left J_tabLeft"><i class="fa fa-backward"></i>
  769. </button>
  770. <nav class="page-tabs J_menuTabs">
  771. <div class="page-tabs-content">
  772. <a href="javascript:;" class="active J_menuTab" data-id="index_v1.html">首页</a>
  773. </div>
  774. </nav>
  775. <button class="roll-nav roll-right J_tabRight"><i class="fa fa-forward"></i>
  776. </button>
  777. <!--<div class="btn-group roll-nav roll-right">
  778. <button class="dropdown J_tabClose" data-toggle="dropdown">关闭操作<span class="caret"></span>
  779. </button>
  780. <ul role="menu" class="dropdown-menu dropdown-menu-right">
  781. <li class="J_tabShowActive"><a>定位当前选项卡</a>
  782. </li>
  783. <li class="divider"></li>
  784. <li class="J_tabCloseAll"><a>关闭全部选项卡</a>
  785. </li>
  786. <li class="J_tabCloseOther"><a>关闭其他选项卡</a>
  787. </li>
  788. </ul>
  789. </div>-->
  790. <a href="login.html" class="roll-nav roll-right J_tabExit"><i class="fa fa fa-sign-out"></i> 退出</a>
  791. </div>
  792. <div class="row J_mainContent" id="content-main">
  793. <!--<iframe class="J_iframe" name="iframe0" width="100%" height="100%" src="widgets.html" frameborder="0" data-id="index_v1.html" seamless></iframe>-->
  794. <iframe class="J_iframe J_iframe0" name="iframe0" width="100%" height="100%" src="widgets.html" frameborder="0" data-id="index_v1.html" seamless></iframe>
  795. </div>
  796. <div class="row content-tabs1 LH">
  797. <ul>
  798. <li class="top13" style="width: 100%;"></li>
  799. </ul>
  800. <span class="fr">Copyright © 华谊科技 All Rights Reserved</span>
  801. <ul class="zts" style="display:none;">
  802. <li>话机状态: </li>
  803. <li class="quan fwzt lx br"> </li>
  804. <li>坐席状态: </li>
  805. <li class="quan zxzt lx br"></li>
  806. <li><span class="hwzt" style="color:red;"></span></li>
  807. </ul>
  808. </div>
  809. </div>
  810. </div>
  811. <!--==========================================================================================-->
  812. <!--来电弹屏结束-->
  813. <!--外呼键盘-->
  814. <div class="WH animated fadeInDown hidens ">
  815. <!--top-->
  816. <div class="clearflow Color">
  817. <div class="WH-top">
  818. <span>外呼信息</span>
  819. <span class="closes"><a>X</a></span>
  820. </div>
  821. <div class="Cotent_box clearflow">
  822. <!--左边键盘-->
  823. <div class="KeyWord col-sm-4">
  824. <div class="WH_input clearflow">
  825. <div class="clearflow WH_Itop">
  826. <input id="Result" type="text" class="fl" value="" maxlength="18" autofocus="autofocus" />
  827. <input id="hidwhtype" type="hidden" value="" />
  828. <i class="img fl hidens"></i>
  829. </div>
  830. </div>
  831. <div class="Num_box clearflow">
  832. <ul class="Num_ul clearflow">
  833. <li>
  834. <div>
  835. <a>1</a>
  836. </div>
  837. </li>
  838. <li>
  839. <div>
  840. <a>2</a>
  841. </div>
  842. </li>
  843. <li>
  844. <div>
  845. <a>3</a>
  846. </div>
  847. </li>
  848. <li>
  849. <div>
  850. <a>4</a>
  851. </div>
  852. </li>
  853. <li>
  854. <div>
  855. <a>5</a>
  856. </div>
  857. </li>
  858. <li>
  859. <div>
  860. <a>6</a>
  861. </div>
  862. </li>
  863. <li>
  864. <div>
  865. <a>7</a>
  866. </div>
  867. </li>
  868. <li>
  869. <div>
  870. <a>8</a>
  871. </div>
  872. </li>
  873. <li>
  874. <div>
  875. <a>9</a>
  876. </div>
  877. </li>
  878. <li>
  879. <div>
  880. <a>*</a>
  881. </div>
  882. </li>
  883. <li>
  884. <div>
  885. <a>0</a>
  886. </div>
  887. </li>
  888. <li>
  889. <div>
  890. <a>#</a>
  891. </div>
  892. </li>
  893. <li class="Last_phone">
  894. <div>
  895. <a class="CallOut"></a>
  896. </div>
  897. </li>
  898. </ul>
  899. </div>
  900. </div>
  901. <!--右边图表-->
  902. <div class="col-sm-8 Rbg">
  903. <div class="bg bg_cotent">
  904. <ul class="bg_title clearflow">
  905. <li class="lactive" itemid="0">最近电话</li>
  906. <li itemid="1">公司电话</li>
  907. <li itemid="2">客户电话</li>
  908. </ul>
  909. <div class="bg_box phonediv">
  910. <div class="cx">
  911. <span class="blanks">
  912. 电话号码:
  913. <input type="text" id="lastphone" />
  914. </span>
  915. <span class="ty">搜索</span>
  916. <!--<span class="ty">重置</span>-->
  917. </div>
  918. <div class="phone_bg" style="width: 100%;padding: 10px;">
  919. <!--<table class="table table-bordered text-center">
  920. <thead>
  921. <tr>
  922. <td class="tbth">电话号码</td>
  923. <td class="tbth">呼叫状态</td>
  924. <td class="tbth">是否处理</td>
  925. <td class="tbth">坐席工号</td>
  926. <td class="tbth">坐席姓名</td>
  927. <td class="tbth">通话开始时间</td>
  928. <td class="tbth">通话结束时间</td>
  929. <td class="tbth">通话时长(s)</td>
  930. <td class="tbth">录音</td>
  931. </tr>
  932. </thead>
  933. <tbody class="phonelist"></tbody>
  934. </table>-->
  935. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  936. <thead>
  937. <tr>
  938. <th data-field="CallNumber" data-formatter="view">电话号码</th>
  939. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  940. <!--<th data-field="IsDeal" data-formatter="GetDealState">是否处理</th>-->
  941. <th data-field="UserCode">坐席工号</th>
  942. <th data-field="UserName">坐席姓名</th>
  943. <th data-field="BeginTime">开始时间</th>
  944. <th data-field="TalkStartTime">通话开始时间</th>
  945. <th data-field="TalkEndTime">通话结束时间</th>
  946. <th data-field="TalkLongTime">通话时长(s)</th>
  947. <!--<th data-field="FilePath">录音</th>-->
  948. </tr>
  949. </thead>
  950. </table>
  951. </div>
  952. </div>
  953. <div class="bg_box phonediv " style="display:none;">
  954. <div class="cx">
  955. <span class="blanks">
  956. 电话号码:
  957. <input type="text" id="gsphone" />
  958. </span>
  959. <span class="blanks">
  960. 名称:
  961. <input type="text" id="gsname" />
  962. </span>
  963. <span class="ty">搜索</span>
  964. <!--<span class="ty">重置</span>-->
  965. </div>
  966. <div class="phone_bg" style="width: 100%;padding: 10px;">
  967. <!--<table class="table table-bordered text-center">
  968. <thead>
  969. <tr>
  970. <td class="tbth">坐席工号</td>
  971. <td class="tbth">坐席姓名</td>
  972. <td class="tbth">分机号</td>
  973. <td class="tbth">电话号码1</td>
  974. <td class="tbth">电话号码2</td>
  975. <td class="tbth">电话号码3</td>
  976. </tr>
  977. </thead>
  978. <tbody class="phonelist"></tbody>
  979. </table>-->
  980. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  981. <thead>
  982. <tr>
  983. <th data-field="F_UserCode">坐席工号</th>
  984. <th data-field="F_UserName">坐席姓名</th>
  985. <th data-field="F_WorkNumber" data-formatter="view">分机号</th>
  986. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  987. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  988. <th data-field="F_HomePhone" data-formatter="view">电话号码3</th>
  989. </tr>
  990. </thead>
  991. </table>
  992. </div>
  993. </div>
  994. <div class="bg_box phonediv" style="display:none;">
  995. <div class="cx">
  996. <span class="blanks">
  997. 电话号码:
  998. <input type="text" id="khphone" />
  999. </span>
  1000. <span class="blanks">
  1001. 名称:
  1002. <input type="text" id="khname" />
  1003. </span>
  1004. <span class="ty">搜索</span>
  1005. <!--<span class="ty">重置</span>-->
  1006. </div>
  1007. <div class="phone_bg" style="width: 100%;padding: 10px;">
  1008. <!--<table class="table table-bordered text-center">
  1009. <thead>
  1010. <tr>
  1011. <td class="tbth">名称</td>
  1012. <td class="tbth">电话号码1</td>
  1013. <td class="tbth">电话号码2</td>
  1014. <td class="tbth">电话号码3</td>
  1015. </tr>
  1016. </thead>
  1017. <tbody class="phonelist"></tbody>
  1018. </table>-->
  1019. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  1020. <thead>
  1021. <tr>
  1022. <th data-field="F_CustomerName">名称</th>
  1023. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  1024. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  1025. <th data-field="F_ChargeTelephone" data-formatter="view">电话号码3</th>
  1026. </tr>
  1027. </thead>
  1028. </table>
  1029. </div>
  1030. </div>
  1031. </div>
  1032. </div>
  1033. </div>
  1034. </div>
  1035. </div>
  1036. <!--下载框-->
  1037. <div class="t-shade">
  1038. <div class="shade_k">
  1039. <div class="shade_title">
  1040. <span>录音播放与下载<srong class="cknum"></srong></span>
  1041. <span class="setwin"><a>x</a></span>
  1042. </div>
  1043. <div class="shade_content">
  1044. <div class="Ly_box audiojs">
  1045. </div>
  1046. </div>
  1047. </div>
  1048. </div>
  1049. <!--修改密码开始-->
  1050. <div class="personal" id="box">
  1051. <div class="ptop clearFix">
  1052. <p class="ptl">个人中心</p>
  1053. <p class="ptr" title="关闭">x</p>
  1054. </div>
  1055. <div class="perBox " style="height:500px;">
  1056. <ul class="perTab clearFix">
  1057. <li class="sel">个人资料</li>
  1058. <li>修改头像</li>
  1059. </ul>
  1060. <div class="perTab_con">
  1061. <div class="geRen" style="display: block;">
  1062. <div class="grt clearFix">
  1063. <p class="grtl">基本资料</p>
  1064. <p class="grtr">
  1065. <i class="grqx" title="取消编辑"></i>
  1066. <i class="grbj" title="编辑资料"></i>
  1067. </p>
  1068. </div>
  1069. <table class="table grzl">
  1070. <tr>
  1071. <th>我的工号:</th>
  1072. <td><input type="text" class="mgh" readonly="readonly" /></td>
  1073. </tr>
  1074. <tr>
  1075. <th>我的姓名:</th>
  1076. <td><input type="text" class="mn" readonly="readonly" /></td>
  1077. </tr>
  1078. <tr>
  1079. <th>分机号:</th>
  1080. <td><input type="text" class="fenji" readonly="readonly" /></td>
  1081. </tr>
  1082. <!--<tr>
  1083. <th>外线号码:</th>
  1084. <td><input type="text" class="wxno" readonly="readonly" /></td>
  1085. </tr>-->
  1086. <tr>
  1087. <th>原密码:</th>
  1088. <td><input type="password" class="spwd zhidu" /></td>
  1089. </tr>
  1090. <tr>
  1091. <th>新密码:</th>
  1092. <td><input type="password" class="npwd zhidu" /></td>
  1093. </tr>
  1094. <tr>
  1095. <th>确认密码:</th>
  1096. <td><input type="password" class="epwd zhidu" /><span class="wrong">*密码不一致</span></td>
  1097. </tr>
  1098. <tr>
  1099. <th>手机号:</th>
  1100. <td><input type="text" class="mobile zhidu" /></td>
  1101. </tr>
  1102. <tr>
  1103. <th></th>
  1104. <td><button class="btnn grbtn">保存修改</button></td>
  1105. </tr>
  1106. </table>
  1107. </div>
  1108. <div class="crop ">
  1109. <div class="clearFix" style="margin-top: 45px;">
  1110. <div class="crop_left">
  1111. <div class="image-crop">
  1112. <img src="./img/gaga.jpg">
  1113. </div>
  1114. </div>
  1115. <div class="crop_right">
  1116. <h4>图片预览:</h4>
  1117. <div class="img-preview img-preview-sm"></div>
  1118. </div>
  1119. </div>
  1120. <!--<div class="btn-group">
  1121. <label title="上传图片" for="inputImage" class="btn btn-primary">
  1122. <input type="file" accept="image/*" name="file" id="inputImage" class="hide"> 本地上传
  1123. </label>-->
  1124. <!--<label title="下载图片" id="download" class="btn btn-primary">下载</label>-->
  1125. <!--</div>
  1126. <div class="btn-group">-->
  1127. <!--<button class="btn btn-white" id="zoomIn" type="button">放大</button>-->
  1128. <!--<button class="btn btn-white" id="zoomOut" type="button">缩小</button>-->
  1129. <!--<button class="btn btn-white" id="rotateLeft" type="button">左旋转</button>-->
  1130. <!--<button class="btn btn-white" id="rotateRight" type="button">右旋转</button>-->
  1131. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>
  1132. </div>-->
  1133. <div class="anniu" style="margin-top: 75px;text-align: center;">
  1134. <label title="上传图片" for="inputImage" class="btnn" style="margin-right: 100px;">
  1135. <input type="file" accept="image/jpeg,image/jpg,image/png" name="file" id="inputImage" class="hide"> 本地上传
  1136. </label>
  1137. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>-->
  1138. <button class="btnn" id="zoomIn" type="button">放大</button>
  1139. <button class="btnn" id="zoomOut" type="button">缩小</button>
  1140. <button class="btnn" id="rotateLeft" type="button">左旋转</button>
  1141. <button class="btnn" id="rotateRight" type="button">右旋转</button>
  1142. <button class="btnn" id="setDrag" type="button">确定保存</button>
  1143. </div>
  1144. </div>
  1145. </div>
  1146. </div>
  1147. </div>
  1148. <!--修改密码结束-->
  1149. <script src="./js/plugins/pace/pace.min.js"></script>
  1150. <script src="./js/plugins/iCheck/icheck.min.js"></script>
  1151. <script src="./css/laydate/laydate.js"></script>
  1152. <script src="./js/main.js?v=1.5"></script>
  1153. <script src="./js/index.js?v=2.0"></script>
  1154. <script src="./js/zTree/jquery.ztree.core.js"></script>
  1155. <script src="./js/plugins/datapicker/bootstrap-datepicker.js"></script>
  1156. <script src="./js/bootstrap-select/js/bootstrap-select.js"></script>
  1157. <script src="./js/plugins/cropper/cropper.min.js"></script>
  1158. <script src="./js/guid.js"></script>
  1159. <script src="./js/plugins/metisMenu/jquery.metisMenu.js"></script>
  1160. <script src="./js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
  1161. <script src="./js/plugins/layer/layer.min.js"></script>
  1162. <script src="./js/hplus.min.js?v=4.1.0"></script>
  1163. <script src="./js/contabs.min.js"></script>
  1164. </body>
  1165. </html>