main.js 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634
  1. //这里的代码是最早写的,很乱,以后整合优化
  2. var editors = [];
  3. $(document).ready(function()
  4. {
  5. //init();
  6. });
  7. function init()
  8. {
  9. edit();
  10. del();
  11. checkbox();
  12. image();
  13. change();
  14. autocomplete();
  15. template();
  16. submit();
  17. loadShow();
  18. initEditor();
  19. initPic();
  20. initDate();
  21. //更新页面一些功能,上边的一些功能等找时间再优化吧
  22. dever_update.init();
  23. hljs.initHighlightingOnLoad();
  24. table();
  25. }
  26. function initMenu()
  27. {
  28. if(typeof(config.layout) != "undefined")
  29. {
  30. $('.list-unstyled li').each(function(j)
  31. {
  32. $(this).unbind('click').bind('click', function()
  33. {
  34. $('.list-unstyled .active').each(function()
  35. {
  36. $(this).attr('class', '');
  37. $(this).find('a').attr('class', '');
  38. })
  39. $(this).attr('class', 'active');
  40. var a = $(this).find('a');
  41. a.attr('class', 'subdrop');
  42. //alert($(this).attr('class'));
  43. })
  44. });
  45. $('.project-list').each(function()
  46. {
  47. $(this).unbind('click').bind('click', function()
  48. {
  49. $('.project-list').each(function()
  50. {
  51. $(this).find('i').parent().attr('class', '');
  52. $(this).find('ul').attr('class', 'list-unstyled upload-menu');
  53. })
  54. $(this).find('i').parent().attr('class', 'active');
  55. $(this).find('ul').attr('class', 'list-unstyled upload-menu in');
  56. })
  57. });
  58. }
  59. }
  60. function table()
  61. {
  62. $('[data-pattern]').each(function ()
  63. {
  64. var $tableScrollWrapper = $(this);
  65. $tableScrollWrapper.responsiveTable($tableScrollWrapper.data());
  66. });
  67. }
  68. function initDate()
  69. {
  70. $.datetimepicker.setLocale('ch');
  71. if($(".manage_time").length)
  72. {
  73. $(".manage_time").each(function()
  74. {
  75. $(this).datetimepicker(
  76. {
  77. //inline:true,
  78. timepicker:false,
  79. format:'Y-m-d',
  80. lang:'ch'
  81. });
  82. });
  83. }
  84. if($(".manage_date").length)
  85. {
  86. $(".manage_date").each(function()
  87. {
  88. $(this).datetimepicker(
  89. {
  90. //datepicker:false,
  91. format:'Y-m-d H:i:s',
  92. lang:'ch'
  93. });
  94. });
  95. }
  96. }
  97. function initPic()
  98. {
  99. $('a[rel]').fancybox();
  100. }
  101. function initEditor()
  102. {
  103. if($('.editor').length)
  104. {
  105. $('.editor').each(function()
  106. {
  107. var parent = $(this).parent().parent();
  108. //alert(parent.attr('id'));
  109. if(parent.attr('id') && parent.attr('id').indexOf('-child-0') != -1)
  110. {
  111. return;
  112. }
  113. loadEditor($(this));
  114. })
  115. }
  116. }
  117. function loadEditor(e)
  118. {
  119. if(!e.length)
  120. {
  121. return;
  122. }
  123. var id = e.attr('id');
  124. var key = e.attr('key');
  125. var toolbar = [
  126. 'title'
  127. ,'bold'
  128. ,'italic'
  129. ,'underline'
  130. ,'strikethrough'
  131. ,'fontScale'
  132. ,'color'
  133. ,'ol'
  134. ,'ul'
  135. ,'blockquote'
  136. ,'code'
  137. ,'table'
  138. ,'link'
  139. ,'image'
  140. ,'hr'
  141. ,'indent'
  142. ,'outdent'
  143. ,'alignment'
  144. //,'emoji'
  145. , '|'
  146. ,'html'
  147. ];
  148. if(typeof(editors[id]) == "object")
  149. {
  150. editors[id].destroy();
  151. editors[id] = undefined;
  152. }
  153. if(typeof(editors[id]) == "undefined")
  154. {
  155. editors[id] = new Simditor(
  156. {
  157. textarea: e,
  158. upload:
  159. {
  160. url: config.upload + '.simditor',
  161. params: {key:key},
  162. fileKey: 'file',
  163. connectionCount: 10,
  164. leaveConfirm: 'Uploading is in progress, are you sure to leave this page?'
  165. },
  166. toolbar : toolbar,
  167. emoji:
  168. {
  169. imagePath: config.lib + 'simditor/plugins/emoji/images/emoji/'
  170. }
  171. });
  172. }
  173. }
  174. //更新页面的提交按钮
  175. function submit()
  176. {
  177. if($(".save-data").length)
  178. {
  179. $(".save-data").unbind('click').bind('click', function()
  180. {
  181. submit_action();
  182. //$(this).unbind('click');
  183. })
  184. }
  185. }
  186. //设置某一个input的值
  187. function set_update(id, value)
  188. {
  189. if($(id).length)
  190. {
  191. $(id).val(value);
  192. }
  193. }
  194. /**
  195. * 批量复制数据
  196. */
  197. function copy_data(e)
  198. {
  199. var html = '<div>';
  200. html += '<div><span>请输入要复制的数量:</span><input type="text" class="form-control form_margin" id="temp_copy_num" /></div>';
  201. html += '</div>';
  202. $('#dever_modal_body').html(html);
  203. $('#dever_modal_title').html('复制数据');
  204. $("#dever_modal_yes").unbind('click').bind('click', function()
  205. {
  206. set_update('#copy_num', $("#temp_copy_num").val());
  207. set_update('#update_where_id', 0);
  208. submit_action();
  209. });
  210. }
  211. //直接提交更新页的数据
  212. function submit_action()
  213. {
  214. $(".form1").submit();
  215. }
  216. //头部菜单
  217. function topMenu(e)
  218. {
  219. var p = e.parent().parent().parent().find('span');
  220. p.html(e.html());
  221. //更新当前的精细权限
  222. var url = config.host + 'top.update_action?json=1';
  223. var id = e.attr('data-id');
  224. $.post(url, {id:id}, function(t)
  225. {
  226. if(location.href.indexOf('where_id') != -1)
  227. {
  228. var href = location.href.split('where_id');
  229. location.href = href[0] + 'where_id=' + t;
  230. }
  231. else
  232. {
  233. location.reload();
  234. }
  235. })
  236. }
  237. //更新页面的批量载入选择
  238. function loadShow()
  239. {
  240. if($(".show_input").length)
  241. {
  242. $(".show_input input").each(function()
  243. {
  244. if($(this).attr('checked'))
  245. {
  246. inputShow($(this), $(this).attr('show_id'));
  247. }
  248. })
  249. }
  250. }
  251. function inputShow(e,n)
  252. {
  253. var item = e.parent().find('input');
  254. $(".show_" + n).hide();
  255. var array = ['input', 'textarea'];
  256. for(var a in array)
  257. {
  258. $(".show_" + n).find(array[a]).removeClass('validate[required]');
  259. }
  260. item.each(function()
  261. {
  262. if($(this).get(0).checked == true)
  263. {
  264. inputShowOne($(this),n);
  265. }
  266. });
  267. }
  268. function inputShowOne(e,n)
  269. {
  270. var value = e.val();
  271. //$(".show_" + n).hide();
  272. //$(".show_" + n + '_' + value).attr('style','color:red').show();
  273. $(".show_" + n + '_' + value).show();
  274. var array = ['input', 'textarea'];
  275. for(var a in array)
  276. {
  277. if($(".show_" + n + '_' + value).length && $(".show_" + n + '_' + value).attr('class').indexOf('show_no') == -1)
  278. {
  279. $(".show_" + n + '_' + value).find(array[a]).each(function()
  280. {
  281. var parent = $(this).parent();
  282. if($(this).attr('class') != 'editor' && parent.find('label').length && parent.find('label').html().indexOf('选填') == -1)
  283. {
  284. $(this).addClass('validate[required]');
  285. }
  286. })
  287. }
  288. }
  289. }
  290. //批量更新
  291. function list_mul(e)
  292. {
  293. var type = parseInt($("#mul_type").val());
  294. if(type != 1 && type != 2)
  295. {
  296. alert('您还没有选择数据更新方式');
  297. return;
  298. }
  299. if(confirm('确定进行此项操作吗?'))
  300. {
  301. //e.html('更新中').unbind('click');
  302. $('#method').val('mul');
  303. $('#function').val('msg');
  304. $('#form1').attr('target', 'f1').submit();
  305. }
  306. }
  307. //搜索
  308. function list_search(e)
  309. {
  310. $('#method').val('search');
  311. $('#function').val('');
  312. $('#form1').attr('target', '').submit();
  313. }
  314. //更新数据
  315. function update(e, id, key, table)
  316. {
  317. var col = e.attr('name').replace('up_col_', '');
  318. var value = e.val();
  319. var url = config.host + 'database.update_action?json=1';
  320. $.post(url, {where_id:id,col:col,value:value,key:key,table:table}, function(t)
  321. {
  322. notice('操作已成功!您的操作已修改当前选项!');
  323. preview();
  324. })
  325. }
  326. function notice(msg)
  327. {
  328. var notice = new PNotify({
  329. title: '提示信息',
  330. text: msg,
  331. buttons: {
  332. closer: false,
  333. sticker: false
  334. }
  335. });
  336. notice.get().click(function() {
  337. notice.remove();
  338. });
  339. }
  340. //模板选择
  341. function template()
  342. {
  343. if(config.template)
  344. {
  345. $('body').attr('class', 'theme-' + config.template);
  346. }
  347. if($(".selector").length)
  348. {
  349. $(".selector").each(function()
  350. {
  351. if($(this).data('check') == 'checked')
  352. {
  353. selector($(this));
  354. }
  355. })
  356. }
  357. }
  358. //选择器
  359. function selector(e)
  360. {
  361. var value = e.data('value');
  362. var name = e.data('name');
  363. $('#'+name+'_value').val(value);
  364. $('.'+name+'_selector').children().css({'border':'1px solid #ccc'});
  365. e.children().css({'border':'1px solid black'});
  366. if(name == 'update_template')
  367. {
  368. $('body').attr('class', 'theme-' + value);
  369. }
  370. }
  371. //根据e的值,来载入其他数据
  372. function loading(e, data)
  373. {
  374. var value = e.val();
  375. if(e.attr('id') && e.attr('id').indexOf('_temp') != -1)
  376. {
  377. var id = e.attr('id').replace('_temp', '');
  378. if($('#' + id).length)
  379. {
  380. var value = $('#' + id).val();
  381. }
  382. }
  383. if(data.element)
  384. {
  385. if(data.url)
  386. {
  387. data.value = value;
  388. $.getJSON(data.url, data, function(t)
  389. {
  390. $('#update_'+data.element+'_value').val(t.data);
  391. });
  392. }
  393. else
  394. {
  395. $('#update_'+data.element+'_value').val(value);
  396. }
  397. }
  398. else if(data.url)
  399. {
  400. data.value = value;
  401. data.where_id = $('#update_where_id').val();
  402. data.table = $('#table').val();
  403. data.key = $('#key').val();
  404. $.getJSON(data.url, data, function(s)
  405. {
  406. t = s.data;
  407. if(t.indexOf('onblur') != -1)
  408. {
  409. eval(t);
  410. }
  411. else
  412. {
  413. var parent = e.parent().parent();
  414. if(t.indexOf('status') == -1)
  415. {
  416. if(data.type == 1)
  417. {
  418. $('.checking_1,.checking_2,.checking_3,.checking_4').each(function()
  419. {
  420. $(this).remove();
  421. });
  422. }
  423. else
  424. {
  425. $('.checking_-1,.checking_3,.checking_4').each(function()
  426. {
  427. $(this).remove();
  428. });
  429. }
  430. parent.after(t);
  431. checkbox();
  432. }
  433. }
  434. });
  435. }
  436. }
  437. //根据e的值,来载入其他数据,先检测是否选中
  438. function checking(name, e, data)
  439. {
  440. var value = [];
  441. $('.' + name).each(function()
  442. {
  443. if($(this).get(0).checked == true)
  444. {
  445. value.push($(this).val());
  446. }
  447. });
  448. if(data.url)
  449. {
  450. data.value = value.join(',');
  451. data.where_id = $('#update_where_id').val();
  452. data.table = $('#table').val();
  453. data.key = $('#key').val();
  454. if(data.check)
  455. {
  456. data.check_value = false;
  457. $(data.check).each(function()
  458. {
  459. if($(this).get(0).checked == true)
  460. {
  461. data.check_value = $(this).val();
  462. }
  463. });
  464. }
  465. $.getJSON(data.url, data, function(s)
  466. {
  467. t = s.data;
  468. var parent = e.parent().parent().parent();
  469. if(t.indexOf('status') == -1)
  470. {
  471. if(data.type == 1)
  472. {
  473. $('.checking_1,.checking_2,.checking_3,.checking_4').each(function()
  474. {
  475. $(this).remove();
  476. });
  477. }
  478. else
  479. {
  480. $('.checking_-1,.checking_3,.checking_4').each(function()
  481. {
  482. $(this).remove();
  483. });
  484. }
  485. parent.after(t);
  486. checkbox();
  487. }
  488. });
  489. }
  490. }
  491. function autocomplete()
  492. {
  493. if($("input[complete]").length)
  494. {
  495. $("input[complete]").each(function()
  496. {
  497. var cache = {};
  498. var self = $(this);
  499. self.autocomplete(
  500. {
  501. minLength: 2,
  502. source: function( request, response )
  503. {
  504. var term = request.term;
  505. if ( term in cache ) {
  506. response( cache[ term ] );
  507. return;
  508. }
  509. $.getJSON(self.attr('complete') + '&callback=?', request, function( data, status, xhr ) {
  510. console.info(data);
  511. cache[ term ] = data;
  512. var state = true;
  513. for(var i in data)
  514. {
  515. if(data[i].id <=0)
  516. {
  517. state = false;
  518. }
  519. }
  520. if(state)
  521. {
  522. response( data );
  523. }
  524. });
  525. },
  526. select: function( event, ui )
  527. {
  528. //log( "Selected: " + ui.item.value + " aka " + ui.item.id );
  529. var value = self.attr('complete_callback');
  530. var id = self.attr('id').replace('_temp', '');
  531. $("#" + id).val(ui.item[value]);
  532. }
  533. });
  534. })
  535. }
  536. }
  537. //后台通用的提示
  538. function msg(value)
  539. {
  540. if(value == 1)
  541. {
  542. location.reload();
  543. return;
  544. }
  545. submit();
  546. var url = '';
  547. if(value.msg != 'reload' && value.status == 2)
  548. {
  549. //showAlert(value.msg);
  550. alert(value.msg);
  551. //location.reload();
  552. return;
  553. }
  554. else if(value.msg == 'reload')
  555. {
  556. if(typeof(config.layout) != "undefined" && $(config.layout).length)
  557. {
  558. $.pjax({url: location.href, container: config.layout});
  559. }
  560. else
  561. {
  562. location.reload();
  563. }
  564. return;
  565. }
  566. else
  567. {
  568. if(value.msg.indexOf('http://') != -1)
  569. {
  570. url = value.msg;
  571. }
  572. else if($("#url").length)
  573. {
  574. url = $("#url").val();
  575. }
  576. else
  577. {
  578. notice(value.msg);
  579. return;
  580. }
  581. if(url)
  582. {
  583. if(typeof(config.layout) != "undefined" && $(config.layout).length)
  584. {
  585. $.pjax({url: url, container: config.layout});
  586. }
  587. else
  588. {
  589. location.href = url;
  590. }
  591. }
  592. else
  593. {
  594. if(typeof(config.layout) != "undefined" && $(config.layout).length)
  595. {
  596. $.pjax({url: location.href, container: config.layout});
  597. }
  598. else
  599. {
  600. location.reload();
  601. }
  602. }
  603. }
  604. return;
  605. }
  606. /**
  607. * 处理多选问题,处理全选按钮
  608. */
  609. function checkbox()
  610. {
  611. if($(".autoload").length)
  612. {
  613. $(".autoload").each(function()
  614. {
  615. if($(this).get(0).checked == true)
  616. {
  617. $(this).removeClass('autoload');
  618. $(this).load();
  619. }
  620. });
  621. }
  622. if($(".autoload_text").length)
  623. {
  624. $(".autoload_text").each(function()
  625. {
  626. if($(this).val())
  627. {
  628. $(this).removeClass('autoload_text');
  629. $(this).load();
  630. }
  631. });
  632. }
  633. var name = 'checkbox-checkall';
  634. var checkbox = $("." + name);
  635. if(checkbox.length)
  636. {
  637. checkbox.click(function()
  638. {
  639. var self = $(this);
  640. $("." + name + "-" + self.val()).each(function()
  641. {
  642. $(this).get(0).checked = self.get(0).checked;
  643. var next = $(this).next();
  644. if($(this).get(0).checked == true)
  645. {
  646. if(next.length)
  647. {
  648. //next.attr('disabled', false);
  649. }
  650. if($("#mul_type").length)
  651. {
  652. $("#mul_type").val(1);
  653. }
  654. }
  655. else
  656. {
  657. if(next.length)
  658. {
  659. //next.attr('disabled', true);
  660. }
  661. if($("#mul_type").length)
  662. {
  663. $("#mul_type").val(0);
  664. }
  665. }
  666. })
  667. });
  668. checkbox.each(function()
  669. {
  670. var self = $(this);
  671. $("." + name + "-" + self.val()).each(function()
  672. {
  673. $(this).click(function()
  674. {
  675. var next = $(this).next();
  676. if($(this).get(0).checked == true)
  677. {
  678. self.get(0).checked = true;
  679. if(self.attr('type') == 'radio')
  680. {
  681. //如果父选项是radio类型,做下限制
  682. //alert(1);
  683. }
  684. if($("#mul_type").length)
  685. {
  686. $("#mul_type").val(1);
  687. }
  688. if(next.length)
  689. {
  690. //next.attr('disabled', false);
  691. }
  692. }
  693. else
  694. {
  695. //子选项取消时,处理一下父级选项
  696. var num = 0;
  697. $("." + name + "-" + self.val()).each(function()
  698. {
  699. if($(this).get(0).checked == true)
  700. {
  701. num = 1;
  702. }
  703. });
  704. if(num == 0)
  705. {
  706. self.get(0).checked = false;
  707. if($("#mul_type").length)
  708. {
  709. $("#mul_type").val(0);
  710. }
  711. }
  712. if(next.length)
  713. {
  714. //next.attr('disabled', true);
  715. }
  716. }
  717. })
  718. if($(this).get(0).checked == true)
  719. {
  720. self.get(0).checked = true;
  721. }
  722. });
  723. })
  724. }
  725. }
  726. /**
  727. * 处理双击编辑
  728. */
  729. function edit()
  730. {
  731. if($(".edit").length)
  732. {
  733. $(".edit").each(function()
  734. {
  735. $(this).bind('dblclick', function()
  736. {
  737. var col = $(this).attr('data-col');
  738. var key = $(this).attr('data-key');
  739. var table = $(this).attr('data-table');
  740. var url = $(this).attr('data-url');
  741. var id = $(this).attr('data-id');
  742. var html = $(this).attr('data-content');
  743. var type = $(this).attr('data-type');
  744. if($(this).find(".edit-content").length)
  745. {
  746. html = $(this).find(".edit-content").html();
  747. html = html.replace('<!--', '<');
  748. html = html.replace('-->', '>');
  749. }
  750. if(html.indexOf('input') == -1)
  751. {
  752. if(type && type == 'textarea')
  753. {
  754. $(this).html('<textarea type="text" name="edit" id="edit" rows="10" cols="60">'+html+'</textarea>');
  755. }
  756. else
  757. {
  758. $(this).html('<input type="text" name="edit" id="edit" value="'+html+'">');
  759. }
  760. var self = $(this);
  761. self.find("#edit").blur(function()
  762. {
  763. var value = self.find("#edit").val();
  764. if(!value)
  765. {
  766. alert('不能为空');
  767. return;
  768. }
  769. if($(this).find(".edit-content").length)
  770. {
  771. $(this).find(".edit-content").html(value);
  772. }
  773. else
  774. {
  775. self.attr('data-content', value);
  776. }
  777. self.html(value);
  778. $.post(url, {key:key,table:table,value:value,where_id:id,col:col}, function(t)
  779. {
  780. notice('修改成功');
  781. preview();
  782. /*
  783. if(type && type == 'textarea')
  784. {
  785. self.html(t);
  786. }
  787. */
  788. })
  789. })
  790. }
  791. });
  792. })
  793. }
  794. }
  795. function preview()
  796. {
  797. if($("#preview").length)
  798. {
  799. var time = Date.parse(new Date());
  800. var src = $('#preview').attr('src').split('#');
  801. $('#preview').attr('src', src[0] + '&' + time + '#' + src[1]);
  802. }
  803. }
  804. function del()
  805. {
  806. if($(".oper_6").length)
  807. {
  808. $(".oper_6").each(function()
  809. {
  810. var href = $(this).attr('href');
  811. $(this).attr('href', '#');
  812. $(this).unbind('click');
  813. $(this).bind('click', function()
  814. {
  815. del_act(href);
  816. });
  817. })
  818. }
  819. }
  820. /**
  821. * 处理删除
  822. */
  823. function del_act(href)
  824. {
  825. if(confirm('确定进行此项操作吗?'))
  826. {
  827. $.getJSON(href + '?json=1&callback=?', {}, function(t)
  828. {
  829. msg(t);
  830. })
  831. }
  832. }
  833. /**
  834. * 处理特殊加载的按钮
  835. */
  836. function load(href)
  837. {
  838. if(confirm('确定进行此项操作吗?'))
  839. {
  840. if(href.indexOf('&') == -1)
  841. {
  842. href += '?json=1&callback=?';
  843. }
  844. else
  845. {
  846. href += '&json=1&callback=?';
  847. }
  848. $.getJSON(href, {}, function(t)
  849. {
  850. msg(t);
  851. //location.reload();
  852. })
  853. }
  854. /*
  855. showAlert('确定进行此项操作吗?', function()
  856. {
  857. $("#dever_modal_no").click();
  858. $.getJSON(href + '&json=1', {}, function(t)
  859. {
  860. msg(t);
  861. })
  862. });
  863. */
  864. }
  865. /**
  866. * 处理特殊加载的按钮
  867. */
  868. function jump(href)
  869. {
  870. location.href = href;
  871. }
  872. /**
  873. * 处理change
  874. */
  875. function change()
  876. {
  877. if($(".change").length)
  878. {
  879. $(".change").each(function()
  880. {
  881. var key = $(this).attr('data-child');
  882. /*
  883. $('.' + key).each(function()
  884. {
  885. if($(this).find('select option:selected').val())
  886. {
  887. $(this).show();
  888. $('#set_cate_id_child').get(0).value = $(this).attr('parent');
  889. }
  890. });
  891. */
  892. $(this).change(function()
  893. {
  894. $('.' + key).hide();
  895. var v = $('.' + key + '_' + $(this).val());
  896. var s = v.find('select');
  897. s.change(function()
  898. {
  899. $('.' + key + '_value').val($(this).val());
  900. })
  901. if(v.length)
  902. {
  903. $('.' + key + '_value').val(s.val());
  904. v.show();
  905. }
  906. else
  907. {
  908. $('.' + key + '_value').val(-1);
  909. }
  910. });
  911. if($(this).val() > 0)
  912. {
  913. $(this).change();
  914. }
  915. });
  916. }
  917. }
  918. /**
  919. * 处理图库系统
  920. */
  921. function image()
  922. {
  923. if($(".dever-note").length)
  924. {
  925. $(".dever-note").each(function()
  926. {
  927. var key = $(this).attr('key');
  928. $(this).inlineattachment(
  929. {
  930. uploadUrl: config.upload + '.drag?key='+ key
  931. });
  932. });
  933. }
  934. if($(".image_upload").length)
  935. {
  936. $(".image_upload").each(function(i)
  937. {
  938. var parent = $(this).parent().parent();
  939. //alert(parent.attr('id'));
  940. if(parent.attr('id') && parent.attr('id').indexOf('-child-0') != -1)
  941. {
  942. return;
  943. }
  944. loadUpload(i,$(this),$(this).attr('key'),config.upload + '.start', config.lib + 'upload/');//三个参数说明1:第几个上传框2:文件对象3:图片的基本配置标题
  945. })
  946. }
  947. }
  948. /**
  949. * 修改密码
  950. */
  951. function pass(e)
  952. {
  953. var html = '<style>.password_edit div{margin:10px;}.password_edit input{width:200px;}</style><div class="password_edit">';
  954. html += '<div><span>旧密码:</span><input type="password" class="form-control form_margin" id="edit_old_password" /></div>';
  955. html += '<div><span>新密码:</span><input type="password" class="form-control form_margin" id="edit_new_password" /></div>';
  956. html += '</div>';
  957. $('#dever_modal_body').html(html);
  958. $('#dever_modal_title').html('修改密码');
  959. $("#dever_modal_yes").unbind('click').bind('click', function()
  960. {
  961. var old_password = $("#edit_old_password").val();
  962. var new_password = $("#edit_new_password").val();
  963. if(!old_password || !new_password)
  964. {
  965. alert('请输入密码');
  966. return;
  967. }
  968. if(old_password == new_password)
  969. {
  970. alert('旧密码和新密码相同');
  971. return;
  972. }
  973. $.post(config.host + 'auth.password', {old:old_password,new:new_password}, function(t)
  974. {
  975. alert(t);
  976. $("#dever_modal_no").click();
  977. })
  978. })
  979. }
  980. var MSG = [];
  981. /**
  982. * 打开弹窗
  983. */
  984. //function showMsg(title, e, id, func)
  985. function showMsg(title, e, id, func)
  986. {
  987. if(id.indexOf('http://') == -1)
  988. {
  989. if($(id).length)
  990. {
  991. var html = $(id).html();
  992. if($(id).html())
  993. {
  994. var html = $(id).html();
  995. MSG[id] = html;
  996. $(id).html('');
  997. }
  998. else
  999. {
  1000. var html = MSG[id];
  1001. }
  1002. }
  1003. else
  1004. {
  1005. var html = id;
  1006. }
  1007. $('#dever_modal_body').html(html);
  1008. $('#dever_modal_title').html(title);
  1009. if(func)
  1010. {
  1011. $("#dever_modal_yes").unbind('click').bind('click', func);
  1012. }
  1013. }
  1014. else
  1015. {
  1016. if(e)
  1017. {
  1018. data = e.attr('msg-send');
  1019. }
  1020. $.getJSON(id+'?json=1',{data:data},function(t)
  1021. {
  1022. t = t.data;
  1023. $('#dever_modal_body').html(t);
  1024. $('#dever_modal_title').html(title);
  1025. if(func)
  1026. {
  1027. $("#dever_modal_yes").unbind('click').bind('click', func);
  1028. }
  1029. });
  1030. }
  1031. }
  1032. function updateMsg(id)
  1033. {
  1034. $("#"+id).submit();
  1035. }
  1036. function showAlert(msg, func)
  1037. {
  1038. //$("#dever_modal_no").click();
  1039. $("#dever_modal").modal();
  1040. $('#dever_modal_body').html(msg);
  1041. $('#dever_modal_title').html('提醒您');
  1042. if(func)
  1043. {
  1044. $("#dever_modal_yes").unbind('click').bind('click', func);
  1045. }
  1046. else
  1047. {
  1048. $("#dever_modal_yes").unbind('click').bind('click', function(){$("#dever_modal_no").click()});
  1049. }
  1050. }
  1051. /*
  1052. var test =
  1053. {
  1054. refreshPage: false,
  1055. addAjaxFlag: true,
  1056. //添加收藏
  1057. add: function(cfg)
  1058. {
  1059. }
  1060. }
  1061. */
  1062. function showToggle(e)
  1063. {
  1064. var id = e.attr('toggle');
  1065. var child = e.attr('toggle_child');
  1066. var parent = e.parent();
  1067. parent.parent().find('li').removeClass('active');
  1068. parent.addClass('active');
  1069. $(child).fadeOut(100);
  1070. $(id).fadeIn(500);
  1071. loadEditor($(id).find('.editor'));
  1072. }
  1073. function select_mul(level, id, url, name, value, valid, w, num)
  1074. {
  1075. if(level == 0)
  1076. {
  1077. $(id).find('select').remove();
  1078. $(id).find('span').remove();
  1079. return;
  1080. }
  1081. var parent = value.split(',');
  1082. var cur = parent[0];
  1083. parent.remove(cur);
  1084. value = parent.join(',');
  1085. var html = '';
  1086. var old = level;
  1087. if(level != -1)
  1088. {
  1089. if($(id + '_' + level).length)
  1090. {
  1091. level = $(id + '_' + level).val();
  1092. }
  1093. if(level == 0)
  1094. {
  1095. $(id + '_' + old).nextAll('select').remove();
  1096. $(id + '_' + old).next('span').nextAll('span').remove();
  1097. if($('#' + name + '_level_value').length)
  1098. {
  1099. var total = $(id).find('select').length;
  1100. $('#' + name + '_level_value').val(total);
  1101. }
  1102. if(old == -2 && $('#' + name + '_value_value').length)
  1103. {
  1104. $('#' + name + '_value_value').val(level);
  1105. }
  1106. return;
  1107. }
  1108. if(old == -2)
  1109. {
  1110. $(id + '_' + old).nextAll('select').remove();
  1111. $(id + '_' + old).next('span').nextAll('span').remove();
  1112. }
  1113. if($('#' + name + '_value_value').length)
  1114. {
  1115. $('#' + name + '_value_value').val(level);
  1116. }
  1117. }
  1118. var total = $(id).find('select').length;
  1119. if(num > 0 && total >= num)
  1120. {
  1121. return;
  1122. }
  1123. var get = url.replace('{level}', level);
  1124. if(level == -1)
  1125. {
  1126. level = -2;
  1127. }
  1128. if(!$(id + '_' + level).length)
  1129. {
  1130. $.getJSON(get + '&json=1', function(t)
  1131. {
  1132. var check = '';
  1133. if(!t.status)
  1134. {
  1135. html = '<select style="'+w+'display:inline;margin-top:10px;" class="update_value form-control '+valid+' dever-mul-'+name+'_'+level+'" name="'+name+'[]" onchange="select_mul('+level+', \''+id+'\', \''+url+'\', \''+name+'\', \''+value+'\', \''+valid+'\', \''+w+'\', '+num+');">';
  1136. for(a in t.data)
  1137. {
  1138. if(t.data[a].value)
  1139. {
  1140. check = '';
  1141. if(cur == t.data[a].value)
  1142. {
  1143. check = ' selected';
  1144. }
  1145. html += '<option value="'+t.data[a].value+'" '+check+'>'+t.data[a].name+'</option>';
  1146. }
  1147. }
  1148. html += '</select><span>&nbsp;&nbsp;</span>';
  1149. $(id).append(html);
  1150. $(id + '_' + level).change();
  1151. }
  1152. else
  1153. {
  1154. $(id + '_' + old).nextAll('select').remove();
  1155. $(id + '_' + old).next('span').nextAll('span').remove();
  1156. }
  1157. if($('#' + name + '_level_value').length)
  1158. {
  1159. var total = $(id).find('select').length;
  1160. $('#' + name + '_level_value').val(total);
  1161. }
  1162. if($('#' + name + '_up_value').length)
  1163. {
  1164. $('#' + name + '_up_value').val($(id + '_-2').val());
  1165. }
  1166. });
  1167. }
  1168. }
  1169. //处理更新页面的一些功能,写到一起吧
  1170. var dever_update =
  1171. {
  1172. addIndex : 2,
  1173. index : [],
  1174. auto : false,
  1175. save_key : '',
  1176. init : function()
  1177. {
  1178. var self = this;
  1179. // 增加整个更新的表单
  1180. if($(".dever_update_add").length)
  1181. {
  1182. $('.dever_update_add').unbind('click').bind('click', function()
  1183. {
  1184. self.add($(this));
  1185. })
  1186. }
  1187. /* 以后再增加 同时更新另外一个表
  1188. if($(".form-add-content").length)
  1189. {
  1190. var url = config.host + 'auth.password';
  1191. var url = 'http://localhost/dever/manage/?database.update?key=weixin&table=message&menu=weixin&menu_id=39&ajax=1';
  1192. $.get(url, function(t)
  1193. {
  1194. $(".form-add-content").html(t);
  1195. init();
  1196. })
  1197. }
  1198. */
  1199. //增加某一部分表单
  1200. if($(".dever_form_add").length)
  1201. {
  1202. $('.dever_form_add').each(function()
  1203. {
  1204. var key = $.attr('toggle_key');
  1205. if(typeof(self.index[key]) == "undefined")
  1206. {
  1207. self.index[key] = 0;
  1208. }
  1209. $(this).unbind('click').bind('click', function()
  1210. {
  1211. self.append($(this));
  1212. })
  1213. })
  1214. self.del();
  1215. }
  1216. // 开启自动保存
  1217. if($("#struct").length)
  1218. {
  1219. var save = $("#struct").attr('save');
  1220. if(save == 'yes')
  1221. {
  1222. //检测
  1223. self.save_key = location.href + 'test';
  1224. self.check();
  1225. }
  1226. }
  1227. if($('.dever-note').length)
  1228. {
  1229. $('.dever-note').each(function()
  1230. {
  1231. var mditor = new Mditor($(this),{
  1232. fixedHeight:true
  1233. });
  1234. mditor.openPreview();
  1235. })
  1236. }
  1237. },
  1238. save : function()
  1239. {
  1240. //var data = $("#data-1").html();
  1241. var data = [];
  1242. $(".update_value").each(function(i)
  1243. {
  1244. if($(this).attr("update_type") == 'checked')
  1245. {
  1246. data[i] = $(this).get(0).checked;
  1247. }
  1248. else if($(this).attr("update_type") == 'html')
  1249. {
  1250. data[i] = $(this).html();
  1251. }
  1252. else if($(this).attr("update_type") == 'src')
  1253. {
  1254. data[i] = $(this).attr('src');
  1255. }
  1256. else
  1257. {
  1258. data[i] = $(this).val();
  1259. }
  1260. });
  1261. store.set(this.save_key, data.join('|||'));
  1262. //console.info(data);
  1263. },
  1264. recover : function()
  1265. {
  1266. if(confirm('确定恢复上次保存的数据吗?'))
  1267. {
  1268. var data = store.get(this.save_key).split('|||');
  1269. if(data)
  1270. {
  1271. var value = $(".update_value");
  1272. for(var k in data)
  1273. {
  1274. var e = value.eq(k);
  1275. if(e.attr('update_type') == 'checked')
  1276. {
  1277. if(data[k] == 'true')
  1278. {
  1279. e.get(0).checked = true;
  1280. }
  1281. else
  1282. {
  1283. e.get(0).checked = false;
  1284. }
  1285. }
  1286. else if(e.attr('update_type') == 'html')
  1287. {
  1288. e.html(data[k]);
  1289. }
  1290. else if(e.attr('update_type') == 'src')
  1291. {
  1292. e.attr('src', data[k]);
  1293. }
  1294. else
  1295. {
  1296. if(e.attr('id'))
  1297. {
  1298. var id = e.attr('id');
  1299. if(typeof(editors[id]) != "undefined")
  1300. {
  1301. editors[id].setContent(data[k]);
  1302. }
  1303. }
  1304. e.val(data[k]);
  1305. }
  1306. }
  1307. store.set(this.save_key, '');
  1308. this.check();
  1309. }
  1310. }
  1311. },
  1312. check : function()
  1313. {
  1314. var data = store.get(this.save_key);
  1315. var self = this;
  1316. if(data)
  1317. {
  1318. $(".dever_save").unbind('click').bind('click', function()
  1319. {
  1320. self.recover();
  1321. }).show();
  1322. }
  1323. else
  1324. {
  1325. $(".dever_save").hide();
  1326. self.auto = setInterval(function(){self.save()}, 3000);
  1327. }
  1328. },
  1329. del : function()
  1330. {
  1331. var self = this;
  1332. if($(".dever_form_delete").length)
  1333. {
  1334. $('.dever_form_delete').each(function()
  1335. {
  1336. $(this).unbind('click').bind('click', function()
  1337. {
  1338. var parent = $(this).parent();
  1339. var id = parent.attr('id');
  1340. var index = parseInt($('#tab-' + id).attr('toggle_id'));
  1341. var key = $('#tab-' + id).attr('toggle_key');
  1342. if(index <= 1 && self.index[key] <= index)
  1343. {
  1344. }
  1345. else if(index <= 1 && self.index[key] > index)
  1346. {
  1347. index = index+1;
  1348. $("#tab-"+key+"-child-" + index).click();
  1349. }
  1350. else
  1351. {
  1352. index = index-1;
  1353. $("#tab-"+key+"-child-" + index).click();
  1354. };
  1355. $('#tab-' + id).parent().remove();
  1356. parent.remove();
  1357. })
  1358. })
  1359. }
  1360. },
  1361. append : function(e)
  1362. {
  1363. var self = this;
  1364. var key = e.attr('toggle_key');
  1365. var child = '.dever_'+key+'_child';
  1366. if(typeof(self.index[key]) == "undefined")
  1367. {
  1368. self.index[key] = 0;
  1369. }
  1370. if(self.index[key] <= 0)
  1371. {
  1372. self.index[key] = $(child).length;
  1373. }
  1374. if(self.index[key] > 10)
  1375. {
  1376. alert('最多只能增加10条');
  1377. return;
  1378. }
  1379. var p = e.parent();
  1380. var id = key + '-child-' + self.index[key];
  1381. var name = '第' + (self.index[key]) + '条';
  1382. p.before('<li><a href="javascript:;" id="tab-'+id+'" toggle_key="'+key+'" toggle_id="'+self.index[key]+'" toggle_child="'+child+'" toggle="#'+id+'" onclick="showToggle($(this))">'+name+'</a></li>');
  1383. var e = e.parent().parent();
  1384. var n = e.next();
  1385. var p = e.parent();
  1386. var content = n.html();
  1387. content = content.replaceAll('_c_', '_c_' + self.index[key] + '_i_');
  1388. content = '<div id="'+id+'" style="display:none;" class="'+n.attr('class')+' dever_form_add_child">' + content + '</div>';
  1389. p.append(content);
  1390. self.del();
  1391. //$("html,body").animate({scrollTop:$('.dever_form_add_child').eq(this.appendIndex).offset().top},500);
  1392. self.index[key]++;
  1393. image();
  1394. loadShow();
  1395. autocomplete();
  1396. change();
  1397. },
  1398. add : function(e)
  1399. {
  1400. var self = this;
  1401. var p = e.parent();
  1402. var id = 'data-' + this.addIndex;
  1403. var name = '新增数据-' + (this.addIndex-1);
  1404. p.before('<li><a href="#'+id+'" data-toggle="tab">'+name+'</a></li>');
  1405. var content = $("#myTabContent").find('.tab-pane').eq(0).html();
  1406. content = content.replaceAll('update_', 'update_' + this.addIndex + '__');
  1407. content = '<div class="tab-pane fade" id="'+id+'">' + content + '</div>';
  1408. $("#myTabContent").append(content);
  1409. $('#update_' + this.addIndex + '__where_id').val('-1');
  1410. this.addIndex++;
  1411. }
  1412. }
  1413. String.prototype.replaceAll = function(reallyDo, replaceWith, ignoreCase) {
  1414. if (!RegExp.prototype.isPrototypeOf(reallyDo)) {
  1415. return this.replace(new RegExp(reallyDo, (ignoreCase ? "gi": "g")), replaceWith);
  1416. } else {
  1417. return this.replace(reallyDo, replaceWith);
  1418. }
  1419. }
  1420. Array.prototype.remove = function(val) {
  1421. var index = -1;
  1422. for(var i = 0; i < this.length; i++)
  1423. {
  1424. if(this[i] == val)
  1425. {
  1426. index = i;
  1427. }
  1428. }
  1429. if (index > -1) {
  1430. this.splice(index, 1);
  1431. }
  1432. };
  1433. $.fn.pasteEvents = function( delay ) {
  1434. if (delay == undefined) delay = 20;
  1435. return $(this).each(function() {
  1436. var $el = $(this);
  1437. $el.on("paste", function() {
  1438. $el.trigger("prepaste");
  1439. setTimeout(function() { $el.trigger("postpaste"); }, delay);
  1440. });
  1441. });
  1442. };
  1443. $("textarea").on("postpaste", function()
  1444. {
  1445. if($(this).val().indexOf('<') != -1)
  1446. {
  1447. $(this).val(toMarkdown($(this).val()));
  1448. }
  1449. }).pasteEvents();