Nav apraksta

index.html 47KB

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