redactor-rails 0.4.5 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +43 -19
  3. data/lib/generators/redactor/config_generator.rb +3 -3
  4. data/lib/generators/redactor/templates/config.js +17 -12
  5. data/lib/redactor-rails/version.rb +1 -1
  6. data/redactor-rails.gemspec +2 -2
  7. data/vendor/assets/javascripts/redactor-rails/config.js +1 -2
  8. data/vendor/assets/javascripts/redactor-rails/langs/ar.js +18 -12
  9. data/vendor/assets/javascripts/redactor-rails/langs/az.js +72 -0
  10. data/vendor/assets/javascripts/redactor-rails/langs/ba.js +9 -3
  11. data/vendor/assets/javascripts/redactor-rails/langs/bg.js +8 -2
  12. data/vendor/assets/javascripts/redactor-rails/langs/by.js +7 -1
  13. data/vendor/assets/javascripts/redactor-rails/langs/ca.js +72 -0
  14. data/vendor/assets/javascripts/redactor-rails/langs/cs.js +28 -22
  15. data/vendor/assets/javascripts/redactor-rails/langs/da.js +18 -12
  16. data/vendor/assets/javascripts/redactor-rails/langs/de.js +18 -12
  17. data/vendor/assets/javascripts/redactor-rails/langs/el.js +72 -0
  18. data/vendor/assets/javascripts/redactor-rails/langs/en.js +23 -18
  19. data/vendor/assets/javascripts/redactor-rails/langs/eo.js +31 -25
  20. data/vendor/assets/javascripts/redactor-rails/langs/es.js +18 -12
  21. data/vendor/assets/javascripts/redactor-rails/langs/es_ar.js +73 -0
  22. data/vendor/assets/javascripts/redactor-rails/langs/fa.js +19 -13
  23. data/vendor/assets/javascripts/redactor-rails/langs/fi.js +13 -11
  24. data/vendor/assets/javascripts/redactor-rails/langs/fr.js +40 -45
  25. data/vendor/assets/javascripts/redactor-rails/langs/he.js +72 -0
  26. data/vendor/assets/javascripts/redactor-rails/langs/hr.js +71 -70
  27. data/vendor/assets/javascripts/redactor-rails/langs/hu.js +19 -13
  28. data/vendor/assets/javascripts/redactor-rails/langs/id.js +8 -2
  29. data/vendor/assets/javascripts/redactor-rails/langs/it.js +19 -13
  30. data/vendor/assets/javascripts/redactor-rails/langs/ja.js +18 -12
  31. data/vendor/assets/javascripts/redactor-rails/langs/ko.js +21 -15
  32. data/vendor/assets/javascripts/redactor-rails/langs/lt.js +72 -0
  33. data/vendor/assets/javascripts/redactor-rails/langs/lv.js +16 -10
  34. data/vendor/assets/javascripts/redactor-rails/langs/mk.js +72 -0
  35. data/vendor/assets/javascripts/redactor-rails/langs/nl.js +19 -13
  36. data/vendor/assets/javascripts/redactor-rails/langs/no_NB.js +72 -0
  37. data/vendor/assets/javascripts/redactor-rails/langs/pl.js +18 -12
  38. data/vendor/assets/javascripts/redactor-rails/langs/pt_br.js +30 -24
  39. data/vendor/assets/javascripts/redactor-rails/langs/pt_pt.js +72 -0
  40. data/vendor/assets/javascripts/redactor-rails/langs/ro.js +8 -2
  41. data/vendor/assets/javascripts/redactor-rails/langs/ru.js +19 -13
  42. data/vendor/assets/javascripts/redactor-rails/langs/sk.js +19 -13
  43. data/vendor/assets/javascripts/redactor-rails/langs/sl.js +76 -0
  44. data/vendor/assets/javascripts/redactor-rails/langs/sq.js +19 -13
  45. data/vendor/assets/javascripts/redactor-rails/langs/sr-cir.js +9 -3
  46. data/vendor/assets/javascripts/redactor-rails/langs/sr-lat.js +9 -3
  47. data/vendor/assets/javascripts/redactor-rails/langs/sv.js +19 -13
  48. data/vendor/assets/javascripts/redactor-rails/langs/th.js +72 -0
  49. data/vendor/assets/javascripts/redactor-rails/langs/tr.js +18 -12
  50. data/vendor/assets/javascripts/redactor-rails/langs/ua.js +17 -11
  51. data/vendor/assets/javascripts/redactor-rails/langs/vi.js +20 -14
  52. data/vendor/assets/javascripts/redactor-rails/langs/zh_cn.js +10 -11
  53. data/vendor/assets/javascripts/redactor-rails/langs/zh_tw.js +69 -70
  54. data/vendor/assets/javascripts/redactor-rails/plugins/clips.js +50 -24
  55. data/vendor/assets/javascripts/redactor-rails/plugins/fontcolor.js +72 -77
  56. data/vendor/assets/javascripts/redactor-rails/plugins/fontfamily.js +29 -21
  57. data/vendor/assets/javascripts/redactor-rails/plugins/fontsize.js +29 -22
  58. data/vendor/assets/javascripts/redactor-rails/plugins/fullscreen.js +111 -130
  59. data/vendor/assets/javascripts/redactor-rails/plugins/textdirection.js +26 -19
  60. data/vendor/assets/javascripts/redactor-rails/redactor.js +6638 -5879
  61. data/vendor/assets/javascripts/redactor-rails/redactor.min.js +4 -4
  62. data/vendor/assets/stylesheets/redactor-rails/css/redactor.css +874 -771
  63. data/vendor/assets/stylesheets/redactor-rails/plugins/clips.css +0 -28
  64. metadata +17 -5
@@ -1,12 +1,12 @@
1
1
  /*
2
- Redactor v9.1.9
3
- Updated: Dec 12, 2013
2
+ Redactor v10.0.4
3
+ Updated: November 10, 2014
4
4
 
5
5
  http://imperavi.com/redactor/
6
6
 
7
- Copyright (c) 2009-2013, Imperavi LLC.
7
+ Copyright (c) 2009-2014, Imperavi LLC.
8
8
  License: http://imperavi.com/redactor/license/
9
9
 
10
10
  Usage: $('#content').redactor();
11
11
  */
12
- (function(c){var a=0;"use strict";var d=function(e){this[0]=e.startOffset;this[1]=e.endOffset;this.range=e;return this;};d.prototype.equals=function(){return this[0]===this[1];};c.fn.redactor=function(f){var g=[];var e=Array.prototype.slice.call(arguments,1);if(typeof f==="string"){this.each(function(){var j=c.data(this,"redactor");if(typeof j!=="undefined"&&c.isFunction(j[f])){var h=j[f].apply(j,e);if(h!==undefined&&h!==j){g.push(h);}}else{return c.error('No such method "'+f+'" for Redactor');}});}else{this.each(function(){if(!c.data(this,"redactor")){c.data(this,"redactor",b(this,f));}});}if(g.length===0){return this;}else{if(g.length===1){return g[0];}else{return g;}}};function b(f,e){return new b.prototype.init(f,e);}c.Redactor=b;c.Redactor.VERSION="9.1.9";c.Redactor.opts={rangy:false,iframe:false,fullpage:false,css:false,lang:"en",direction:"ltr",placeholder:false,wym:false,mobile:true,cleanup:true,tidyHtml:true,pastePlainText:false,removeEmptyTags:true,templateVars:false,xhtml:false,visual:true,focus:false,tabindex:false,autoresize:true,minHeight:false,maxHeight:false,shortcuts:true,autosave:false,autosaveInterval:60,plugins:false,linkAnchor:true,linkEmail:true,linkProtocol:"http://",linkNofollow:false,linkSize:50,imageFloatMargin:"10px",imageGetJson:false,imageUpload:false,imageUploadParam:"file",fileUpload:false,fileUploadParam:"file",clipboardUpload:true,clipboardUploadUrl:false,dragUpload:true,dnbImageTypes:["image/png","image/jpeg","image/gif"],s3:false,uploadFields:false,observeImages:true,observeLinks:true,modalOverlay:true,tabSpaces:false,tabFocus:true,air:false,airButtons:["formatting","|","bold","italic","deleted","|","unorderedlist","orderedlist","outdent","indent"],toolbar:true,toolbarFixed:false,toolbarFixedTarget:document,toolbarFixedTopOffset:0,toolbarFixedBox:false,toolbarExternal:false,buttonSource:true,buttonSeparator:'<li class="redactor_separator"></li>',buttonsCustom:{},buttonsAdd:[],buttons:["html","|","formatting","|","bold","italic","deleted","|","unorderedlist","orderedlist","outdent","indent","|","image","video","file","table","link","|","alignment","|","horizontalrule"],activeButtons:["deleted","italic","bold","underline","unorderedlist","orderedlist","alignleft","aligncenter","alignright","justify","table"],activeButtonsStates:{b:"bold",strong:"bold",i:"italic",em:"italic",del:"deleted",strike:"deleted",ul:"unorderedlist",ol:"orderedlist",u:"underline",tr:"table",td:"table",table:"table"},activeButtonsAdd:false,formattingTags:["p","blockquote","pre","h1","h2","h3","h4","h5","h6"],linebreaks:false,paragraphy:true,convertDivs:true,convertLinks:true,convertImageLinks:false,convertVideoLinks:false,formattingPre:false,phpTags:false,allowedTags:false,deniedTags:["html","head","link","body","meta","script","style","applet"],boldTag:"strong",italicTag:"em",indentValue:20,buffer:[],rebuffer:[],textareamode:false,emptyHtml:"<p>&#x200b;</p>",invisibleSpace:"&#x200b;",rBlockTest:/^(P|H[1-6]|LI|ADDRESS|SECTION|HEADER|FOOTER|ASIDE|ARTICLE)$/i,alignmentTags:["P","H1","H2","H3","H4","H5","H6","DD","DL","DT","DIV","TD","BLOCKQUOTE","OUTPUT","FIGCAPTION","ADDRESS","SECTION","HEADER","FOOTER","ASIDE","ARTICLE"],ownLine:["area","body","head","hr","i?frame","link","meta","noscript","style","script","table","tbody","thead","tfoot"],contOwnLine:["li","dt","dt","h[1-6]","option","script"],newLevel:["blockquote","div","dl","fieldset","form","frameset","map","ol","p","pre","select","td","th","tr","ul"],blockLevelElements:["P","H1","H2","H3","H4","H5","H6","DD","DL","DT","DIV","LI","BLOCKQUOTE","OUTPUT","FIGCAPTION","PRE","ADDRESS","SECTION","HEADER","FOOTER","ASIDE","ARTICLE","TD"],langs:{en:{html:"HTML",video:"Insert Video",image:"Insert Image",table:"Table",link:"Link",link_insert:"Insert link",link_edit:"Edit link",unlink:"Unlink",formatting:"Formatting",paragraph:"Normal text",quote:"Quote",code:"Code",header1:"Header 1",header2:"Header 2",header3:"Header 3",header4:"Header 4",header5:"Header 5",bold:"Bold",italic:"Italic",fontcolor:"Font Color",backcolor:"Back Color",unorderedlist:"Unordered List",orderedlist:"Ordered List",outdent:"Outdent",indent:"Indent",cancel:"Cancel",insert:"Insert",save:"Save",_delete:"Delete",insert_table:"Insert Table",insert_row_above:"Add Row Above",insert_row_below:"Add Row Below",insert_column_left:"Add Column Left",insert_column_right:"Add Column Right",delete_column:"Delete Column",delete_row:"Delete Row",delete_table:"Delete Table",rows:"Rows",columns:"Columns",add_head:"Add Head",delete_head:"Delete Head",title:"Title",image_position:"Position",none:"None",left:"Left",right:"Right",image_web_link:"Image Web Link",text:"Text",mailto:"Email",web:"URL",video_html_code:"Video Embed Code",file:"Insert File",upload:"Upload",download:"Download",choose:"Choose",or_choose:"Or choose",drop_file_here:"Drop file here",align_left:"Align text to the left",align_center:"Center text",align_right:"Align text to the right",align_justify:"Justify text",horizontalrule:"Insert Horizontal Rule",deleted:"Deleted",anchor:"Anchor",link_new_tab:"Open link in new tab",underline:"Underline",alignment:"Alignment",filename:"Name (optional)",edit:"Edit"}}};b.fn=c.Redactor.prototype={keyCode:{BACKSPACE:8,DELETE:46,DOWN:40,ENTER:13,ESC:27,TAB:9,CTRL:17,META:91,LEFT:37,LEFT_WIN:91},init:function(f,e){this.rtePaste=false;this.$element=this.$source=c(f);this.uuid=a++;var g=c.extend(true,{},c.Redactor.opts);this.opts=c.extend({},g,this.$element.data(),e);this.start=true;this.dropdowns=[];this.sourceHeight=this.$source.css("height");this.sourceWidth=this.$source.css("width");if(this.opts.fullpage){this.opts.iframe=true;}if(this.opts.linebreaks){this.opts.paragraphy=false;}if(this.opts.paragraphy){this.opts.linebreaks=false;}if(this.opts.toolbarFixedBox){this.opts.toolbarFixed=true;}this.document=document;this.window=window;this.savedSel=false;this.cleanlineBefore=new RegExp("^<(/?"+this.opts.ownLine.join("|/?")+"|"+this.opts.contOwnLine.join("|")+")[ >]");this.cleanlineAfter=new RegExp("^<(br|/?"+this.opts.ownLine.join("|/?")+"|/"+this.opts.contOwnLine.join("|/")+")[ >]");this.cleannewLevel=new RegExp("^</?("+this.opts.newLevel.join("|")+")[ >]");this.rTestBlock=new RegExp("^("+this.opts.blockLevelElements.join("|")+")$","i");if(this.opts.linebreaks===false){if(this.opts.allowedTags!==false){var h=["strong","em","del"];var j=["b","i","strike"];if(c.inArray("p",this.opts.allowedTags)==="-1"){this.opts.allowedTags.push("p");}for(i in h){if(c.inArray(h[i],this.opts.allowedTags)!="-1"){this.opts.allowedTags.push(j[i]);}}}if(this.opts.deniedTags!==false){var l=c.inArray("p",this.opts.deniedTags);if(l!=="-1"){this.opts.deniedTags.splice(l,l);}}}if(this.browser("msie")||this.browser("opera")){this.opts.buttons=this.removeFromArrayByValue(this.opts.buttons,"horizontalrule");}this.opts.curLang=this.opts.langs[this.opts.lang];this.buildStart();},toolbarInit:function(e){return{html:{title:e.html,func:"toggle"},formatting:{title:e.formatting,func:"show",dropdown:{p:{title:e.paragraph,func:"formatBlocks"},blockquote:{title:e.quote,func:"formatQuote",className:"redactor_format_blockquote"},pre:{title:e.code,func:"formatBlocks",className:"redactor_format_pre"},h1:{title:e.header1,func:"formatBlocks",className:"redactor_format_h1"},h2:{title:e.header2,func:"formatBlocks",className:"redactor_format_h2"},h3:{title:e.header3,func:"formatBlocks",className:"redactor_format_h3"},h4:{title:e.header4,func:"formatBlocks",className:"redactor_format_h4"},h5:{title:e.header5,func:"formatBlocks",className:"redactor_format_h5"}}},bold:{title:e.bold,exec:"bold"},italic:{title:e.italic,exec:"italic"},deleted:{title:e.deleted,exec:"strikethrough"},underline:{title:e.underline,exec:"underline"},unorderedlist:{title:"&bull; "+e.unorderedlist,exec:"insertunorderedlist"},orderedlist:{title:"1. "+e.orderedlist,exec:"insertorderedlist"},outdent:{title:"< "+e.outdent,func:"indentingOutdent"},indent:{title:"> "+e.indent,func:"indentingIndent"},image:{title:e.image,func:"imageShow"},video:{title:e.video,func:"videoShow"},file:{title:e.file,func:"fileShow"},table:{title:e.table,func:"show",dropdown:{insert_table:{title:e.insert_table,func:"tableShow"},separator_drop1:{name:"separator"},insert_row_above:{title:e.insert_row_above,func:"tableAddRowAbove"},insert_row_below:{title:e.insert_row_below,func:"tableAddRowBelow"},insert_column_left:{title:e.insert_column_left,func:"tableAddColumnLeft"},insert_column_right:{title:e.insert_column_right,func:"tableAddColumnRight"},separator_drop2:{name:"separator"},add_head:{title:e.add_head,func:"tableAddHead"},delete_head:{title:e.delete_head,func:"tableDeleteHead"},separator_drop3:{name:"separator"},delete_column:{title:e.delete_column,func:"tableDeleteColumn"},delete_row:{title:e.delete_row,func:"tableDeleteRow"},delete_table:{title:e.delete_table,func:"tableDeleteTable"}}},link:{title:e.link,func:"show",dropdown:{link:{title:e.link_insert,func:"linkShow"},unlink:{title:e.unlink,exec:"unlink"}}},fontcolor:{title:e.fontcolor,func:"show"},backcolor:{title:e.backcolor,func:"show"},alignment:{title:e.alignment,func:"show",dropdown:{alignleft:{title:e.align_left,func:"alignmentLeft"},aligncenter:{title:e.align_center,func:"alignmentCenter"},alignright:{title:e.align_right,func:"alignmentRight"},justify:{title:e.align_justify,func:"alignmentJustify"}}},alignleft:{title:e.align_left,func:"alignmentLeft"},aligncenter:{title:e.align_center,func:"alignmentCenter"},alignright:{title:e.align_right,func:"alignmentRight"},justify:{title:e.align_justify,func:"alignmentJustify"},horizontalrule:{exec:"inserthorizontalrule",title:e.horizontalrule}};},callback:function(e,f,g){var h=this.opts[e+"Callback"];if(c.isFunction(h)){if(f===false){return h.call(this,g);}else{return h.call(this,f,g);}}else{return g;}},destroy:function(){clearInterval(this.autosaveInterval);c(window).off(".redactor");this.$source.off("redactor-textarea");this.$element.off(".redactor").removeData("redactor");var f=this.get();if(this.opts.textareamode){this.$box.after(this.$source);this.$box.remove();this.$source.val(f).show();}else{var e=this.$editor;if(this.opts.iframe){e=this.$element;}this.$box.after(e);this.$box.remove();e.removeClass("redactor_editor").removeClass("redactor_editor_wym").removeAttr("contenteditable").html(f).show();}if(this.opts.air){c("#redactor_air_"+this.uuid).remove();}},getObject:function(){return c.extend({},this);},getEditor:function(){return this.$editor;},getBox:function(){return this.$box;},getIframe:function(){return(this.opts.iframe)?this.$frame:false;},getToolbar:function(){return(this.$toolbar)?this.$toolbar:false;},get:function(){return this.$source.val();},getCodeIframe:function(){this.$editor.removeAttr("contenteditable").removeAttr("dir");var e=this.outerHtml(this.$frame.contents().children());this.$editor.attr({contenteditable:true,dir:this.opts.direction});return e;},set:function(e,f,g){e=e.toString();e=e.replace(/\$/g,"&#36;");if(this.opts.fullpage){this.setCodeIframe(e);}else{this.setEditor(e,f);}if(e==""){g=false;}if(g!==false){this.placeholderRemove();}},setEditor:function(e,f){if(f!==false){e=this.cleanSavePreCode(e);e=this.cleanStripTags(e);e=this.cleanConvertProtected(e);e=this.cleanConvertInlineTags(e,true);if(this.opts.linebreaks===false){e=this.cleanConverters(e);}else{e=e.replace(/<p(.*?)>([\w\W]*?)<\/p>/gi,"$2<br>");}}e=e.replace(/&amp;#36;/g,"$");e=this.cleanEmpty(e);this.$editor.html(e);this.setNonEditable();this.setSpansVerified();this.sync();},setCodeIframe:function(e){var f=this.iframePage();this.$frame[0].src="about:blank";e=this.cleanConvertProtected(e);e=this.cleanConvertInlineTags(e);e=this.cleanRemoveSpaces(e);f.open();f.write(e);f.close();if(this.opts.fullpage){this.$editor=this.$frame.contents().find("body").attr({contenteditable:true,dir:this.opts.direction});}this.setNonEditable();this.setSpansVerified();this.sync();},setFullpageOnInit:function(e){e=this.cleanSavePreCode(e,true);e=this.cleanConverters(e);e=this.cleanEmpty(e);this.$editor.html(e);this.setNonEditable();this.setSpansVerified();this.sync();},setSpansVerified:function(){var f=this.$editor.find("span");var e="inline";c.each(f,function(){var g=this.outerHTML;var j=new RegExp("<"+this.tagName,"gi");var h=g.replace(j,"<"+e);j=new RegExp("</"+this.tagName,"gi");h=h.replace(j,"</"+e);c(this).replaceWith(h);});},setSpansVerifiedHtml:function(e){e=e.replace(/<span(.*?)>/,"<inline$1>");return e.replace(/<\/span>/,"</inline>");},setNonEditable:function(){this.$editor.find(".noneditable").attr("contenteditable",false);},sync:function(){var e="";this.cleanUnverified();if(this.opts.fullpage){e=this.getCodeIframe();}else{e=this.$editor.html();}e=this.syncClean(e);e=this.cleanRemoveEmptyTags(e);e=e.replace(/<\/li><(ul|ol)>([\w\W]*?)<\/(ul|ol)>/gi,"<$1>$2</$1></li>");if(c.trim(e)==="<br>"){e="";}if(this.opts.xhtml){var f=["br","hr","img","link","input","meta"];c.each(f,function(g,h){e=e.replace(new RegExp("<"+h+"(.*?[^/$]?)>","gi"),"<"+h+"$1 />");});}e=this.callback("syncBefore",false,e);this.$source.val(e);this.callback("syncAfter",false,e);if(this.start===false){this.callback("change",false,e);}},syncClean:function(e){if(!this.opts.fullpage){e=this.cleanStripTags(e);}e=c.trim(e);e=this.placeholderRemoveFromCode(e);e=e.replace(/&#x200b;/gi,"");e=e.replace(/&#8203;/gi,"");e=e.replace(/<\/a>&nbsp;/gi,"</a> ");if(this.opts.linkNofollow){e=e.replace(/<a(.*?)rel="nofollow"(.*?)>/gi,"<a$1$2>");e=e.replace(/<a(.*?)>/gi,'<a$1 rel="nofollow">');}e=e.replace("<!--?php","<?php");e=e.replace("?-->","?>");e=e.replace(/<(.*?)class="noeditable"(.*?) contenteditable="false"(.*?)>/gi,'<$1class="noeditable"$2$3>');e=e.replace(/ data-tagblock=""/gi,"");e=e.replace(/<br\s?\/?>\n?<\/(P|H[1-6]|LI|ADDRESS|SECTION|HEADER|FOOTER|ASIDE|ARTICLE)>/gi,"</$1>");e=e.replace(/<span(.*?)id="redactor-image-box"(.*?)>([\w\W]*?)<img(.*?)><\/span>/i,"$3<img$4>");e=e.replace(/<span(.*?)id="redactor-image-resizer"(.*?)>(.*?)<\/span>/i,"");e=e.replace(/<span(.*?)id="redactor-image-editter"(.*?)>(.*?)<\/span>/i,"");e=e.replace(/<font(.*?)>([\w\W]*?)<\/font>/gi,"$2");e=e.replace(/<span(.*?)>([\w\W]*?)<\/span>/gi,"$2");e=e.replace(/<inline>/gi,"<span>");e=e.replace(/<inline /gi,"<span ");e=e.replace(/<\/inline>/gi,"</span>");e=e.replace(/<span(.*?)class="redactor_placeholder"(.*?)>([\w\W]*?)<\/span>/gi,"");e=e.replace(/<span>([\w\W]*?)<\/span>/gi,"$1");e=e.replace(/&amp;/gi,"&");e=e.replace(/™/gi,"&trade;");e=e.replace(/©/gi,"&copy;");e=this.cleanReConvertProtected(e);return e;},buildStart:function(){this.content="";this.$box=c('<div class="redactor_box" />');if(this.$source[0].tagName==="TEXTAREA"){this.opts.textareamode=true;}if(this.opts.mobile===false&&this.isMobile()){this.buildMobile();}else{this.buildContent();if(this.opts.iframe){this.opts.autoresize=false;this.iframeStart();}else{if(this.opts.textareamode){this.buildFromTextarea();}else{this.buildFromElement();}}if(!this.opts.iframe){this.buildOptions();this.buildAfter();}}},buildMobile:function(){if(!this.opts.textareamode){this.$editor=this.$source;this.$editor.hide();this.$source=this.buildCodearea(this.$editor);this.$source.val(this.content);}this.$box.insertAfter(this.$source).append(this.$source);},buildContent:function(){if(this.opts.textareamode){this.content=c.trim(this.$source.val());}else{this.content=c.trim(this.$source.html());}},buildFromTextarea:function(){this.$editor=c("<div />");this.$box.insertAfter(this.$source).append(this.$editor).append(this.$source);this.buildAddClasses(this.$editor);this.buildEnable();},buildFromElement:function(){this.$editor=this.$source;this.$source=this.buildCodearea(this.$editor);this.$box.insertAfter(this.$editor).append(this.$editor).append(this.$source);this.buildEnable();},buildCodearea:function(e){return c("<textarea />").attr("name",e.attr("id")).css("height",this.sourceHeight);},buildAddClasses:function(e){c.each(this.$source.get(0).className.split(/\s+/),function(f,g){e.addClass("redactor_"+g);});},buildEnable:function(){this.$editor.addClass("redactor_editor").attr({contenteditable:true,dir:this.opts.direction});this.$source.attr("dir",this.opts.direction).hide();this.set(this.content,true,false);},buildOptions:function(){var e=this.$editor;if(this.opts.iframe){e=this.$frame;}if(this.opts.tabindex){e.attr("tabindex",this.opts.tabindex);}if(this.opts.minHeight){e.css("min-height",this.opts.minHeight+"px");}if(this.opts.maxHeight){this.opts.autoresize=false;this.sourceHeight=this.opts.maxHeight;}if(this.opts.wym){this.$editor.addClass("redactor_editor_wym");}if(!this.opts.autoresize){e.css("height",this.sourceHeight);}},buildAfter:function(){this.start=false;if(this.opts.toolbar){this.opts.toolbar=this.toolbarInit(this.opts.curLang);this.toolbarBuild();}this.modalTemplatesInit();this.buildPlugins();this.buildBindKeyboard();if(this.opts.autosave){this.autosave();}setTimeout(c.proxy(this.observeStart,this),4);if(this.browser("mozilla")){try{this.document.execCommand("enableObjectResizing",false,false);this.document.execCommand("enableInlineTableEditing",false,false);}catch(f){}}if(this.opts.focus){setTimeout(c.proxy(this.focus,this),100);}if(!this.opts.visual){setTimeout(c.proxy(function(){this.opts.visual=true;this.toggle(false);},this),200);}this.callback("init");},buildBindKeyboard:function(){this.dblEnter=0;if(this.opts.dragUpload&&this.opts.imageUpload!==false){this.$editor.on("drop.redactor",c.proxy(this.buildEventDrop,this));}this.$editor.on("paste.redactor",c.proxy(this.buildEventPaste,this));this.$editor.on("keydown.redactor",c.proxy(this.buildEventKeydown,this));this.$editor.on("keyup.redactor",c.proxy(this.buildEventKeyup,this));if(c.isFunction(this.opts.textareaKeydownCallback)){this.$source.on("keydown.redactor-textarea",c.proxy(this.opts.textareaKeydownCallback,this));}if(c.isFunction(this.opts.focusCallback)){this.$editor.on("focus.redactor",c.proxy(this.opts.focusCallback,this));}var e;c(document).mousedown(function(f){e=c(f.target);});this.$editor.on("blur.redactor",c.proxy(function(f){if(!c(e).hasClass("redactor_toolbar")&&c(e).parents(".redactor_toolbar").size()==0){this.selectall=false;if(c.isFunction(this.opts.blurCallback)){this.callback("blur",f);}}},this));},buildEventDrop:function(j){j=j.originalEvent||j;if(window.FormData===undefined||!j.dataTransfer){return true;}var h=j.dataTransfer.files.length;if(h==0){return true;}j.preventDefault();var g=j.dataTransfer.files[0];if(this.opts.dnbImageTypes!==false&&this.opts.dnbImageTypes.indexOf(g.type)==-1){return true;}this.bufferSet();var f=c('<div id="redactor-progress-drag" class="redactor-progress redactor-progress-striped"><div id="redactor-progress-bar" class="redactor-progress-bar" style="width: 100%;"></div></div>');c(document.body).append(f);if(this.opts.s3===false){this.dragUploadAjax(this.opts.imageUpload,g,true,f,j,this.opts.imageUploadParam);}else{this.s3uploadFile(g);}},buildEventPaste:function(g){var h=false;if(this.browser("webkit")&&navigator.userAgent.indexOf("Chrome")===-1){var f=this.browser("version").split(".");if(f[0]<536){h=true;}}if(h){return true;}if(this.browser("opera")){return true;}if(this.opts.clipboardUpload&&this.buildEventClipboardUpload(g)){return true;}if(this.opts.cleanup){this.rtePaste=true;this.selectionSave();if(!this.selectall){if(this.opts.autoresize===true&&this.fullscreen!==true){this.$editor.height(this.$editor.height());this.saveScroll=this.document.body.scrollTop;}else{this.saveScroll=this.$editor.scrollTop();}}var j=this.extractContent();setTimeout(c.proxy(function(){var e=this.extractContent();this.$editor.append(j);this.selectionRestore();var l=this.getFragmentHtml(e);this.pasteClean(l);if(this.opts.autoresize===true&&this.fullscreen!==true){this.$editor.css("height","auto");}},this),1);}},buildEventClipboardUpload:function(j){var h=j.originalEvent||j;this.clipboardFilePaste=false;if(typeof(h.clipboardData)==="undefined"){return false;}if(h.clipboardData.items){var g=h.clipboardData.items[0].getAsFile();if(g!==null){this.bufferSet();this.clipboardFilePaste=true;var f=new FileReader();f.onload=c.proxy(this.pasteClipboardUpload,this);f.readAsDataURL(g);return true;}}return false;},buildEventKeydown:function(n){if(this.rtePaste){return false;}var r=n.which;var f=n.ctrlKey||n.metaKey;var p=this.getParent();var o=this.getCurrent();var j=this.getBlock();var h=false;this.callback("keydown",n);this.imageResizeHide(false);if((p&&c(p).get(0).tagName==="PRE")||(o&&c(o).get(0).tagName==="PRE")){h=true;if(r===this.keyCode.DOWN){this.insertAfterLastElement(j);}}if(r===this.keyCode.DOWN){if(p&&c(p)[0].tagName==="BLOCKQUOTE"){this.insertAfterLastElement(p);}if(o&&c(o)[0].tagName==="BLOCKQUOTE"){this.insertAfterLastElement(o);}if(p&&c(p)[0].tagName==="P"&&c(p).parent()[0].tagName=="BLOCKQUOTE"){this.insertAfterLastElement(p,c(p).parent()[0]);}if(o&&c(o)[0].tagName==="P"&&p&&c(p)[0].tagName=="BLOCKQUOTE"){this.insertAfterLastElement(o,p);}}if(f&&!n.shiftKey){this.shortcuts(n,r);}if(f&&r===90&&!n.shiftKey&&!n.altKey){n.preventDefault();if(this.opts.buffer.length){this.bufferUndo();}else{this.document.execCommand("undo",false,false);}return;}else{if(f&&r===90&&n.shiftKey&&!n.altKey){n.preventDefault();if(this.opts.rebuffer.length!=0){this.bufferRedo();}else{this.document.execCommand("redo",false,false);}return;}}if(f&&r===65){this.selectall=true;}else{if(r!=this.keyCode.LEFT_WIN&&!f){this.selectall=false;}}if(r==this.keyCode.ENTER&&!n.shiftKey&&!n.ctrlKey&&!n.metaKey){if(this.browser("msie")&&(p.nodeType==1&&(p.tagName=="TD"||p.tagName=="TH"))){n.preventDefault();this.bufferSet();this.insertNode(document.createElement("br"));this.callback("enter",n);return false;}if(j&&(j.tagName=="BLOCKQUOTE"||c(j).parent()[0].tagName=="BLOCKQUOTE")){if(this.isEndOfElement()){if(this.dblEnter==1){var m;var q;if(j.tagName=="BLOCKQUOTE"){q="br";m=j;}else{q="p";m=c(j).parent()[0];}n.preventDefault();this.insertingAfterLastElement(m);this.dblEnter=0;if(q=="p"){c(j).parent().find("p").last().remove();}else{var l=c.trim(c(j).html());c(j).html(l.replace(/<br\s?\/?>$/i,""));}return;}else{this.dblEnter++;}}else{this.dblEnter++;}}if(h===true){return this.buildEventKeydownPre(n,o);}else{if(!this.opts.linebreaks){if(j&&this.opts.rBlockTest.test(j.tagName)){this.bufferSet();setTimeout(c.proxy(function(){var s=this.getBlock();if(s.tagName==="DIV"&&!c(s).hasClass("redactor_editor")){var e=c("<p>"+this.opts.invisibleSpace+"</p>");c(s).replaceWith(e);this.selectionStart(e);}},this),1);}else{if(j===false){this.bufferSet();var g=c("<p>"+this.opts.invisibleSpace+"</p>");this.insertNode(g[0]);this.selectionStart(g);this.callback("enter",n);return false;}}}if(this.opts.linebreaks){if(j&&this.opts.rBlockTest.test(j.tagName)){this.bufferSet();setTimeout(c.proxy(function(){var e=this.getBlock();if((e.tagName==="DIV"||e.tagName==="P")&&!c(e).hasClass("redactor_editor")){this.replaceLineBreak(e);}},this),1);}else{return this.buildEventKeydownInsertLineBreak(n);}}if(j.tagName=="BLOCKQUOTE"||j.tagName=="FIGCAPTION"){return this.buildEventKeydownInsertLineBreak(n);}}this.callback("enter",n);}else{if(r===this.keyCode.ENTER&&(n.ctrlKey||n.shiftKey)){this.bufferSet();n.preventDefault();this.insertLineBreak();}}if(r===this.keyCode.TAB&&this.opts.shortcuts){return this.buildEventKeydownTab(n,h);}if(r===this.keyCode.BACKSPACE){this.buildEventKeydownBackspace(o);}},buildEventKeydownPre:function(h,g){h.preventDefault();this.bufferSet();var f=c(g).parent().text();this.insertNode(document.createTextNode("\n"));if(f.search(/\s$/)==-1){this.insertNode(document.createTextNode("\n"));}this.sync();this.callback("enter",h);return false;},buildEventKeydownTab:function(g,f){if(!this.opts.tabFocus){return true;}if(this.isEmpty(this.get())&&this.opts.tabSpaces===false){return true;}g.preventDefault();if(f===true&&!g.shiftKey){this.bufferSet();this.insertNode(document.createTextNode("\t"));this.sync();return false;}else{if(this.opts.tabSpaces!==false){this.bufferSet();this.insertNode(document.createTextNode(Array(this.opts.tabSpaces+1).join("\u00a0")));this.sync();return false;}else{if(!g.shiftKey){this.indentingIndent();}else{this.indentingOutdent();}}}return false;},buildEventKeydownBackspace:function(f){if(typeof f.tagName!=="undefined"&&/^(H[1-6])$/i.test(f.tagName)){var e;if(this.opts.linebreaks===false){e=c("<p>"+this.opts.invisibleSpace+"</p>");}else{e=c("<br>"+this.opts.invisibleSpace);}c(f).replaceWith(e);this.selectionStart(e);}if(typeof f.nodeValue!=="undefined"&&f.nodeValue!==null){if(f.remove&&f.nodeType===3&&f.nodeValue.match(/[^/\u200B]/g)==null){f.remove();}}},buildEventKeydownInsertLineBreak:function(f){this.bufferSet();f.preventDefault();this.insertLineBreak();this.callback("enter",f);return;},buildEventKeyup:function(m){if(this.rtePaste){return false;}var f=m.which;var h=this.getParent();var l=this.getCurrent();if(!this.opts.linebreaks&&l.nodeType==3&&(h==false||h.tagName=="BODY")){var j=c("<p>").append(c(l).clone());c(l).replaceWith(j);var g=c(j).next();if(typeof(g[0])!=="undefined"&&g[0].tagName=="BR"){g.remove();}this.selectionEnd(j);}if((this.opts.convertLinks||this.opts.convertImageLinks||this.opts.convertVideoLinks)&&f===this.keyCode.ENTER){this.buildEventKeyupConverters();}if(f===this.keyCode.DELETE||f===this.keyCode.BACKSPACE){return this.formatEmpty(m);}this.callback("keyup",m);this.sync();},buildEventKeyupConverters:function(){this.formatLinkify(this.opts.linkProtocol,this.opts.convertLinks,this.opts.convertImageLinks,this.opts.convertVideoLinks,this.opts.linkSize);setTimeout(c.proxy(function(){if(this.opts.convertImageLinks){this.observeImages();}if(this.opts.observeLinks){this.observeLinks();}},this),5);},buildPlugins:function(){if(!this.opts.plugins){return;}c.each(this.opts.plugins,c.proxy(function(e,f){if(RedactorPlugins[f]){c.extend(this,RedactorPlugins[f]);if(c.isFunction(RedactorPlugins[f].init)){this.init();}}},this));},iframeStart:function(){this.iframeCreate();if(this.opts.textareamode){this.iframeAppend(this.$source);}else{this.$sourceOld=this.$source.hide();this.$source=this.buildCodearea(this.$sourceOld);this.iframeAppend(this.$sourceOld);}},iframeAppend:function(e){this.$source.attr("dir",this.opts.direction).hide();this.$box.insertAfter(e).append(this.$frame).append(this.$source);},iframeCreate:function(){this.$frame=c('<iframe style="width: 100%;" frameborder="0" />').one("load",c.proxy(function(){if(this.opts.fullpage){this.iframePage();if(this.content===""){this.content=this.opts.invisibleSpace;}this.$frame.contents()[0].write(this.content);this.$frame.contents()[0].close();var e=setInterval(c.proxy(function(){if(this.$frame.contents().find("body").html()){clearInterval(e);this.iframeLoad();}},this),0);}else{this.iframeLoad();}},this));},iframeDoc:function(){return this.$frame[0].contentWindow.document;},iframePage:function(){var e=this.iframeDoc();if(e.documentElement){e.removeChild(e.documentElement);}return e;},iframeAddCss:function(e){e=e||this.opts.css;if(this.isString(e)){this.$frame.contents().find("head").append('<link rel="stylesheet" href="'+e+'" />');}if(c.isArray(e)){c.each(e,c.proxy(function(g,f){this.iframeAddCss(f);},this));}},iframeLoad:function(){this.$editor=this.$frame.contents().find("body").attr({contenteditable:true,dir:this.opts.direction});if(this.$editor[0]){this.document=this.$editor[0].ownerDocument;this.window=this.document.defaultView||window;}this.iframeAddCss();if(this.opts.fullpage){this.setFullpageOnInit(this.$editor.html());}else{this.set(this.content,true,false);}this.buildOptions();this.buildAfter();},placeholderStart:function(e){if(this.isEmpty(e)){if(this.$element.attr("placeholder")){this.opts.placeholder=this.$element.attr("placeholder");}if(this.opts.placeholder===""){this.opts.placeholder=false;}if(this.opts.placeholder!==false){this.opts.focus=false;this.$editor.one("focus.redactor_placeholder",c.proxy(this.placeholderFocus,this));return c('<span class="redactor_placeholder" data-redactor="verified">').attr("contenteditable",false).text(this.opts.placeholder);}}return false;},placeholderFocus:function(){this.$editor.find("span.redactor_placeholder").remove();var e="";if(this.opts.linebreaks===false){e=this.opts.emptyHtml;}this.$editor.off("focus.redactor_placeholder");this.$editor.html(e);if(this.opts.linebreaks===false){this.selectionStart(this.$editor.children()[0]);}else{this.focus();}this.sync();},placeholderRemove:function(){this.opts.placeholder=false;this.$editor.find("span.redactor_placeholder").remove();this.$editor.off("focus.redactor_placeholder");},placeholderRemoveFromCode:function(e){return e.replace(/<span class="redactor_placeholder"(.*?)>(.*?)<\/span>/i,"");},shortcuts:function(g,f){if(!this.opts.shortcuts){return;}if(!g.altKey){if(f===77){this.shortcutsLoad(g,"removeFormat");}else{if(f===66){this.shortcutsLoad(g,"bold");}else{if(f===73){this.shortcutsLoad(g,"italic");}else{if(f===74){this.shortcutsLoad(g,"insertunorderedlist");}else{if(f===75){this.shortcutsLoad(g,"insertorderedlist");}else{if(f===72){this.shortcutsLoad(g,"superscript");}else{if(f===76){this.shortcutsLoad(g,"subscript");}}}}}}}}else{if(f===48){this.shortcutsLoadFormat(g,"p");}else{if(f===49){this.shortcutsLoadFormat(g,"h1");}else{if(f===50){this.shortcutsLoadFormat(g,"h2");}else{if(f===51){this.shortcutsLoadFormat(g,"h3");}else{if(f===52){this.shortcutsLoadFormat(g,"h4");}else{if(f===53){this.shortcutsLoadFormat(g,"h5");}else{if(f===54){this.shortcutsLoadFormat(g,"h6");}}}}}}}}},shortcutsLoad:function(g,f){g.preventDefault();this.execCommand(f,false);},shortcutsLoadFormat:function(g,f){g.preventDefault();this.formatBlocks(f);},focus:function(){if(!this.browser("opera")){this.window.setTimeout(c.proxy(this.focusSet,this,true),1);}else{this.$editor.focus();}},focusEnd:function(){this.focusSet();},focusSet:function(g){this.$editor.focus();var e=this.getRange();e.selectNodeContents(this.$editor[0]);e.collapse(g||false);var f=this.getSelection();f.removeAllRanges();f.addRange(e);},toggle:function(e){if(this.opts.visual){this.toggleCode(e);}else{this.toggleVisual();}},toggleVisual:function(){var e=this.$source.hide().val();if(typeof this.modified!=="undefined"){this.modified=this.cleanRemoveSpaces(this.modified,false)!==this.cleanRemoveSpaces(e,false);}if(this.modified){if(this.opts.fullpage&&e===""){this.setFullpageOnInit(e);}else{this.set(e);if(this.opts.fullpage){this.buildBindKeyboard();}}}if(this.opts.iframe){this.$frame.show();}else{this.$editor.show();}if(this.opts.fullpage){this.$editor.attr("contenteditable",true);}this.$source.off("keydown.redactor-textarea-indenting");this.$editor.focus();this.selectionRestore();this.observeStart();this.buttonActiveVisual();this.buttonInactive("html");this.opts.visual=true;},toggleCode:function(g){if(g!==false){this.selectionSave();}var e=null;if(this.opts.iframe){e=this.$frame.height();if(this.opts.fullpage){this.$editor.removeAttr("contenteditable");}this.$frame.hide();}else{e=this.$editor.innerHeight();this.$editor.hide();}var f=this.$source.val();if(f!==""&&this.opts.tidyHtml){this.$source.val(this.cleanHtml(f));}this.modified=f;this.$source.height(e).show().focus();this.$source.on("keydown.redactor-textarea-indenting",this.textareaIndenting);this.buttonInactiveVisual();this.buttonActive("html");this.opts.visual=false;},textareaIndenting:function(g){if(g.keyCode===9){var f=c(this);var h=f.get(0).selectionStart;f.val(f.val().substring(0,h)+"\t"+f.val().substring(f.get(0).selectionEnd));f.get(0).selectionStart=f.get(0).selectionEnd=h+1;return false;}},autosave:function(){var e=false;this.autosaveInterval=setInterval(c.proxy(function(){var f=this.get();if(e!==f){c.ajax({url:this.opts.autosave,type:"post",data:this.$source.attr("name")+"="+escape(encodeURIComponent(f)),success:c.proxy(function(g){this.callback("autosave",false,g);e=f;},this)});}},this),this.opts.autosaveInterval*1000);},toolbarBuild:function(){if(this.opts.air){this.opts.buttons=this.opts.airButtons;}else{if(!this.opts.buttonSource){var f=this.opts.buttons.indexOf("html"),g=this.opts.buttons[f+1];this.opts.buttons.splice(f,1);if(g==="|"){this.opts.buttons.splice(f,1);}}}c.extend(this.opts.toolbar,this.opts.buttonsCustom);c.each(this.opts.buttonsAdd,c.proxy(function(h,j){this.opts.buttons.push(j);},this));if(this.opts.toolbar){c.each(this.opts.toolbar.formatting.dropdown,c.proxy(function(h,j){if(c.inArray(h,this.opts.formattingTags)=="-1"){delete this.opts.toolbar.formatting.dropdown[h];}},this));}if(this.opts.buttons.length===0){return false;}this.airEnable();this.$toolbar=c("<ul>").addClass("redactor_toolbar").attr("id","redactor_toolbar_"+this.uuid);if(this.opts.air){this.$air=c('<div class="redactor_air">').attr("id","redactor_air_"+this.uuid).hide();this.$air.append(this.$toolbar);c("body").append(this.$air);}else{if(this.opts.toolbarExternal){c(this.opts.toolbarExternal).html(this.$toolbar);}else{this.$box.prepend(this.$toolbar);}}c.each(this.opts.buttons,c.proxy(function(j,l){if(l==="|"){this.$toolbar.append(c(this.opts.buttonSeparator));}else{if(this.opts.toolbar[l]){var h=this.opts.toolbar[l];if(this.opts.fileUpload===false&&l==="file"){return true;}this.$toolbar.append(c("<li>").append(this.buttonBuild(l,h)));}}},this));this.$toolbar.find("a").attr("tabindex","-1");if(this.opts.toolbarFixed){this.toolbarObserveScroll();c(this.opts.toolbarFixedTarget).on("scroll.redactor",c.proxy(this.toolbarObserveScroll,this));}if(this.opts.activeButtons){var e=c.proxy(this.buttonActiveObserver,this);this.$editor.on("mouseup.redactor keyup.redactor",e);}},toolbarObserveScroll:function(){var j=c(this.opts.toolbarFixedTarget).scrollTop();var g=this.$box.offset().top;var h=0;var e=g+this.$box.height()+40;if(j>g){var f="100%";if(this.opts.toolbarFixedBox){h=this.$box.offset().left;f=this.$box.innerWidth();this.$toolbar.addClass("toolbar_fixed_box");}this.toolbarFixed=true;this.$toolbar.css({position:"fixed",width:f,zIndex:1005,top:this.opts.toolbarFixedTopOffset+"px",left:h});if(j<e){this.$toolbar.css("visibility","visible");}else{this.$toolbar.css("visibility","hidden");}}else{this.toolbarFixed=false;this.$toolbar.css({position:"relative",width:"auto",top:0,left:h});if(this.opts.toolbarFixedBox){this.$toolbar.removeClass("toolbar_fixed_box");}}},airEnable:function(){if(!this.opts.air){return;}this.$editor.on("mouseup.redactor keyup.redactor",this,c.proxy(function(g){var j=this.getSelectionText();if(g.type==="mouseup"&&j!=""){this.airShow(g);}if(g.type==="keyup"&&g.shiftKey&&j!=""){var f=c(this.getElement(this.getSelection().focusNode)),h=f.offset();h.height=f.height();this.airShow(h,true);}},this));},airShow:function(l,f){if(!this.opts.air){return;}var j,h;c(".redactor_air").hide();if(f){j=l.left;h=l.top+l.height+14;if(this.opts.iframe){h+=this.$box.position().top-c(this.document).scrollTop();j+=this.$box.position().left;}}else{var g=this.$air.innerWidth();j=l.clientX;if(c(this.document).width()<(j+g)){j-=g;}h=l.clientY+14;if(this.opts.iframe){h+=this.$box.position().top;j+=this.$box.position().left;}else{h+=c(this.document).scrollTop();}}this.$air.css({left:j+"px",top:h+"px"}).show();this.airBindHide();},airBindHide:function(){if(!this.opts.air){return;}var e=c.proxy(function(f){c(f).on("mousedown.redactor",c.proxy(function(g){if(c(g.target).closest(this.$toolbar).length===0){this.$air.fadeOut(100);this.selectionRemove();c(f).off(g);}},this)).on("keydown.redactor",c.proxy(function(g){if(g.which===this.keyCode.ESC){this.getSelection().collapseToStart();}this.$air.fadeOut(100);c(f).off(g);},this));},this);e(document);if(this.opts.iframe){e(this.document);}},airBindMousemoveHide:function(){if(!this.opts.air){return;}var e=c.proxy(function(f){c(f).on("mousemove.redactor",c.proxy(function(g){if(c(g.target).closest(this.$toolbar).length===0){this.$air.fadeOut(100);c(f).off(g);}},this));},this);e(document);if(this.opts.iframe){e(this.document);}},dropdownBuild:function(f,e){c.each(e,c.proxy(function(j,h){if(!h.className){h.className="";}var g;if(h.name==="separator"){g=c('<a class="redactor_separator_drop">');}else{g=c('<a href="#" class="'+h.className+" redactor_dropdown_"+j+'">'+h.title+"</a>");g.on("click",c.proxy(function(l){if(l.preventDefault){l.preventDefault();}if(this.browser("msie")){l.returnValue=false;}if(h.callback){h.callback.call(this,j,g,h,l);}if(h.exec){this.execCommand(h.exec,j);}if(h.func){this[h.func](j);}this.buttonActiveObserver();if(this.opts.air){this.$air.fadeOut(100);}},this));}f.append(g);},this));},dropdownShow:function(m,q){if(!this.opts.visual){m.preventDefault();return false;}var n=this.$toolbar.find(".redactor_dropdown_box_"+q);var f=this.buttonGet(q);if(f.hasClass("dropact")){this.dropdownHideAll();}else{this.dropdownHideAll();this.buttonActive(q);f.addClass("dropact");var r=f.position();if(this.toolbarFixed){r=f.offset();}var o=n.width();if((r.left+o)>c(document).width()){r.left-=o;}var h=r.left+"px";var j=29;var l="absolute";var p=j+"px";if(this.opts.toolbarFixed&&this.toolbarFixed){l="fixed";}else{if(!this.opts.air){p=r.top+j+"px";}}n.css({position:l,left:h,top:p}).show();}var g=c.proxy(function(s){this.dropdownHide(s,n);},this);c(document).one("click",g);this.$editor.one("click",g);m.stopPropagation();this.$editor.focus();},dropdownHideAll:function(){this.$toolbar.find("a.dropact").removeClass("redactor_act").removeClass("dropact");c(".redactor_dropdown").hide();},dropdownHide:function(g,f){if(!c(g.target).hasClass("dropact")){f.removeClass("dropact");this.dropdownHideAll();}},buttonBuild:function(h,e){var f=c('<a href="javascript:;" title="'+e.title+'" tabindex="-1" class="redactor_btn redactor_btn_'+h+'"></a>');f.on("click",c.proxy(function(j){if(j.preventDefault){j.preventDefault();}if(this.browser("msie")){j.returnValue=false;}if(f.hasClass("redactor_button_disabled")){return false;}if(this.isFocused()===false&&!e.exec){this.$editor.focus();}if(e.exec){this.$editor.focus();this.execCommand(e.exec,h);this.airBindMousemoveHide();}else{if(e.func&&e.func!=="show"){this[e.func](h);this.airBindMousemoveHide();}else{if(e.callback){e.callback.call(this,h,f,e,j);this.airBindMousemoveHide();}else{if(e.dropdown){this.dropdownShow(j,h);}}}}this.buttonActiveObserver(false,h);},this));if(e.dropdown){var g=c('<div class="redactor_dropdown redactor_dropdown_box_'+h+'" style="display: none;">');g.appendTo(this.$toolbar);this.dropdownBuild(g,e.dropdown);}return f;},buttonGet:function(e){if(!this.opts.toolbar){return false;}return c(this.$toolbar.find("a.redactor_btn_"+e));},buttonActiveToggle:function(f){var e=this.buttonGet(f);if(e.hasClass("redactor_act")){e.removeClass("redactor_act");}else{e.addClass("redactor_act");}},buttonActive:function(e){this.buttonGet(e).addClass("redactor_act");},buttonInactive:function(e){this.buttonGet(e).removeClass("redactor_act");},buttonInactiveAll:function(e){c.each(this.opts.toolbar,c.proxy(function(f){if(f!=e){this.buttonInactive(f);}},this));},buttonActiveVisual:function(){this.$toolbar.find("a.redactor_btn").not("a.redactor_btn_html").removeClass("redactor_button_disabled");},buttonInactiveVisual:function(){this.$toolbar.find("a.redactor_btn").not("a.redactor_btn_html").addClass("redactor_button_disabled");},buttonChangeIcon:function(e,f){this.buttonGet(e).addClass("redactor_btn_"+f);},buttonRemoveIcon:function(e,f){this.buttonGet(e).removeClass("redactor_btn_"+f);},buttonAddSeparator:function(){this.$toolbar.append(c(this.opts.buttonSeparator));},buttonAddSeparatorAfter:function(e){this.buttonGet(e).parent().after(c(this.opts.buttonSeparator));},buttonAddSeparatorBefore:function(e){this.buttonGet(e).parent().before(c(this.opts.buttonSeparator));},buttonRemoveSeparatorAfter:function(e){this.buttonGet(e).parent().next().remove();},buttonRemoveSeparatorBefore:function(e){this.buttonGet(e).parent().prev().remove();},buttonSetRight:function(e){if(!this.opts.toolbar){return;}this.buttonGet(e).parent().addClass("redactor_btn_right");},buttonSetLeft:function(e){if(!this.opts.toolbar){return;}this.buttonGet(e).parent().removeClass("redactor_btn_right");},buttonAdd:function(f,g,j,h){if(!this.opts.toolbar){return;}var e=this.buttonBuild(f,{title:g,callback:j,dropdown:h});this.$toolbar.append(c("<li>").append(e));},buttonAddFirst:function(f,g,j,h){if(!this.opts.toolbar){return;}var e=this.buttonBuild(f,{title:g,callback:j,dropdown:h});this.$toolbar.prepend(c("<li>").append(e));},buttonAddAfter:function(m,f,h,l,j){if(!this.opts.toolbar){return;}var e=this.buttonBuild(f,{title:h,callback:l,dropdown:j});var g=this.buttonGet(m);if(g.size()!==0){g.parent().after(c("<li>").append(e));}else{this.$toolbar.append(c("<li>").append(e));}},buttonAddBefore:function(j,f,h,m,l){if(!this.opts.toolbar){return;}var e=this.buttonBuild(f,{title:h,callback:m,dropdown:l});var g=this.buttonGet(j);if(g.size()!==0){g.parent().before(c("<li>").append(e));}else{this.$toolbar.append(c("<li>").append(e));}},buttonRemove:function(e,g){var f=this.buttonGet(e);if(g){f.parent().next().remove();}f.parent().removeClass("redactor_btn_right");f.remove();},buttonActiveObserver:function(h,l){var f=this.getParent();this.buttonInactiveAll(l);if(h===false&&l!=="html"){if(c.inArray(l,this.opts.activeButtons)!=-1){this.buttonActiveToggle(l);}return;}if(f&&f.tagName==="A"){this.$toolbar.find("a.redactor_dropdown_link").text(this.opts.curLang.link_edit);}else{this.$toolbar.find("a.redactor_dropdown_link").text(this.opts.curLang.link_insert);}if(this.opts.activeButtonsAdd){c.each(this.opts.activeButtonsAdd,c.proxy(function(e,m){this.opts.activeButtons.push(m);},this));c.extend(this.opts.activeButtonsStates,this.opts.activeButtonsAdd);}c.each(this.opts.activeButtonsStates,c.proxy(function(e,m){if(c(f).closest(e,this.$editor.get()[0]).length!=0){this.buttonActive(m);}},this));var g=c(f).closest(this.opts.alignmentTags.toString().toLowerCase(),this.$editor[0]);if(g.length){var j=g.css("text-align");switch(j){case"right":this.buttonActive("alignright");break;case"center":this.buttonActive("aligncenter");break;case"justify":this.buttonActive("justify");break;default:this.buttonActive("alignleft");break;}}},execPasteFrag:function(e){var j=this.getSelection();if(j.getRangeAt&&j.rangeCount){range=j.getRangeAt(0);range.deleteContents();var f=document.createElement("div");f.innerHTML=e;var m=document.createDocumentFragment(),h,g;while((h=f.firstChild)){g=m.appendChild(h);}var l=m.firstChild;range.insertNode(m);if(g){range=range.cloneRange();range.setStartAfter(g);range.collapse(true);j.removeAllRanges();j.addRange(range);}}},exec:function(f,g,e){if(f==="formatblock"&&this.browser("msie")){g="<"+g+">";}if(f==="inserthtml"&&this.browser("msie")){if(!this.isIe11()){this.$editor.focus();this.document.selection.createRange().pasteHTML(g);}else{this.execPasteFrag(g);}}else{this.document.execCommand(f,false,g);}if(e!==false){this.sync();}this.callback("execCommand",f,g);},execCommand:function(f,g,e){if(!this.opts.visual){this.$source.focus();return false;}if(f==="inserthtml"){this.insertHtml(g,e);this.callback("execCommand",f,g);return;}if(this.currentOrParentIs("PRE")&&!this.opts.formattingPre){return false;}if(f==="insertunorderedlist"||f==="insertorderedlist"){return this.execLists(f,g);}if(f==="unlink"){return this.execUnlink(f,g);}this.exec(f,g,e);if(f==="inserthorizontalrule"){this.$editor.find("hr").removeAttr("id");}},execUnlink:function(f,g){this.bufferSet();var e=this.currentOrParentIs("A");if(e){c(e).replaceWith(c(e).text());this.sync();this.callback("execCommand",f,g);return;}},execLists:function(j,h){this.bufferSet();var r=this.getParent();var o=c(r).closest("ol, ul");var n=false;if(o.length){n=true;var q=o[0].tagName;if((j==="insertunorderedlist"&&q==="OL")||(j==="insertorderedlist"&&q==="UL")){n=false;}}this.selectionSave();if(n){var f=this.getNodes();var g=this.getBlocks(f);if(typeof f[0]!="undefined"&&f.length>1&&f[0].nodeType==3){g.unshift(this.getBlock());}var m="",t="";c.each(g,c.proxy(function(w,x){if(x.tagName=="LI"){var v=c(x);var u=v.clone();u.find("ul","ol").remove();if(this.opts.linebreaks===false){m+=this.outerHtml(c("<p>").append(u.contents()));}else{m+=u.html()+"<br>";}if(w==0){v.addClass("redactor-replaced").empty();t=this.outerHtml(v);}else{v.remove();}}},this));html=this.$editor.html().replace(t,"</"+q+">"+m+"<"+q+">");this.$editor.html(html);this.$editor.find(q+":empty").remove();}else{var e=this.getParent();this.document.execCommand(j);var r=this.getParent();var o=c(r).closest("ol, ul");if(e&&e.tagName=="TD"){o.wrapAll("<td>");}if(o.length){var s=o.children().first();if(c.trim(c(s).text())==""){var l=c('<span id="selection-marker-1"></span>');c(s).prepend(l);}if((this.browser("msie")||this.browser("mozilla"))&&r.tagName!=="LI"){c(r).replaceWith(c(r).html());}var p=o.parent();if(this.isParentRedactor(p)&&this.nodeTestBlocks(p[0])){p.replaceWith(p.contents());}}if(this.browser("mozilla")){this.$editor.focus();}}this.selectionRestore();c(l).remove();this.sync();this.callback("execCommand",j,h);return;},indentingIndent:function(){this.indentingStart("indent");},indentingOutdent:function(){this.indentingStart("outdent");},indentingStart:function(h){this.bufferSet();if(h==="indent"){var j=this.getBlock();this.selectionSave();if(j&&j.tagName=="LI"){var o=this.getParent();var l=c(o).closest("ol, ul");var n=l[0].tagName;var f=this.getBlocks();c.each(f,function(t,u){if(u.tagName=="LI"){var r=c(u).prev();if(r.size()!=0&&r[0].tagName=="LI"){var q=r.children("ul, ol");if(q.size()==0){r.append(c("<"+n+">").append(u));}else{q.append(u);}}}});}else{if(j===false&&this.opts.linebreaks===true){this.exec("formatBlock","blockquote");var p=this.getBlock();var j=c('<div data-tagblock="">').html(c(p).html());c(p).replaceWith(j);var g=this.normalize(c(j).css("margin-left"))+this.opts.indentValue;c(j).css("margin-left",g+"px");}else{var e=this.getBlocks();c.each(e,c.proxy(function(r,s){var q=false;if(s.tagName==="TD"){return;}if(c.inArray(s.tagName,this.opts.alignmentTags)!==-1){q=c(s);}else{q=c(s).closest(this.opts.alignmentTags.toString().toLowerCase(),this.$editor[0]);}var t=this.normalize(q.css("margin-left"))+this.opts.indentValue;q.css("margin-left",t+"px");},this));}}this.selectionRestore();}else{this.selectionSave();var j=this.getBlock();if(j&&j.tagName=="LI"){var f=this.getBlocks();var m=0;this.insideOutdent(j,m,f);}else{var e=this.getBlocks();c.each(e,c.proxy(function(r,s){var q=false;if(c.inArray(s.tagName,this.opts.alignmentTags)!==-1){q=c(s);}else{q=c(s).closest(this.opts.alignmentTags.toString().toLowerCase(),this.$editor[0]);}var t=this.normalize(q.css("margin-left"))-this.opts.indentValue;if(t<=0){if(this.opts.linebreaks===true&&typeof(q.data("tagblock"))!=="undefined"){q.replaceWith(q.html());}else{q.css("margin-left","");this.removeEmptyAttr(q,"style");}}else{q.css("margin-left",t+"px");}},this));}this.selectionRestore();}this.sync();},insideOutdent:function(e,g,f){if(e&&e.tagName=="LI"){var h=c(e).parent().parent();if(h.size()!=0&&h[0].tagName=="LI"){h.after(e);}else{if(typeof f[g]!="undefined"){e=f[g];g++;this.insideOutdent(e,g,f);}else{this.execCommand("insertunorderedlist");}}}},alignmentLeft:function(){this.alignmentSet("","JustifyLeft");},alignmentRight:function(){this.alignmentSet("right","JustifyRight");},alignmentCenter:function(){this.alignmentSet("center","JustifyCenter");},alignmentJustify:function(){this.alignmentSet("justify","JustifyFull");},alignmentSet:function(f,h){this.bufferSet();if(this.oldIE()){this.document.execCommand(h,false,false);return true;}this.selectionSave();var j=this.getBlock();if(!j&&this.opts.linebreaks){this.exec("formatBlock","blockquote");var e=this.getBlock();var j=c('<div data-tagblock="">').html(c(e).html());c(e).replaceWith(j);c(j).css("text-align",f);this.removeEmptyAttr(j,"style");if(f==""&&typeof(c(j).data("tagblock"))!=="undefined"){c(j).replaceWith(c(j).html());}}else{var g=this.getBlocks();c.each(g,c.proxy(function(m,n){var l=false;if(c.inArray(n.tagName,this.opts.alignmentTags)!==-1){l=c(n);}else{l=c(n).closest(this.opts.alignmentTags.toString().toLowerCase(),this.$editor[0]);}if(l){l.css("text-align",f);this.removeEmptyAttr(l,"style");}},this));}this.selectionRestore();this.sync();},cleanEmpty:function(e){var f=this.placeholderStart(e);if(f!==false){return f;}if(this.opts.linebreaks===false){if(e===""){e=this.opts.emptyHtml;}else{if(e.search(/^<hr\s?\/?>$/gi)!==-1){e="<hr>"+this.opts.emptyHtml;}}}return e;},cleanConverters:function(e){if(this.opts.convertDivs){e=e.replace(/<div(.*?)>([\w\W]*?)<\/div>/gi,"<p$1>$2</p>");}if(this.opts.paragraphy){e=this.cleanParagraphy(e);}return e;},cleanConvertProtected:function(e){if(this.opts.templateVars){e=e.replace(/\{\{(.*?)\}\}/gi,"<!-- template double $1 -->");e=e.replace(/\{(.*?)\}/gi,"<!-- template $1 -->");}e=e.replace(/<script(.*?)>([\w\W]*?)<\/script>/gi,'<title type="text/javascript" style="display: none;" class="redactor-script-tag"$1>$2</title>');e=e.replace(/<style(.*?)>([\w\W]*?)<\/style>/gi,'<section$1 style="display: none;" rel="redactor-style-tag">$2</section>');e=e.replace(/<form(.*?)>([\w\W]*?)<\/form>/gi,'<section$1 rel="redactor-form-tag">$2</section>');if(this.opts.phpTags){e=e.replace(/<\?php([\w\W]*?)\?>/gi,'<section style="display: none;" rel="redactor-php-tag">$1</section>');}else{e=e.replace(/<\?php([\w\W]*?)\?>/gi,"");}return e;},cleanReConvertProtected:function(e){if(this.opts.templateVars){e=e.replace(/<!-- template double (.*?) -->/gi,"{{$1}}");e=e.replace(/<!-- template (.*?) -->/gi,"{$1}");}e=e.replace(/<title type="text\/javascript" style="display: none;" class="redactor-script-tag"(.*?)>([\w\W]*?)<\/title>/gi,'<script$1 type="text/javascript">$2<\/script>');e=e.replace(/<section(.*?) style="display: none;" rel="redactor-style-tag">([\w\W]*?)<\/section>/gi,"<style$1>$2</style>");e=e.replace(/<section(.*?)rel="redactor-form-tag"(.*?)>([\w\W]*?)<\/section>/gi,"<form$1$2>$3</form>");if(this.opts.phpTags){e=e.replace(/<section style="display: none;" rel="redactor-php-tag">([\w\W]*?)<\/section>/gi,"<?php\r\n$1\r\n?>");}return e;},cleanRemoveSpaces:function(f,e){if(e!==false){var e=[];var h=f.match(/<(pre|style|script|title)(.*?)>([\w\W]*?)<\/(pre|style|script|title)>/gi);if(h===null){h=[];}if(this.opts.phpTags){var g=f.match(/<\?php([\w\W]*?)\?>/gi);if(g){h=c.merge(h,g);}}if(h){c.each(h,function(j,l){f=f.replace(l,"buffer_"+j);e.push(l);});}}f=f.replace(/\n/g," ");f=f.replace(/[\t]*/g,"");f=f.replace(/\n\s*\n/g,"\n");f=f.replace(/^[\s\n]*/g," ");f=f.replace(/[\s\n]*$/g," ");f=f.replace(/>\s{2,}</g,"> <");f=this.cleanReplacer(f,e);f=f.replace(/\n\n/g,"\n");return f;},cleanReplacer:function(f,e){if(e===false){return f;}c.each(e,function(g,h){f=f.replace("buffer_"+g,h);});return f;},cleanRemoveEmptyTags:function(h){h=h.replace(/<span>([\w\W]*?)<\/span>/gi,"$1");h=h.replace(/[\u200B-\u200D\uFEFF]/g,"");var j=["<b>\\s*</b>","<b>&nbsp;</b>","<em>\\s*</em>"];var g=["<pre></pre>","<blockquote>\\s*</blockquote>","<dd></dd>","<dt></dt>","<ul></ul>","<ol></ol>","<li></li>","<table></table>","<tr></tr>","<span>\\s*<span>","<span>&nbsp;<span>","<p>\\s*</p>","<p></p>","<p>&nbsp;</p>","<p>\\s*<br>\\s*</p>","<div>\\s*</div>","<div>\\s*<br>\\s*</div>"];if(this.opts.removeEmptyTags){g=g.concat(j);}else{g=j;}var e=g.length;for(var f=0;f<e;++f){h=h.replace(new RegExp(g[f],"gi"),"");}return h;},cleanParagraphy:function(l){l=c.trim(l);if(this.opts.linebreaks===true){return l;}if(l===""||l==="<p></p>"){return this.opts.emptyHtml;}l=l+"\n";var n=[];var j=l.match(/<(table|div|pre|object)(.*?)>([\w\W]*?)<\/(table|div|pre|object)>/gi);if(!j){j=[];}var m=l.match(/<!--([\w\W]*?)-->/gi);if(m){j=c.merge(j,m);}if(this.opts.phpTags){var f=l.match(/<section(.*?)rel="redactor-php-tag">([\w\W]*?)<\/section>/gi);if(f){j=c.merge(j,f);}}if(j){c.each(j,function(p,q){n[p]=q;l=l.replace(q,"{replace"+p+"}\n");});}l=l.replace(/<br \/>\s*<br \/>/gi,"\n\n");function h(s,p,q){return l.replace(new RegExp(s,p),q);}var e="(comment|html|body|head|title|meta|style|script|link|iframe|table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|select|option|form|map|area|blockquote|address|math|style|p|h[1-6]|hr|fieldset|legend|section|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary)";l=h("(<"+e+"[^>]*>)","gi","\n$1");l=h("(</"+e+">)","gi","$1\n\n");l=h("\r\n","g","\n");l=h("\r","g","\n");l=h("/\n\n+/","g","\n\n");var o=l.split(new RegExp("\ns*\n","g"),-1);l="";for(var g in o){if(o.hasOwnProperty(g)){if(o[g].search("{replace")==-1){o[g]=o[g].replace(/<p>\n\t<\/p>/gi,"");o[g]=o[g].replace(/<p><\/p>/gi,"");if(o[g]!=""){l+="<p>"+o[g].replace(/^\n+|\n+$/g,"")+"</p>";}}else{l+=o[g];}}}l=h("<p>s*</p>","gi","");l=h("<p>([^<]+)</(div|address|form)>","gi","<p>$1</p></$2>");l=h("<p>s*(</?"+e+"[^>]*>)s*</p>","gi","$1");l=h("<p>(<li.+?)</p>","gi","$1");l=h("<p>s*(</?"+e+"[^>]*>)","gi","$1");l=h("(</?"+e+"[^>]*>)s*</p>","gi","$1");l=h("(</?"+e+"[^>]*>)s*<br />","gi","$1");l=h("<br />(s*</?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^>]*>)","gi","$1");l=h("\n</p>","gi","</p>");l=h("<li><p>","gi","<li>");l=h("</p></li>","gi","</li>");l=h("</li><p>","gi","</li>");l=h("<p>\t?\n?<p>","gi","<p>");l=h("</dt><p>","gi","</dt>");l=h("</dd><p>","gi","</dd>");l=h("<br></p></blockquote>","gi","</blockquote>");l=h("<p>\t*</p>","gi","");c.each(n,function(p,q){l=l.replace("{replace"+p+"}",q);});return c.trim(l);},cleanConvertInlineTags:function(e,h){var f="strong";if(this.opts.boldTag==="b"){f="b";}var g="em";if(this.opts.italicTag==="i"){g="i";}e=e.replace(/<span style="font-style: italic;">([\w\W]*?)<\/span>/gi,"<"+g+">$1</"+g+">");e=e.replace(/<span style="font-weight: bold;">([\w\W]*?)<\/span>/gi,"<"+f+">$1</"+f+">");if(this.opts.boldTag==="strong"){e=e.replace(/<b>([\w\W]*?)<\/b>/gi,"<strong>$1</strong>");}else{e=e.replace(/<strong>([\w\W]*?)<\/strong>/gi,"<b>$1</b>");}if(this.opts.italicTag==="em"){e=e.replace(/<i>([\w\W]*?)<\/i>/gi,"<em>$1</em>");}else{e=e.replace(/<em>([\w\W]*?)<\/em>/gi,"<i>$1</i>");}if(h!==true){e=e.replace(/<strike>([\w\W]*?)<\/strike>/gi,"<del>$1</del>");}else{e=e.replace(/<del>([\w\W]*?)<\/del>/gi,"<strike>$1</strike>");}return e;},cleanStripTags:function(g){if(g==""||typeof g=="undefined"){return g;}var h=false;if(this.opts.allowedTags!==false){h=true;}var e=h===true?this.opts.allowedTags:this.opts.deniedTags;var f=/<\/?([a-z][a-z0-9]*)\b[^>]*>/gi;g=g.replace(f,function(l,j){if(h===true){return c.inArray(j.toLowerCase(),e)>"-1"?l:"";}else{return c.inArray(j.toLowerCase(),e)>"-1"?"":l;}});g=this.cleanConvertInlineTags(g);return g;},cleanSavePreCode:function(e,f){var g=e.match(/<(pre|code)(.*?)>([\w\W]*?)<\/(pre|code)>/gi);if(g!==null){c.each(g,c.proxy(function(j,l){var h=l.match(/<(pre|code)(.*?)>([\w\W]*?)<\/(pre|code)>/i);h[3]=h[3].replace(/&nbsp;/g," ");if(f!==false){h[3]=this.cleanEncodeEntities(h[3]);}h[3]=h[3].replace(/\$/g,"&#36;");e=e.replace(l,"<"+h[1]+h[2]+">"+h[3]+"</"+h[1]+">");},this));}return e;},cleanEncodeEntities:function(e){e=String(e).replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"');return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;");},cleanUnverified:function(){var e=this.$editor.find("li, img, a, b, strong, sub, sup, i, em, u, small, strike, del, span, cite");e.filter('[style*="background-color: transparent;"][style*="line-height"]').css("background-color","").css("line-height","");e.filter('[style*="background-color: transparent;"]').css("background-color","");e.css("line-height","");c.each(e,c.proxy(function(f,g){this.removeEmptyAttr(g,"style");},this));this.$editor.find('div[style="text-align: -webkit-auto;"]').contents().unwrap();},cleanHtml:function(f){var j=0,m=f.length,l=0,e=null,g=null,p="",h="",o="";this.cleanlevel=0;for(;j<m;j++){l=j;if(-1==f.substr(j).indexOf("<")){h+=f.substr(j);return this.cleanFinish(h);}while(l<m&&f.charAt(l)!="<"){l++;}if(j!=l){o=f.substr(j,l-j);if(!o.match(/^\s{2,}$/g)){if("\n"==h.charAt(h.length-1)){h+=this.cleanGetTabs();}else{if("\n"==o.charAt(0)){h+="\n"+this.cleanGetTabs();o=o.replace(/^\s+/,"");}}h+=o;}if(o.match(/\n/)){h+="\n"+this.cleanGetTabs();}}e=l;while(l<m&&">"!=f.charAt(l)){l++;}p=f.substr(e,l-e);j=l;var n;if("!--"==p.substr(1,3)){if(!p.match(/--$/)){while("-->"!=f.substr(l,3)){l++;}l+=2;p=f.substr(e,l-e);j=l;}if("\n"!=h.charAt(h.length-1)){h+="\n";}h+=this.cleanGetTabs();h+=p+">\n";}else{if("!"==p[1]){h=this.placeTag(p+">",h);}else{if("?"==p[1]){h+=p+">\n";}else{if(n=p.match(/^<(script|style|pre)/i)){n[1]=n[1].toLowerCase();p=this.cleanTag(p);h=this.placeTag(p,h);g=String(f.substr(j+1)).toLowerCase().indexOf("</"+n[1]);if(g){o=f.substr(j+1,g);j+=g;h+=o;}}else{p=this.cleanTag(p);h=this.placeTag(p,h);}}}}}return this.cleanFinish(h);},cleanGetTabs:function(){var f="";for(var e=0;e<this.cleanlevel;e++){f+="\t";}return f;},cleanFinish:function(e){e=e.replace(/\n\s*\n/g,"\n");e=e.replace(/^[\s\n]*/,"");e=e.replace(/[\s\n]*$/,"");e=e.replace(/<script(.*?)>\n<\/script>/gi,"<script$1><\/script>");this.cleanlevel=0;return e;},cleanTag:function(f){var h="";f=f.replace(/\n/g," ");f=f.replace(/\s{2,}/g," ");f=f.replace(/^\s+|\s+$/g," ");var g="";if(f.match(/\/$/)){g="/";f=f.replace(/\/+$/,"");}var e;while(e=/\s*([^= ]+)(?:=((['"']).*?\3|[^ ]+))?/.exec(f)){if(e[2]){h+=e[1].toLowerCase()+"="+e[2];}else{if(e[1]){h+=e[1].toLowerCase();}}h+=" ";f=f.substr(e[0].length);}return h.replace(/\s*$/,"")+g+">";},placeTag:function(e,g){var f=e.match(this.cleannewLevel);if(e.match(this.cleanlineBefore)||f){g=g.replace(/\s*$/,"");g+="\n";}if(f&&"/"==e.charAt(1)){this.cleanlevel--;}if("\n"==g.charAt(g.length-1)){g+=this.cleanGetTabs();}if(f&&"/"!=e.charAt(1)){this.cleanlevel++;}g+=e;if(e.match(this.cleanlineAfter)||e.match(this.cleannewLevel)){g=g.replace(/ *$/,"");g+="\n";}return g;},formatEmpty:function(j){var f=c.trim(this.$editor.html());if(this.opts.linebreaks){if(f==""){j.preventDefault();this.$editor.html("");this.focus();}}else{f=f.replace(/<br\s?\/?>/i,"");var h=f.replace(/<p>\s?<\/p>/gi,"");if(f===""||h===""){j.preventDefault();var g=c(this.opts.emptyHtml).get(0);this.$editor.html(g);this.focus();}}this.sync();},formatBlocks:function(e){this.bufferSet();var f=this.getBlocks();this.selectionSave();c.each(f,c.proxy(function(g,j){if(j.tagName!=="LI"){var h=c(j).parent();if(e==="p"){if((j.tagName==="P"&&h.size()!=0&&h[0].tagName==="BLOCKQUOTE")||j.tagName==="BLOCKQUOTE"){this.formatQuote();return;}else{if(this.opts.linebreaks){return;}else{this.formatBlock(e,j);}}}else{this.formatBlock(e,j);}}},this));this.selectionRestore();this.sync();},formatBlock:function(e,j){if(j===false){j=this.getBlock();}if(j===false){if(this.opts.linebreaks===true){this.execCommand("formatblock",e);}return true;}var h="";if(e!=="pre"){h=c(j).contents();}else{h=c(j).html();if(c.trim(h)===""){h='<span id="selection-marker-1"></span>';}}if(j.tagName==="PRE"){e="p";}if(this.opts.linebreaks===true&&e==="p"){c(j).replaceWith(c("<div>").append(h).html()+"<br>");}else{var f=this.getParent();var g=c("<"+e+">").append(h);c(j).replaceWith(g);if(f&&f.tagName=="TD"){c(g).wrapAll("<td>");}}},formatChangeTag:function(g,e,f){if(f!==false){this.selectionSave();}var h=c("<"+e+"/>");c(g).replaceWith(function(){return h.append(c(this).contents());});if(f!==false){this.selectionRestore();}return h;},formatQuote:function(){this.bufferSet();if(this.opts.linebreaks===false){this.selectionSave();var e=this.getBlocks();var p=false;var u=e.length;if(e){var m="";var v="";var h=false;var r=true;c.each(e,function(w,x){if(x.tagName!=="P"){r=false;}});c.each(e,c.proxy(function(w,x){if(x.tagName==="BLOCKQUOTE"){this.formatBlock("p",x,false);}else{if(x.tagName==="P"){p=c(x).parent();if(p[0].tagName=="BLOCKQUOTE"){var y=c(p).children("p").size();if(y==1){c(p).replaceWith(x);}else{if(y==u){h="blockquote";m+=this.outerHtml(x);}else{h="html";m+=this.outerHtml(x);if(w==0){c(x).addClass("redactor-replaced").empty();v=this.outerHtml(x);}else{c(x).remove();}}}}else{if(r===false||e.length==1){this.formatBlock("blockquote",x,false);}else{h="paragraphs";m+=this.outerHtml(x);}}}else{if(x.tagName!=="LI"){this.formatBlock("blockquote",x,false);}}}},this));if(h){if(h=="paragraphs"){c(e[0]).replaceWith("<blockquote>"+m+"</blockquote>");c(e).remove();}else{if(h=="blockquote"){c(p).replaceWith(m);}else{if(h=="html"){var o=this.$editor.html().replace(v,"</blockquote>"+m+"<blockquote>");this.$editor.html(o);this.$editor.find("blockquote").each(function(){if(c.trim(c(this).html())==""){c(this).remove();}});}}}}}this.selectionRestore();}else{var j=this.getBlock();if(j.tagName==="BLOCKQUOTE"){this.selectionSave();var o=c.trim(c(j).html());var s=c.trim(this.getSelectionHtml());o=o.replace(/<span(.*?)id="selection-marker(.*?)<\/span>/gi,"");if(o==s){c(j).replaceWith(c(j).html()+"<br>");}else{this.inlineFormat("tmp");var l=this.$editor.find("tmp");l.empty();var q=this.$editor.html().replace("<tmp></tmp>",'</blockquote><span id="selection-marker-1">'+this.opts.invisibleSpace+"</span>"+s+"<blockquote>");this.$editor.html(q);l.remove();this.$editor.find("blockquote").each(function(){if(c.trim(c(this).html())==""){c(this).remove();}});}this.selectionRestore();this.$editor.find("span#selection-marker-1").attr("id",false);}else{var g=this.selectionWrap("blockquote");var o=c(g).html();var t=["ul","ol","table","tr","tbody","thead","tfoot","dl"];c.each(t,function(w,x){o=o.replace(new RegExp("<"+x+"(.*?)>","gi"),"");o=o.replace(new RegExp("</"+x+">","gi"),"");});var f=this.opts.blockLevelElements;f.push("td");c.each(f,function(w,x){o=o.replace(new RegExp("<"+x+"(.*?)>","gi"),"");o=o.replace(new RegExp("</"+x+">","gi"),"<br>");});c(g).html(o);this.selectionElement(g);var n=c(g).next();if(n.size()!=0&&n[0].tagName==="BR"){n.remove();}}}this.sync();},blockRemoveAttr:function(e,g){var f=this.getBlocks();c(f).removeAttr(e);this.sync();},blockSetAttr:function(e,g){var f=this.getBlocks();c(f).attr(e,g);this.sync();},blockRemoveStyle:function(f){var e=this.getBlocks();c(e).css(f,"");this.removeEmptyAttr(e,"style");this.sync();},blockSetStyle:function(g,f){var e=this.getBlocks();c(e).css(g,f);this.sync();},blockRemoveClass:function(f){var e=this.getBlocks();c(e).removeClass(f);this.removeEmptyAttr(e,"class");this.sync();},blockSetClass:function(f){var e=this.getBlocks();c(e).addClass(f);this.sync();},inlineRemoveClass:function(e){this.selectionSave();this.inlineEachNodes(function(f){c(f).removeClass(e);this.removeEmptyAttr(f,"class");});this.selectionRestore();this.sync();},inlineSetClass:function(e){var f=this.getCurrent();if(!c(f).hasClass(e)){this.inlineMethods("addClass",e);}},inlineRemoveStyle:function(e){this.selectionSave();this.inlineEachNodes(function(f){c(f).css(e,"");this.removeEmptyAttr(f,"style");});this.selectionRestore();this.sync();},inlineSetStyle:function(f,e){this.inlineMethods("css",f,e);},inlineRemoveAttr:function(e){this.selectionSave();var g=this.getRange(),h=this.getElement(),f=this.getNodes();if(g.collapsed||g.startContainer===g.endContainer&&h){f=c(h);}c(f).removeAttr(e);this.inlineUnwrapSpan();this.selectionRestore();this.sync();},inlineSetAttr:function(e,f){this.inlineMethods("attr",e,f);},inlineMethods:function(h,e,j){this.bufferSet();this.selectionSave();var f=this.getRange();var g=this.getElement();if((f.collapsed||f.startContainer===f.endContainer)&&g&&!this.nodeTestBlocks(g)){c(g)[h](e,j);}else{this.document.execCommand("fontSize",false,4);var l=this.$editor.find("font");c.each(l,c.proxy(function(m,n){this.inlineSetMethods(h,n,e,j);},this));}this.selectionRestore();this.sync();},inlineSetMethods:function(j,o,g,l){var m=c(o).parent(),e;var n=this.getSelectionText();var h=c(m).text();var f=n==h;if(f&&m&&m[0].tagName==="INLINE"&&m[0].attributes.length!=0){e=m;c(o).replaceWith(c(o).html());}else{e=c("<inline>").append(c(o).contents());c(o).replaceWith(e);}c(e)[j](g,l);return e;},inlineEachNodes:function(j){var f=this.getRange(),g=this.getElement(),e=this.getNodes(),h;if(f.collapsed||f.startContainer===f.endContainer&&g){e=c(g);h=true;}c.each(e,c.proxy(function(m,o){if(!h&&o.tagName!=="INLINE"){var l=this.getSelectionText();var p=c(o).parent().text();var n=l==p;if(n&&o.parentNode.tagName==="INLINE"&&!c(o.parentNode).hasClass("redactor_editor")){o=o.parentNode;}else{return;}}j.call(this,o);},this));},inlineUnwrapSpan:function(){var e=this.$editor.find("inline");c.each(e,c.proxy(function(g,h){var f=c(h);if(f.attr("class")===undefined&&f.attr("style")===undefined){f.contents().unwrap();}},this));},inlineFormat:function(e){this.selectionSave();this.document.execCommand("fontSize",false,4);var g=this.$editor.find("font");var f;c.each(g,function(h,l){var j=c("<"+e+"/>").append(c(l).contents());c(l).replaceWith(j);f=j;});this.selectionRestore();this.sync();},inlineRemoveFormat:function(e){this.selectionSave();var f=e.toUpperCase();var g=this.getNodes();var h=c(this.getParent()).parent();c.each(g,function(j,l){if(l.tagName===f){this.inlineRemoveFormatReplace(l);}});if(h&&h[0].tagName===f){this.inlineRemoveFormatReplace(h);}this.selectionRestore();this.sync();},inlineRemoveFormatReplace:function(e){c(e).replaceWith(c(e).contents());},insertHtml:function(g,j){var m=this.getCurrent();var h=m.parentNode;this.$editor.focus();this.bufferSet();var e=c("<div>").append(c.parseHTML(g));g=e.html();g=this.cleanRemoveEmptyTags(g);e=c("<div>").append(c.parseHTML(g));var f=this.getBlock();if(e.contents().length==1){var l=e.contents()[0].tagName;if(l!="P"&&l==f.tagName||l=="PRE"){g=e.text();e=c("<div>").append(g);}}if(!this.opts.linebreaks&&e.contents().length==1&&e.contents()[0].nodeType==3&&(this.getRangeSelectedNodes().length>2||(!m||m.tagName=="BODY"&&!h||h.tagName=="HTML"))){g="<p>"+g+"</p>";}g=this.setSpansVerifiedHtml(g);if(e.contents().length>1&&f||e.contents().is("p, :header, ul, ol, li, div, table, td, blockquote, pre, address, section, header, footer, aside, article")){if(this.browser("msie")){if(!this.isIe11()){this.document.selection.createRange().pasteHTML(g);}else{this.execPasteFrag(g);}}else{this.document.execCommand("inserthtml",false,g);}}else{this.insertHtmlAdvanced(g,false);}if(this.selectall){this.window.setTimeout(c.proxy(function(){if(!this.opts.linebreaks){this.selectionEnd(this.$editor.contents().last());}else{this.focusEnd();}},this),1);}this.observeStart();this.setNonEditable();if(j!==false){this.sync();}},insertHtmlAdvanced:function(f,l){f=this.setSpansVerifiedHtml(f);var m=this.getSelection();if(m.getRangeAt&&m.rangeCount){var e=m.getRangeAt(0);e.deleteContents();var g=this.document.createElement("div");g.innerHTML=f;var n=this.document.createDocumentFragment(),j,h;while((j=g.firstChild)){h=n.appendChild(j);}e.insertNode(n);if(h){e=e.cloneRange();e.setStartAfter(h);e.collapse(true);m.removeAllRanges();m.addRange(e);}}if(l!==false){this.sync();}},insertBeforeCursor:function(f){f=this.setSpansVerifiedHtml(f);var g=c(f);var j=document.createElement("span");j.innerHTML="\u200B";var e=this.getRange();e.insertNode(j);e.insertNode(g[0]);e.collapse(false);var h=this.getSelection();h.removeAllRanges();h.addRange(e);this.sync();},insertText:function(f){var e=c(c.parseHTML(f));if(e.length){f=e.text();}this.$editor.focus();if(this.browser("msie")&&!this.isIe11()){this.document.selection.createRange().pasteHTML(f);}else{this.document.execCommand("inserthtml",false,f);}this.sync();},insertNode:function(j){j=j[0]||j;if(j.tagName=="SPAN"){var e="inline";var f=j.outerHTML;var h=new RegExp("<"+j.tagName,"i");var g=f.replace(h,"<"+e);h=new RegExp("</"+j.tagName,"i");g=g.replace(h,"</"+e);j=c(g)[0];}var l=this.getSelection();if(l.getRangeAt&&l.rangeCount){range=l.getRangeAt(0);range.deleteContents();range.insertNode(j);range.setEndAfter(j);range.setStartAfter(j);l.removeAllRanges();l.addRange(range);}},insertNodeToCaretPositionFromPoint:function(l,j){var g;var f=l.clientX,n=l.clientY;if(this.document.caretPositionFromPoint){var m=this.document.caretPositionFromPoint(f,n);g=this.getRange();g.setStart(m.offsetNode,m.offset);g.collapse(true);g.insertNode(j);}else{if(this.document.caretRangeFromPoint){g=this.document.caretRangeFromPoint(f,n);g.insertNode(j);}else{if(typeof document.body.createTextRange!="undefined"){g=this.document.body.createTextRange();g.moveToPoint(f,n);var h=g.duplicate();h.moveToPoint(f,n);g.setEndPoint("EndToEnd",h);g.select();}}}},insertAfterLastElement:function(e,f){if(typeof(f)!="undefined"){e=f;}if(this.isEndOfElement()){if(this.opts.linebreaks){var g=c("<div>").append(c.trim(this.$editor.html())).contents();if(this.outerHtml(g.last()[0])!=this.outerHtml(e)){return false;}}else{if(this.$editor.contents().last()[0]!==e){return false;}}this.insertingAfterLastElement(e);}},insertingAfterLastElement:function(e){this.bufferSet();if(this.opts.linebreaks===false){var f=c(this.opts.emptyHtml);c(e).after(f);this.selectionStart(f);}else{var f=c('<span id="selection-marker-1">'+this.opts.invisibleSpace+"</span>",this.document)[0];c(e).after(f);c(f).after(this.opts.invisibleSpace);this.selectionRestore();this.$editor.find("span#selection-marker-1").removeAttr("id");}},insertLineBreak:function(){this.selectionSave();this.$editor.find("#selection-marker-1").before("<br>"+(this.browser("webkit")?this.opts.invisibleSpace:""));this.selectionRestore();},insertDoubleLineBreak:function(){this.selectionSave();this.$editor.find("#selection-marker-1").before("<br><br>"+(this.browser("webkit")?this.opts.invisibleSpace:""));this.selectionRestore();},replaceLineBreak:function(e){var f=c("<br>"+this.opts.invisibleSpace);c(e).replaceWith(f);this.selectionStart(f);},pasteClean:function(g){g=this.callback("pasteBefore",false,g);if(this.browser("msie")){var f=c.trim(g);if(f.search(/^<a(.*?)>(.*?)<\/a>$/i)==0){g=g.replace(/^<a(.*?)>(.*?)<\/a>$/i,"$2");}}if(this.opts.pastePlainText){var f=this.document.createElement("div");g=g.replace(/<br>|<\/H[1-6]>|<\/p>|<\/div>/gi,"\n");f.innerHTML=g;g=f.textContent||f.innerText;g=c.trim(g);g=g.replace("\n","<br>");g=this.cleanParagraphy(g);this.pasteInsert(g);return false;}if(this.currentOrParentIs("PRE")){g=this.pastePre(g);this.pasteInsert(g);return true;}g=g.replace(/<p(.*?)class="MsoListParagraphCxSpFirst"([\w\W]*?)<\/p>/gi,"<ul><li$2</li>");g=g.replace(/<p(.*?)class="MsoListParagraphCxSpMiddle"([\w\W]*?)<\/p>/gi,"<li$2</li>");g=g.replace(/<p(.*?)class="MsoListParagraphCxSpLast"([\w\W]*?)<\/p>/gi,"<li$2</li></ul>");g=g.replace(/<p(.*?)class="MsoListParagraph"([\w\W]*?)<\/p>/gi,"<ul><li$2</li></ul>");g=g.replace(/·/g,"");g=g.replace(/<!--[\s\S]*?-->|<\?(?:php)?[\s\S]*?\?>/gi,"");g=g.replace(/(&nbsp;){2,}/gi,"&nbsp;");g=g.replace(/&nbsp;/gi," ");g=g.replace(/<b\sid="internal-source-marker(.*?)">([\w\W]*?)<\/b>/gi,"$2");g=g.replace(/<b(.*?)id="docs-internal-guid(.*?)">([\w\W]*?)<\/b>/gi,"$3");g=this.cleanStripTags(g);g=g.replace(/<td><\/td>/gi,"[td]");g=g.replace(/<td>&nbsp;<\/td>/gi,"[td]");g=g.replace(/<td><br><\/td>/gi,"[td]");g=g.replace(/<td(.*?)colspan="(.*?)"(.*?)>([\w\W]*?)<\/td>/gi,'[td colspan="$2"]$4[/td]');g=g.replace(/<td(.*?)rowspan="(.*?)"(.*?)>([\w\W]*?)<\/td>/gi,'[td rowspan="$2"]$4[/td]');g=g.replace(/<a(.*?)href="(.*?)"(.*?)>([\w\W]*?)<\/a>/gi,'[a href="$2"]$4[/a]');g=g.replace(/<iframe(.*?)>([\w\W]*?)<\/iframe>/gi,"[iframe$1]$2[/iframe]");g=g.replace(/<video(.*?)>([\w\W]*?)<\/video>/gi,"[video$1]$2[/video]");g=g.replace(/<audio(.*?)>([\w\W]*?)<\/audio>/gi,"[audio$1]$2[/audio]");g=g.replace(/<embed(.*?)>([\w\W]*?)<\/embed>/gi,"[embed$1]$2[/embed]");g=g.replace(/<object(.*?)>([\w\W]*?)<\/object>/gi,"[object$1]$2[/object]");g=g.replace(/<param(.*?)>/gi,"[param$1]");g=g.replace(/<img(.*?)>/gi,"[img$1]");g=g.replace(/ class="(.*?)"/gi,"");g=g.replace(/<(\w+)([\w\W]*?)>/gi,"<$1>");g=g.replace(/<[^\/>][^>]*>(\s*|\t*|\n*|&nbsp;|<br>)<\/[^>]+>/gi,"");g=g.replace(/<div>\s*?\t*?\n*?(<ul>|<ol>|<p>)/gi,"$1");g=g.replace(/\[td colspan="(.*?)"\]([\w\W]*?)\[\/td\]/gi,'<td colspan="$1">$2</td>');g=g.replace(/\[td rowspan="(.*?)"\]([\w\W]*?)\[\/td\]/gi,'<td rowspan="$1">$2</td>');g=g.replace(/\[td\]/gi,"<td>&nbsp;</td>");g=g.replace(/\[a href="(.*?)"\]([\w\W]*?)\[\/a\]/gi,'<a href="$1">$2</a>');g=g.replace(/\[iframe(.*?)\]([\w\W]*?)\[\/iframe\]/gi,"<iframe$1>$2</iframe>");g=g.replace(/\[video(.*?)\]([\w\W]*?)\[\/video\]/gi,"<video$1>$2</video>");g=g.replace(/\[audio(.*?)\]([\w\W]*?)\[\/audio\]/gi,"<audio$1>$2</audio>");g=g.replace(/\[embed(.*?)\]([\w\W]*?)\[\/embed\]/gi,"<embed$1>$2</embed>");g=g.replace(/\[object(.*?)\]([\w\W]*?)\[\/object\]/gi,"<object$1>$2</object>");g=g.replace(/\[param(.*?)\]/gi,"<param$1>");g=g.replace(/\[img(.*?)\]/gi,"<img$1>");if(this.opts.convertDivs){g=g.replace(/<div(.*?)>([\w\W]*?)<\/div>/gi,"<p>$2</p>");g=g.replace(/<\/div><p>/gi,"<p>");g=g.replace(/<\/p><\/div>/gi,"</p>");}if(this.currentOrParentIs("LI")){g=g.replace(/<p>([\w\W]*?)<\/p>/gi,"$1<br>");}else{g=this.cleanParagraphy(g);}g=g.replace(/<span(.*?)>([\w\W]*?)<\/span>/gi,"$2");g=g.replace(/<img>/gi,"");g=g.replace(/<[^\/>][^>][^img|param|source]*>(\s*|\t*|\n*|&nbsp;|<br>)<\/[^>]+>/gi,"");g=g.replace(/\n{3,}/gi,"\n");g=g.replace(/<p><p>/gi,"<p>");g=g.replace(/<\/p><\/p>/gi,"</p>");g=g.replace(/<li>(\s*|\t*|\n*)<p>/gi,"<li>");g=g.replace(/<\/p>(\s*|\t*|\n*)<\/li>/gi,"</li>");if(this.opts.linebreaks===true){g=g.replace(/<p(.*?)>([\w\W]*?)<\/p>/gi,"$2<br>");}g=g.replace(/<[^\/>][^>][^img|param|source]*>(\s*|\t*|\n*|&nbsp;|<br>)<\/[^>]+>/gi,"");g=g.replace(/<img src="webkit-fake-url\:\/\/(.*?)"(.*?)>/gi,"");g=g.replace(/<td(.*?)>(\s*|\t*|\n*)<p>([\w\W]*?)<\/p>(\s*|\t*|\n*)<\/td>/gi,"<td$1>$3</td>");g=g.replace(/<div(.*?)>([\w\W]*?)<\/div>/gi,"$2");g=g.replace(/<div(.*?)>([\w\W]*?)<\/div>/gi,"$2");this.pasteClipboardMozilla=false;if(this.browser("mozilla")){if(this.opts.clipboardUpload){var h=g.match(/<img src="data:image(.*?)"(.*?)>/gi);if(h!==null){this.pasteClipboardMozilla=h;for(k in h){var e=h[k].replace("<img",'<img data-mozilla-paste-image="'+k+'" ');g=g.replace(h[k],e);}}}while(/<br>$/gi.test(g)){g=g.replace(/<br>$/gi,"");}}g=g.replace(/<p>•([\w\W]*?)<\/p>/gi,"<li>$1</li>");while(/<font>([\w\W]*?)<\/font>/gi.test(g)){g=g.replace(/<font>([\w\W]*?)<\/font>/gi,"$1");}g=g.replace(/<p>\n?<li>/gi,"<li>");if(this.browser("msie")&&!this.isIe11()){g=g.replace(/\n/g,"");}this.pasteInsert(g);},pastePre:function(f){f=f.replace(/<br>|<\/H[1-6]>|<\/p>|<\/div>/gi,"\n");var e=this.document.createElement("div");e.innerHTML=f;return this.cleanEncodeEntities(e.textContent||e.innerText);},pasteInsert:function(e){if(this.selectall){if(!this.opts.linebreaks){this.$editor.html(this.opts.emptyHtml);}else{this.$editor.html("");}this.$editor.focus();}e=this.callback("pasteAfter",false,e);this.insertHtml(e);this.selectall=false;setTimeout(c.proxy(function(){this.rtePaste=false;if(this.browser("mozilla")){this.$editor.find("p:empty").remove();}if(this.pasteClipboardMozilla!==false){this.pasteClipboardUploadMozilla();}},this),100);if(this.opts.autoresize&&this.fullscreen!==true){c(this.document.body).scrollTop(this.saveScroll);}else{this.$editor.scrollTop(this.saveScroll);}},pasteClipboardUploadMozilla:function(){var e=this.$editor.find("img[data-mozilla-paste-image]");c.each(e,c.proxy(function(h,j){var g=c(j);var f=j.src.split(",");var l=f[1];var m=f[0].split(";")[0].split(":")[1];c.post(this.opts.clipboardUploadUrl,{contentType:m,data:l},c.proxy(function(o){var n=(typeof o==="string"?c.parseJSON(o):o);g.attr("src",n.filelink);g.removeAttr("data-mozilla-paste-image");this.sync();this.callback("imageUpload",g,n);},this));},this));},pasteClipboardUpload:function(j){var g=j.target.result;var f=g.split(",");var h=f[1];var l=f[0].split(";")[0].split(":")[1];if(this.opts.clipboardUpload){c.post(this.opts.clipboardUploadUrl,{contentType:l,data:h},c.proxy(function(n){var m=(typeof n==="string"?c.parseJSON(n):n);var e='<img src="'+m.filelink+'" id="clipboard-image-marker" />';this.execCommand("inserthtml",e,false);var o=c(this.$editor.find("img#clipboard-image-marker"));if(o.length){o.removeAttr("id");}else{o=false;}this.sync();if(o){this.callback("imageUpload",o,m);}},this));}else{this.insertHtml('<img src="'+g+'" />');}},bufferSet:function(e){if(e!==undefined){this.opts.buffer.push(e);}else{this.selectionSave();this.opts.buffer.push(this.$editor.html());this.selectionRemoveMarkers("buffer");}},bufferUndo:function(){if(this.opts.buffer.length===0){this.$editor.focus();return;}this.selectionSave();this.opts.rebuffer.push(this.$editor.html());this.selectionRestore(false,true);this.$editor.html(this.opts.buffer.pop());this.selectionRestore();setTimeout(c.proxy(this.observeStart,this),100);},bufferRedo:function(){if(this.opts.rebuffer.length===0){this.$editor.focus();return false;}this.selectionSave();this.opts.buffer.push(this.$editor.html());this.selectionRestore(false,true);this.$editor.html(this.opts.rebuffer.pop());this.selectionRestore(true);setTimeout(c.proxy(this.observeStart,this),4);},observeStart:function(){this.observeImages();if(this.opts.observeLinks){this.observeLinks();}},observeLinks:function(){this.$editor.find("a").on("click",c.proxy(this.linkObserver,this));this.$editor.on("click.redactor",c.proxy(function(f){this.linkObserverTooltipClose(f);},this));c(document).on("click.redactor",c.proxy(function(f){this.linkObserverTooltipClose(f);},this));},observeImages:function(){if(this.opts.observeImages===false){return false;}this.$editor.find("img").each(c.proxy(function(e,f){if(this.browser("msie")){c(f).attr("unselectable","on");}this.imageResize(f);},this));},linkObserver:function(h){var j=c(h.target);var m=j.offset();if(this.opts.iframe){var g=this.$frame.offset();m.top=g.top+(m.top-c(this.document).scrollTop());m.left+=g.left;}var p=c('<span class="redactor-link-tooltip"></span>');var f=j.attr("href");if(f.length>24){f=f.substring(0,24)+"...";}var l=c('<a href="'+j.attr("href")+'" target="_blank">'+f+"</a>").on("click",c.proxy(function(q){this.linkObserverTooltipClose(false);},this));var n=c('<a href="#">'+this.opts.curLang.edit+"</a>").on("click",c.proxy(function(q){q.preventDefault();this.linkShow();this.linkObserverTooltipClose(false);},this));var o=c('<a href="#">'+this.opts.curLang.unlink+"</a>").on("click",c.proxy(function(q){q.preventDefault();this.execCommand("unlink");this.linkObserverTooltipClose(false);},this));p.append(l);p.append(" | ");p.append(n);p.append(" | ");p.append(o);p.css({top:(m.top+20)+"px",left:m.left+"px"});c(".redactor-link-tooltip").remove();c("body").append(p);},linkObserverTooltipClose:function(f){if(f!==false&&f.target.tagName=="A"){return false;}c(".redactor-link-tooltip").remove();},getSelection:function(){if(!this.opts.rangy){return this.document.getSelection();}else{if(!this.opts.iframe){return rangy.getSelection();}else{return rangy.getSelection(this.$frame[0]);}}},getRange:function(){if(!this.opts.rangy){if(this.document.getSelection){var e=this.getSelection();if(e.getRangeAt&&e.rangeCount){return e.getRangeAt(0);}}return this.document.createRange();}else{if(!this.opts.iframe){return rangy.createRange();}else{return rangy.createRange(this.iframeDoc());}}},selectionElement:function(e){this.setCaret(e);},selectionStart:function(e){this.selectionSet(e[0]||e,0,null,0);},selectionEnd:function(e){this.selectionSet(e[0]||e,1,null,1);},selectionSet:function(n,m,l,h){if(l==null){l=n;}if(h==null){h=m;}var g=this.getSelection();if(!g){return;}var f=this.getRange();f.setStart(n,m);f.setEnd(l,h);try{g.removeAllRanges();}catch(j){}g.addRange(f);},selectionWrap:function(e){e=e.toLowerCase();var h=this.getBlock();if(h){var j=this.formatChangeTag(h,e);this.sync();return j;}var g=this.getSelection();var f=g.getRangeAt(0);var j=document.createElement(e);j.appendChild(f.extractContents());f.insertNode(j);this.selectionElement(j);return j;},selectionAll:function(){var e=this.getRange();e.selectNodeContents(this.$editor[0]);var f=this.getSelection();f.removeAllRanges();f.addRange(e);},selectionRemove:function(){this.getSelection().removeAllRanges();},getCaretOffset:function(h){var e=0;var g=this.getRange();var f=g.cloneRange();f.selectNodeContents(h);f.setEnd(g.endContainer,g.endOffset);e=c.trim(f.toString()).length;return e;},getCaretOffsetRange:function(){return new d(this.getSelection().getRangeAt(0));},setCaret:function(h,f,m){if(typeof m==="undefined"){m=f;}h=h[0]||h;var o=this.getRange();o.selectNodeContents(h);var p=this.getTextNodesIn(h);var l=false;var e=0,q;if(p.length==1&&f){o.setStart(p[0],f);o.setEnd(p[0],m);}else{for(var n=0,j;j=p[n++];){q=e+j.length;if(!l&&f>=e&&(f<q||(f==q&&n<p.length))){o.setStart(j,f-e);l=true;}if(l&&m<=q){o.setEnd(j,m-e);break;}e=q;}}var g=this.getSelection();g.removeAllRanges();g.addRange(o);},getTextNodesIn:function(j){var h=[];if(j.nodeType==3){h.push(j);}else{var g=j.childNodes;for(var f=0,e=g.length;f<e;++f){h.push.apply(h,this.getTextNodesIn(g[f]));}}return h;},getCurrent:function(){var e=false;var f=this.getSelection();if(f&&f.rangeCount>0){e=f.getRangeAt(0).startContainer;}return this.isParentRedactor(e);},getParent:function(e){e=e||this.getCurrent();if(e){return this.isParentRedactor(c(e).parent()[0]);}else{return false;}},getBlock:function(e){if(typeof e==="undefined"){e=this.getCurrent();}while(e){if(this.nodeTestBlocks(e)){if(c(e).hasClass("redactor_editor")){return false;}return e;}e=e.parentNode;}return false;},getBlocks:function(f){var g=[];if(typeof f=="undefined"){var e=this.getRange();if(e&&e.collapsed===true){return[this.getBlock()];}var f=this.getNodes(e);}c.each(f,c.proxy(function(h,j){if(this.opts.iframe===false&&c(j).parents("div.redactor_editor").size()==0){return false;}if(this.nodeTestBlocks(j)){g.push(j);}},this));if(g.length===0){g=[this.getBlock()];}return g;},nodeTestBlocks:function(e){return e.nodeType==1&&this.rTestBlock.test(e.nodeName);},tagTestBlock:function(e){return this.rTestBlock.test(e);},getNodes:function(g,e){if(typeof g=="undefined"||g==false){var g=this.getRange();}if(g&&g.collapsed===true){if(typeof e==="undefined"&&this.tagTestBlock(e)){var m=this.getBlock();if(m.tagName==e){return[m];}else{return[];}}else{return[this.getCurrent()];}}var f=[],l=[];var j=this.document.getSelection();if(!j.isCollapsed){f=this.getRangeSelectedNodes(j.getRangeAt(0));}c.each(f,c.proxy(function(n,o){if(this.opts.iframe===false&&c(o).parents("div.redactor_editor").size()==0){return false;}if(typeof e==="undefined"){if(c.trim(o.textContent)!=""){l.push(o);}}else{if(o.tagName==e){l.push(o);}}},this));if(l.length==0){if(typeof e==="undefined"&&this.tagTestBlock(e)){var m=this.getBlock();if(m.tagName==e){return l.push(m);}else{return[];}}else{l.push(this.getCurrent());}}var h=l[l.length-1];if(this.nodeTestBlocks(h)){l=l.slice(0,-1);}return l;},getElement:function(e){if(!e){e=this.getCurrent();}while(e){if(e.nodeType==1){if(c(e).hasClass("redactor_editor")){return false;}return e;}e=e.parentNode;}return false;},getRangeSelectedNodes:function(f){f=f||this.getRange();var g=f.startContainer;var e=f.endContainer;if(g==e){return[g];}var h=[];while(g&&g!=e){h.push(g=this.nextNode(g));}g=f.startContainer;while(g&&g!=f.commonAncestorContainer){h.unshift(g);g=g.parentNode;}return h;},nextNode:function(e){if(e.hasChildNodes()){return e.firstChild;}else{while(e&&!e.nextSibling){e=e.parentNode;}if(!e){return null;}return e.nextSibling;}},getSelectionText:function(){return this.getSelection().toString();},getSelectionHtml:function(){var h="";var j=this.getSelection();if(j.rangeCount){var f=this.document.createElement("div");var e=j.rangeCount;for(var g=0;g<e;++g){f.appendChild(j.getRangeAt(g).cloneContents());}h=f.innerHTML;}return this.syncClean(h);},selectionSave:function(){if(!this.isFocused()){this.$editor.focus();}if(!this.opts.rangy){this.selectionCreateMarker(this.getRange());}else{this.savedSel=rangy.saveSelection();}},selectionCreateMarker:function(h,e){if(!h){return;}var g=c('<span id="selection-marker-1" class="redactor-selection-marker">'+this.opts.invisibleSpace+"</span>",this.document)[0];var f=c('<span id="selection-marker-2" class="redactor-selection-marker">'+this.opts.invisibleSpace+"</span>",this.document)[0];if(h.collapsed===true){this.selectionSetMarker(h,g,true);}else{this.selectionSetMarker(h,g,true);this.selectionSetMarker(h,f,false);}this.savedSel=this.$editor.html();this.selectionRestore(false,false);},selectionSetMarker:function(e,g,f){var h=e.cloneRange();h.collapse(f);h.insertNode(g);h.detach();},selectionRestore:function(h,e){if(!this.opts.rangy){if(h===true&&this.savedSel){this.$editor.html(this.savedSel);}var g=this.$editor.find("span#selection-marker-1");var f=this.$editor.find("span#selection-marker-2");if(this.browser("mozilla")){this.$editor.focus();}else{if(!this.isFocused()){this.$editor.focus();}}if(g.length!=0&&f.length!=0){this.selectionSet(g[0],0,f[0],0);}else{if(g.length!=0){this.selectionSet(g[0],0,null,0);}}if(e!==false){this.selectionRemoveMarkers();this.savedSel=false;}}else{rangy.restoreSelection(this.savedSel);}},selectionRemoveMarkers:function(e){if(!this.opts.rangy){c.each(this.$editor.find("span.redactor-selection-marker"),function(){var f=c.trim(c(this).html().replace(/[^\u0000-\u1C7F]/g,""));if(f==""){c(this).remove();}else{c(this).removeAttr("class").removeAttr("id");}});}else{rangy.removeMarkers(this.savedSel);}},tableShow:function(){this.selectionSave();this.modalInit(this.opts.curLang.table,this.opts.modal_table,300,c.proxy(function(){c("#redactor_insert_table_btn").click(c.proxy(this.tableInsert,this));setTimeout(function(){c("#redactor_table_rows").focus();},200);},this));},tableInsert:function(){var r=c("#redactor_table_rows").val(),f=c("#redactor_table_columns").val(),n=c("<div></div>"),e=Math.floor(Math.random()*99999),p=c('<table id="table'+e+'"><tbody></tbody></table>'),g,l,m,o;for(g=0;g<r;g++){l=c("<tr></tr>");for(m=0;m<f;m++){o=c("<td>"+this.opts.invisibleSpace+"</td>");if(g===0&&m===0){o.append('<span id="selection-marker-1">'+this.opts.invisibleSpace+"</span>");}c(l).append(o);}p.append(l);}n.append(p);var h=n.html();this.modalClose();this.selectionRestore();var j=this.getBlock()||this.getCurrent();if(j&&j.tagName!="BODY"){c(j).after(h);}else{this.insertHtmlAdvanced(h,false);}this.selectionRestore();var q=this.$editor.find("#table"+e);this.buttonActiveObserver();q.find("span#selection-marker-1").remove();q.removeAttr("id");this.sync();},tableDeleteTable:function(){var e=c(this.getParent()).closest("table");if(!this.isParentRedactor(e)){return false;}if(e.size()==0){return false;}this.bufferSet();e.remove();this.sync();},tableDeleteRow:function(){var e=c(this.getParent()).closest("table");if(!this.isParentRedactor(e)){return false;}if(e.size()==0){return false;}this.bufferSet();var h=c(this.getParent()).closest("tr");var f=h.prev().length?h.prev():h.next();if(f.length){var g=f.children("td").first();if(g.length){g.prepend('<span id="selection-marker-1">'+this.opts.invisibleSpace+"</span>");}}h.remove();this.selectionRestore();this.sync();},tableDeleteColumn:function(){var g=c(this.getParent()).closest("table");if(!this.isParentRedactor(g)){return false;}if(g.size()==0){return false;}this.bufferSet();var e=c(this.getParent()).closest("td");var f=e.get(0).cellIndex;g.find("tr").each(c.proxy(function(h,j){var l=f-1<0?f+1:f-1;if(h===0){c(j).find("td").eq(l).prepend('<span id="selection-marker-1">'+this.opts.invisibleSpace+"</span>");}c(j).find("td").eq(f).remove();},this));this.selectionRestore();this.sync();},tableAddHead:function(){var e=c(this.getParent()).closest("table");if(!this.isParentRedactor(e)){return false;}if(e.size()==0){return false;}this.bufferSet();if(e.find("thead").size()!==0){this.tableDeleteHead();}else{var f=e.find("tr").first().clone();f.find("td").html(this.opts.invisibleSpace);$thead=c("<thead></thead>");$thead.append(f);e.prepend($thead);this.sync();}},tableDeleteHead:function(){var e=c(this.getParent()).closest("table");if(!this.isParentRedactor(e)){return false;}var f=e.find("thead");if(f.size()==0){return false;}this.bufferSet();f.remove();this.sync();},tableAddRowAbove:function(){this.tableAddRow("before");},tableAddRowBelow:function(){this.tableAddRow("after");},tableAddColumnLeft:function(){this.tableAddColumn("before");},tableAddColumnRight:function(){this.tableAddColumn("after");},tableAddRow:function(f){var e=c(this.getParent()).closest("table");if(!this.isParentRedactor(e)){return false;}if(e.size()==0){return false;}this.bufferSet();var g=c(this.getParent()).closest("tr");var h=g.clone();h.find("td").html(this.opts.invisibleSpace);if(f==="after"){g.after(h);}else{g.before(h);}this.sync();},tableAddColumn:function(h){var g=c(this.getParent()).closest("table");if(!this.isParentRedactor(g)){return false;}if(g.size()==0){return false;}this.bufferSet();var f=0;var j=c(this.getParent()).closest("tr");var e=c(this.getParent()).closest("td");j.find("td").each(c.proxy(function(l,m){if(c(m)[0]===e[0]){f=l;}},this));g.find("tr").each(c.proxy(function(l,n){var m=c(n).find("td").eq(f);var o=m.clone();o.html(this.opts.invisibleSpace);h==="after"?m.after(o):m.before(o);},this));this.sync();},videoShow:function(){this.selectionSave();this.modalInit(this.opts.curLang.video,this.opts.modal_video,600,c.proxy(function(){c("#redactor_insert_video_btn").click(c.proxy(this.videoInsert,this));setTimeout(function(){c("#redactor_insert_video_area").focus();},200);},this));},videoInsert:function(){var e=c("#redactor_insert_video_area").val();e=this.cleanStripTags(e);this.selectionRestore();var f=this.getBlock()||this.getCurrent();if(f){c(f).after(e);}else{this.insertHtmlAdvanced(e,false);}this.sync();this.modalClose();},linkShow:function(){this.selectionSave();var e=c.proxy(function(){this.insert_link_node=false;var g=this.getSelection();var f="",o="",j="";var h=this.getParent();var l=c(h).parent().get(0);if(l&&l.tagName==="A"){h=l;}if(h&&h.tagName==="A"){f=h.href;o=c(h).text();j=h.target;this.insert_link_node=h;}else{o=g.toString();}c(".redactor_link_text").val(o);var q=self.location.href.replace(/\/$/i,"");var n=f.replace(q,"");if(this.opts.linkProtocol===false){var p=new RegExp("^(http|ftp|https)://"+self.location.host,"i");n=n.replace(p,"");}var m=c("#redactor_tabs").find("a");if(this.opts.linkEmail===false){m.eq(1).remove();}if(this.opts.linkAnchor===false){m.eq(2).remove();}if(this.opts.linkEmail===false&&this.opts.linkAnchor===false){c("#redactor_tabs").remove();c("#redactor_link_url").val(n);}else{if(f.search("mailto:")===0){this.modalSetTab.call(this,2);c("#redactor_tab_selected").val(2);c("#redactor_link_mailto").val(f.replace("mailto:",""));}else{if(n.search(/^#/gi)===0){this.modalSetTab.call(this,3);c("#redactor_tab_selected").val(3);c("#redactor_link_anchor").val(n.replace(/^#/gi,""));}else{c("#redactor_link_url").val(n);}}}if(j==="_blank"){c("#redactor_link_blank").prop("checked",true);}c("#redactor_insert_link_btn").click(c.proxy(this.linkProcess,this));setTimeout(function(){c("#redactor_link_url").focus();},200);},this);this.modalInit(this.opts.curLang.link,this.opts.modal_link,460,e);},linkProcess:function(){var j=c("#redactor_tab_selected").val();var g="",n="",l="",m="";if(j==="1"){g=c("#redactor_link_url").val();n=c("#redactor_link_url_text").val();if(c("#redactor_link_blank").prop("checked")){l=' target="_blank"';m="_blank";}var h="((xn--)?[a-z0-9]+(-[a-z0-9]+)*.)+[a-z]{2,}";var f=new RegExp("^(http|ftp|https)://"+h,"i");var e=new RegExp("^"+h,"i");if(g.search(f)==-1&&g.search(e)==0&&this.opts.linkProtocol){g=this.opts.linkProtocol+g;}}else{if(j==="2"){g="mailto:"+c("#redactor_link_mailto").val();n=c("#redactor_link_mailto_text").val();}else{if(j==="3"){g="#"+c("#redactor_link_anchor").val();n=c("#redactor_link_anchor_text").val();}}}n=n.replace(/<|>/g,"");this.linkInsert('<a href="'+g+'"'+l+">"+n+"</a>",c.trim(n),g,m);},linkInsert:function(e,j,f,h){this.selectionRestore();if(j!==""){if(this.insert_link_node){this.bufferSet();c(this.insert_link_node).text(j).attr("href",f);if(h!==""){c(this.insert_link_node).attr("target",h);}else{c(this.insert_link_node).removeAttr("target");}this.sync();}else{var g=c(e).addClass("redactor-added-link");this.exec("inserthtml",this.outerHtml(g),false);this.$editor.find("a.redactor-added-link").removeAttr("style").removeClass("redactor-added-link").each(function(){if(this.className==""){c(this).removeAttr("class");}});this.sync();}}setTimeout(c.proxy(function(){if(this.opts.observeLinks){this.observeLinks();}},this),5);this.modalClose();},fileShow:function(){this.selectionSave();var e=c.proxy(function(){var f=this.getSelection();var g="";if(this.oldIE()){g=f.text;}else{g=f.toString();}c("#redactor_filename").val(g);if(!this.isMobile()){this.draguploadInit("#redactor_file",{url:this.opts.fileUpload,uploadFields:this.opts.uploadFields,success:c.proxy(this.fileCallback,this),error:c.proxy(function(j,h){this.callback("fileUploadError",h);},this),uploadParam:this.opts.fileUploadParam});}this.uploadInit("redactor_file",{auto:true,url:this.opts.fileUpload,success:c.proxy(this.fileCallback,this),error:c.proxy(function(j,h){this.callback("fileUploadError",h);},this)});},this);this.modalInit(this.opts.curLang.file,this.opts.modal_file,500,e);},fileCallback:function(f){this.selectionRestore();if(f!==false){var h=c("#redactor_filename").val();if(h===""){h=f.filename;}var g='<a href="'+f.filelink+'" id="filelink-marker">'+h+"</a>";if(this.browser("webkit")&&!!this.window.chrome){g=g+"&nbsp;";}this.execCommand("inserthtml",g,false);var e=c(this.$editor.find("a#filelink-marker"));if(e.size()!=0){e.removeAttr("id");}else{e=false;}this.sync();this.callback("fileUpload",e,f);}this.modalClose();},imageShow:function(){this.selectionSave();var e=c.proxy(function(){if(this.opts.imageGetJson){c.getJSON(this.opts.imageGetJson,c.proxy(function(m){var h={},l=0;c.each(m,c.proxy(function(o,p){if(typeof p.folder!=="undefined"){l++;h[p.folder]=l;}},this));var j=false;c.each(m,c.proxy(function(r,s){var q="";if(typeof s.title!=="undefined"){q=s.title;}var o=0;if(!c.isEmptyObject(h)&&typeof s.folder!=="undefined"){o=h[s.folder];if(j===false){j=".redactorfolder"+o;}}var p=c('<img src="'+s.thumb+'" class="redactorfolder redactorfolder'+o+'" rel="'+s.image+'" title="'+q+'" />');c("#redactor_image_box").append(p);c(p).click(c.proxy(this.imageThumbClick,this));},this));if(!c.isEmptyObject(h)){c(".redactorfolder").hide();c(j).show();var n=function(o){c(".redactorfolder").hide();c(".redactorfolder"+c(o.target).val()).show();};var g=c('<select id="redactor_image_box_select">');c.each(h,function(p,o){g.append(c('<option value="'+o+'">'+p+"</option>"));});c("#redactor_image_box").before(g);g.change(n);}},this));}else{c("#redactor_tabs").find("a").eq(1).remove();}if(this.opts.imageUpload||this.opts.s3){if(!this.isMobile()&&this.opts.s3===false){if(c("#redactor_file").length){this.draguploadInit("#redactor_file",{url:this.opts.imageUpload,uploadFields:this.opts.uploadFields,success:c.proxy(this.imageCallback,this),error:c.proxy(function(h,g){this.callback("imageUploadError",g);},this),uploadParam:this.opts.imageUploadParam});}}if(this.opts.s3===false){this.uploadInit("redactor_file",{auto:true,url:this.opts.imageUpload,success:c.proxy(this.imageCallback,this),error:c.proxy(function(h,g){this.callback("imageUploadError",g);},this)});}else{c("#redactor_file").on("change.redactor",c.proxy(this.s3handleFileSelect,this));}}else{c(".redactor_tab").hide();if(!this.opts.imageGetJson){c("#redactor_tabs").remove();c("#redactor_tab3").show();}else{var f=c("#redactor_tabs").find("a");f.eq(0).remove();f.eq(1).addClass("redactor_tabs_act");c("#redactor_tab2").show();}}c("#redactor_upload_btn").click(c.proxy(this.imageCallbackLink,this));if(!this.opts.imageUpload&&!this.opts.imageGetJson){setTimeout(function(){c("#redactor_file_link").focus();},200);}},this);this.modalInit(this.opts.curLang.image,this.opts.modal_image,610,e);},imageEdit:function(g){var e=g;var f=e.parent().parent();var h=c.proxy(function(){c("#redactor_file_alt").val(e.attr("alt"));c("#redactor_image_edit_src").attr("href",e.attr("src"));c("#redactor_form_image_align").val(e.css("float"));if(c(f).get(0).tagName==="A"){c("#redactor_file_link").val(c(f).attr("href"));if(c(f).attr("target")=="_blank"){c("#redactor_link_blank").prop("checked",true);}}c("#redactor_image_delete_btn").click(c.proxy(function(){this.imageRemove(e);},this));c("#redactorSaveBtn").click(c.proxy(function(){this.imageSave(e);},this));},this);this.modalInit(this.opts.curLang.edit,this.opts.modal_image_edit,380,h);},imageRemove:function(f){var e=c(f).parent();c(f).remove();if(e.length&&e[0].tagName==="P"){this.$editor.focus();this.selectionStart(e);}this.callback("imageDelete",f);this.modalClose();this.sync();},imageSave:function(h){var f=c(h);var g=f.parent();f.attr("alt",c("#redactor_file_alt").val());var n=c("#redactor_form_image_align").val();if(n==="left"){this.imageMargin="0 "+this.opts.imageFloatMargin+" "+this.opts.imageFloatMargin+" 0";f.css({"float":"left",margin:this.imageMargin});}else{if(n==="right"){this.imageMargin="0 0 "+this.opts.imageFloatMargin+" "+this.opts.imageFloatMargin+"";f.css({"float":"right",margin:this.imageMargin});}else{this.imageMargin="0px";var l=f.closest("#redactor-image-box");if(l.size()!=0){l.css({"float":"",margin:""});}f.css({"float":"",margin:""});}}var j=c.trim(c("#redactor_file_link").val());if(j!==""){var m=false;if(c("#redactor_link_blank").prop("checked")){m=true;}if(g.get(0).tagName!=="A"){var e=c('<a href="'+j+'">'+this.outerHtml(h)+"</a>");if(m){e.attr("target","_blank");}f.replaceWith(e);}else{g.attr("href",j);if(m){g.attr("target","_blank");}else{g.removeAttr("target");}}}else{if(g.get(0).tagName==="A"){g.replaceWith(this.outerHtml(h));}}this.modalClose();this.observeImages();this.sync();},imageResizeHide:function(g){if(g!==false&&c(g.target).parent().size()!=0&&c(g.target).parent()[0].id==="redactor-image-box"){return false;}var f=this.$editor.find("#redactor-image-box");if(f.size()==0){return false;}this.$editor.find("#redactor-image-editter, #redactor-image-resizer").remove();if(this.imageMargin!="0px"){f.find("img").css("margin",this.imageMargin);f.css("margin","");this.imageMargin="0px";}f.find("img").css("opacity","");f.replaceWith(function(){return c(this).contents();});c(document).off("click.redactor-image-resize-hide");this.$editor.off("click.redactor-image-resize-hide");this.$editor.off("keydown.redactor-image-delete");this.sync();},imageResize:function(f){var e=c(f);e.on("mousedown",c.proxy(function(){this.imageResizeHide(false);},this));e.on("dragstart",c.proxy(function(){this.$editor.on("drop.redactor-image-inside-drop",c.proxy(function(){setTimeout(c.proxy(function(){this.observeImages();this.$editor.off("drop.redactor-image-inside-drop");this.sync();},this),1);},this));},this));e.on("click",c.proxy(function(l){if(this.$editor.find("#redactor-image-box").size()!=0){return false;}var n=false,q,p,m=e.width()/e.height(),o=20,j=10;var g=this.imageResizeControls(e);var h=false;g.on("mousedown",function(r){h=true;r.preventDefault();m=e.width()/e.height();q=Math.round(r.pageX-e.eq(0).offset().left);p=Math.round(r.pageY-e.eq(0).offset().top);});c(this.document.body).on("mousemove",c.proxy(function(v){if(h){var s=Math.round(v.pageX-e.eq(0).offset().left)-q;var r=Math.round(v.pageY-e.eq(0).offset().top)-p;var u=e.height();var w=parseInt(u,10)+r;var t=Math.round(w*m);if(t>o){e.width(t);if(t<100){this.imageEditter.css({marginTop:"-7px",marginLeft:"-13px",fontSize:"9px",padding:"3px 5px"});}else{this.imageEditter.css({marginTop:"-11px",marginLeft:"-18px",fontSize:"11px",padding:"7px 10px"});}}q=Math.round(v.pageX-e.eq(0).offset().left);p=Math.round(v.pageY-e.eq(0).offset().top);this.sync();}},this)).on("mouseup",function(){h=false;});this.$editor.on("keydown.redactor-image-delete",c.proxy(function(s){var r=s.which;if(this.keyCode.BACKSPACE==r||this.keyCode.DELETE==r){this.bufferSet();this.imageResizeHide(false);this.imageRemove(e);}},this));c(document).on("click.redactor-image-resize-hide",c.proxy(this.imageResizeHide,this));this.$editor.on("click.redactor-image-resize-hide",c.proxy(this.imageResizeHide,this));},this));},imageResizeControls:function(f){var g=c('<span id="redactor-image-box" data-redactor="verified">');g.css({position:"relative",display:"inline-block",lineHeight:0,outline:"1px dashed rgba(0, 0, 0, .6)","float":f.css("float")});g.attr("contenteditable",false);this.imageMargin=f[0].style.margin;if(this.imageMargin!="0px"){g.css("margin",this.imageMargin);f.css("margin","");}f.css("opacity",0.5).after(g);this.imageEditter=c('<span id="redactor-image-editter" data-redactor="verified">'+this.opts.curLang.edit+"</span>");this.imageEditter.css({position:"absolute",zIndex:2,top:"50%",left:"50%",marginTop:"-11px",marginLeft:"-18px",lineHeight:1,backgroundColor:"#000",color:"#fff",fontSize:"11px",padding:"7px 10px",cursor:"pointer"});this.imageEditter.attr("contenteditable",false);this.imageEditter.on("click",c.proxy(function(){this.imageEdit(f);},this));g.append(this.imageEditter);var e=c('<span id="redactor-image-resizer" data-redactor="verified"></span>');e.css({position:"absolute",zIndex:2,lineHeight:1,cursor:"nw-resize",bottom:"-4px",right:"-5px",border:"1px solid #fff",backgroundColor:"#000",width:"8px",height:"8px"});e.attr("contenteditable",false);g.append(e);g.append(f);return e;},imageThumbClick:function(h){var f='<img id="image-marker" src="'+c(h.target).attr("rel")+'" alt="'+c(h.target).attr("title")+'" />';var g=this.getParent();if(this.opts.paragraphy&&c(g).closest("li").size()==0){f="<p>"+f+"</p>";}this.imageInsert(f,true);},imageCallbackLink:function(){var f=c("#redactor_file_link").val();if(f!==""){var e='<img id="image-marker" src="'+f+'" />';if(this.opts.linebreaks===false){e="<p>"+e+"</p>";}this.imageInsert(e,true);}else{this.modalClose();}},imageCallback:function(e){this.imageInsert(e);},imageInsert:function(f,h){this.selectionRestore();if(f!==false){var e="";if(h!==true){e='<img id="image-marker" src="'+f.filelink+'" />';var g=this.getParent();if(this.opts.paragraphy&&c(g).closest("li").size()==0){e="<p>"+e+"</p>";}}else{e=f;}this.execCommand("inserthtml",e,false);var j=c(this.$editor.find("img#image-marker"));if(j.length){j.removeAttr("id");}else{j=false;}this.sync();h!==true&&this.callback("imageUpload",j,f);}this.modalClose();this.observeImages();},modalTemplatesInit:function(){c.extend(this.opts,{modal_file:String()+'<section><div id="redactor-progress" class="redactor-progress redactor-progress-striped" style="display: none;"><div id="redactor-progress-bar" class="redactor-progress-bar" style="width: 100%;"></div></div><form id="redactorUploadFileForm" method="post" action="" enctype="multipart/form-data"><label>'+this.opts.curLang.filename+'</label><input type="text" id="redactor_filename" class="redactor_input" /><div style="margin-top: 7px;"><input type="file" id="redactor_file" name="'+this.opts.fileUploadParam+'" /></div></form></section>',modal_image_edit:String()+"<section><label>"+this.opts.curLang.title+'</label><input id="redactor_file_alt" class="redactor_input" /><label>'+this.opts.curLang.link+'</label><input id="redactor_file_link" class="redactor_input" /><label><input type="checkbox" id="redactor_link_blank"> '+this.opts.curLang.link_new_tab+"</label><label>"+this.opts.curLang.image_position+'</label><select id="redactor_form_image_align"><option value="none">'+this.opts.curLang.none+'</option><option value="left">'+this.opts.curLang.left+'</option><option value="right">'+this.opts.curLang.right+'</option></select></section><footer><button id="redactor_image_delete_btn" class="redactor_modal_btn redactor_modal_delete_btn">'+this.opts.curLang._delete+'</button>&nbsp;&nbsp;&nbsp;<button class="redactor_modal_btn redactor_btn_modal_close">'+this.opts.curLang.cancel+'</button><input type="button" name="save" class="redactor_modal_btn redactor_modal_action_btn" id="redactorSaveBtn" value="'+this.opts.curLang.save+'" /></footer>',modal_image:String()+'<section><div id="redactor_tabs"><a href="#" class="redactor_tabs_act">'+this.opts.curLang.upload+'</a><a href="#">'+this.opts.curLang.choose+'</a><a href="#">'+this.opts.curLang.link+'</a></div><div id="redactor-progress" class="redactor-progress redactor-progress-striped" style="display: none;"><div id="redactor-progress-bar" class="redactor-progress-bar" style="width: 100%;"></div></div><form id="redactorInsertImageForm" method="post" action="" enctype="multipart/form-data"><div id="redactor_tab1" class="redactor_tab"><input type="file" id="redactor_file" name="'+this.opts.imageUploadParam+'" /></div><div id="redactor_tab2" class="redactor_tab" style="display: none;"><div id="redactor_image_box"></div></div></form><div id="redactor_tab3" class="redactor_tab" style="display: none;"><label>'+this.opts.curLang.image_web_link+'</label><input type="text" name="redactor_file_link" id="redactor_file_link" class="redactor_input" /></div></section><footer><button class="redactor_modal_btn redactor_btn_modal_close">'+this.opts.curLang.cancel+'</button><input type="button" name="upload" class="redactor_modal_btn redactor_modal_action_btn" id="redactor_upload_btn" value="'+this.opts.curLang.insert+'" /></footer>',modal_link:String()+'<section><form id="redactorInsertLinkForm" method="post" action=""><div id="redactor_tabs"><a href="#" class="redactor_tabs_act">URL</a><a href="#">Email</a><a href="#">'+this.opts.curLang.anchor+'</a></div><input type="hidden" id="redactor_tab_selected" value="1" /><div class="redactor_tab" id="redactor_tab1"><label>URL</label><input type="text" id="redactor_link_url" class="redactor_input" /><label>'+this.opts.curLang.text+'</label><input type="text" class="redactor_input redactor_link_text" id="redactor_link_url_text" /><label><input type="checkbox" id="redactor_link_blank"> '+this.opts.curLang.link_new_tab+'</label></div><div class="redactor_tab" id="redactor_tab2" style="display: none;"><label>Email</label><input type="text" id="redactor_link_mailto" class="redactor_input" /><label>'+this.opts.curLang.text+'</label><input type="text" class="redactor_input redactor_link_text" id="redactor_link_mailto_text" /></div><div class="redactor_tab" id="redactor_tab3" style="display: none;"><label>'+this.opts.curLang.anchor+'</label><input type="text" class="redactor_input" id="redactor_link_anchor" /><label>'+this.opts.curLang.text+'</label><input type="text" class="redactor_input redactor_link_text" id="redactor_link_anchor_text" /></div></form></section><footer><button class="redactor_modal_btn redactor_btn_modal_close">'+this.opts.curLang.cancel+'</button><input type="button" class="redactor_modal_btn redactor_modal_action_btn" id="redactor_insert_link_btn" value="'+this.opts.curLang.insert+'" /></footer>',modal_table:String()+"<section><label>"+this.opts.curLang.rows+'</label><input type="text" size="5" value="2" id="redactor_table_rows" /><label>'+this.opts.curLang.columns+'</label><input type="text" size="5" value="3" id="redactor_table_columns" /></section><footer><button class="redactor_modal_btn redactor_btn_modal_close">'+this.opts.curLang.cancel+'</button><input type="button" name="upload" class="redactor_modal_btn redactor_modal_action_btn" id="redactor_insert_table_btn" value="'+this.opts.curLang.insert+'" /></footer>',modal_video:String()+'<section><form id="redactorInsertVideoForm"><label>'+this.opts.curLang.video_html_code+'</label><textarea id="redactor_insert_video_area" style="width: 99%; height: 160px;"></textarea></form></section><footer><button class="redactor_modal_btn redactor_btn_modal_close">'+this.opts.curLang.cancel+'</button><input type="button" class="redactor_modal_btn redactor_modal_action_btn" id="redactor_insert_video_btn" value="'+this.opts.curLang.insert+'" /></footer>'});},modalInit:function(m,h,f,n){var e=c("#redactor_modal_overlay");if(!e.length){this.$overlay=e=c('<div id="redactor_modal_overlay" style="display: none;"></div>');c("body").prepend(this.$overlay);}if(this.opts.modalOverlay){e.show().on("click",c.proxy(this.modalClose,this));}var j=c("#redactor_modal");if(!j.length){this.$modal=j=c('<div id="redactor_modal" style="display: none;"><div id="redactor_modal_close">&times;</div><header id="redactor_modal_header"></header><div id="redactor_modal_inner"></div></div>');c("body").append(this.$modal);}c("#redactor_modal_close").on("click",c.proxy(this.modalClose,this));this.hdlModalClose=c.proxy(function(o){if(o.keyCode===this.keyCode.ESC){this.modalClose();return false;}},this);c(document).keyup(this.hdlModalClose);this.$editor.keyup(this.hdlModalClose);this.modalcontent=false;if(h.indexOf("#")==0){this.modalcontent=c(h);c("#redactor_modal_inner").empty().append(this.modalcontent.html());this.modalcontent.html("");}else{c("#redactor_modal_inner").empty().append(h);}j.find("#redactor_modal_header").html(m);if(typeof c.fn.draggable!=="undefined"){j.draggable({handle:"#redactor_modal_header"});j.find("#redactor_modal_header").css("cursor","move");}var l=c("#redactor_tabs");if(l.length){var g=this;l.find("a").each(function(o,p){o++;c(p).on("click",function(r){r.preventDefault();l.find("a").removeClass("redactor_tabs_act");c(this).addClass("redactor_tabs_act");c(".redactor_tab").hide();c("#redactor_tab"+o).show();c("#redactor_tab_selected").val(o);if(g.isMobile()===false){var q=j.outerHeight();j.css("margin-top","-"+(q+10)/2+"px");}});});}j.find(".redactor_btn_modal_close").on("click",c.proxy(this.modalClose,this));if(this.opts.autoresize===true){this.saveModalScroll=this.document.body.scrollTop;}else{this.saveModalScroll=this.$editor.scrollTop();}if(this.isMobile()===false){j.css({position:"fixed",top:"-2000px",left:"50%",width:f+"px",marginLeft:"-"+(f+60)/2+"px"}).show();this.modalSaveBodyOveflow=c(document.body).css("overflow");c(document.body).css("overflow","hidden");}else{j.css({position:"fixed",width:"100%",height:"100%",top:"0",left:"0",margin:"0",minHeight:"300px"}).show();}if(typeof n==="function"){n();}if(this.isMobile()===false){setTimeout(function(){var o=j.outerHeight();j.css({top:"50%",height:"auto",minHeight:"auto",marginTop:"-"+(o+10)/2+"px"});},10);}},modalClose:function(){c("#redactor_modal_close").off("click",this.modalClose);c("#redactor_modal").fadeOut("fast",c.proxy(function(){var e=c("#redactor_modal_inner");if(this.modalcontent!==false){this.modalcontent.html(e.html());this.modalcontent=false;}e.html("");if(this.opts.modalOverlay){c("#redactor_modal_overlay").hide().off("click",this.modalClose);}c(document).unbind("keyup",this.hdlModalClose);this.$editor.unbind("keyup",this.hdlModalClose);this.selectionRestore();if(this.opts.autoresize&&this.saveModalScroll){c(this.document.body).scrollTop(this.saveModalScroll);}else{if(this.opts.autoresize===false&&this.saveModalScroll){this.$editor.scrollTop(this.saveModalScroll);}}},this));if(this.isMobile()===false){c(document.body).css("overflow",this.modalSaveBodyOveflow?this.modalSaveBodyOveflow:"visible");}return false;},modalSetTab:function(e){c(".redactor_tab").hide();c("#redactor_tabs").find("a").removeClass("redactor_tabs_act").eq(e-1).addClass("redactor_tabs_act");c("#redactor_tab"+e).show();},s3handleFileSelect:function(l){var h=l.target.files;for(var g=0,j;j=h[g];g++){this.s3uploadFile(j);}},s3uploadFile:function(e){this.s3executeOnSignedUrl(e,c.proxy(function(f){this.s3uploadToS3(e,f);},this));},s3executeOnSignedUrl:function(e,h){var f=new XMLHttpRequest();var g="?";if(this.opts.s3.search(/\?/)!="-1"){g="&";}f.open("GET",this.opts.s3+g+"name="+e.name+"&type="+e.type,true);if(f.overrideMimeType){f.overrideMimeType("text/plain; charset=x-user-defined");}f.onreadystatechange=function(j){if(this.readyState==4&&this.status==200){c("#redactor-progress").fadeIn();h(decodeURIComponent(this.responseText));}else{if(this.readyState==4&&this.status!=200){}}};f.send();},s3createCORSRequest:function(g,e){var f=new XMLHttpRequest();if("withCredentials" in f){f.open(g,e,true);}else{if(typeof XDomainRequest!="undefined"){f=new XDomainRequest();f.open(g,e);}else{f=null;}}return f;},s3uploadToS3:function(f,e){var g=this.s3createCORSRequest("PUT",e);if(!g){}else{g.onload=c.proxy(function(){if(g.status==200){c("#redactor-progress, #redactor-progress-drag").hide();var l=e.split("?");if(!l[0]){return false;}this.selectionRestore();var h="";h='<img id="image-marker" src="'+l[0]+'" />';if(this.opts.paragraphy){h="<p>"+h+"</p>";}this.execCommand("inserthtml",h,false);var j=c(this.$editor.find("img#image-marker"));if(j.length){j.removeAttr("id");}else{j=false;}this.sync();this.callback("imageUpload",j,false);this.modalClose();this.observeImages();}else{}},this);g.onerror=function(){};g.upload.onprogress=function(h){};g.setRequestHeader("Content-Type",f.type);g.setRequestHeader("x-amz-acl","public-read");g.send(f);}},uploadInit:function(g,e){this.uploadOptions={url:false,success:false,error:false,start:false,trigger:false,auto:false,input:false};c.extend(this.uploadOptions,e);var f=c("#"+g);if(f.length&&f[0].tagName==="INPUT"){this.uploadOptions.input=f;this.el=c(f[0].form);}else{this.el=f;}this.element_action=this.el.attr("action");if(this.uploadOptions.auto){c(this.uploadOptions.input).change(c.proxy(function(h){this.el.submit(function(j){return false;});this.uploadSubmit(h);},this));}else{if(this.uploadOptions.trigger){c("#"+this.uploadOptions.trigger).click(c.proxy(this.uploadSubmit,this));}}},uploadSubmit:function(f){c("#redactor-progress").fadeIn();this.uploadForm(this.element,this.uploadFrame());},uploadFrame:function(){this.id="f"+Math.floor(Math.random()*99999);var f=this.document.createElement("div");var e='<iframe style="display:none" id="'+this.id+'" name="'+this.id+'"></iframe>';f.innerHTML=e;c(f).appendTo("body");if(this.uploadOptions.start){this.uploadOptions.start();}c("#"+this.id).load(c.proxy(this.uploadLoaded,this));return this.id;},uploadForm:function(j,h){if(this.uploadOptions.input){var l="redactorUploadForm"+this.id,e="redactorUploadFile"+this.id;this.form=c('<form action="'+this.uploadOptions.url+'" method="POST" target="'+h+'" name="'+l+'" id="'+l+'" enctype="multipart/form-data" />');if(this.opts.uploadFields!==false&&typeof this.opts.uploadFields==="object"){c.each(this.opts.uploadFields,c.proxy(function(n,f){if(f!=null&&f.toString().indexOf("#")===0){f=c(f).val();}var o=c("<input/>",{type:"hidden",name:n,value:f});c(this.form).append(o);},this));}var g=this.uploadOptions.input;var m=c(g).clone();c(g).attr("id",e).before(m).appendTo(this.form);c(this.form).css("position","absolute").css("top","-2000px").css("left","-2000px").appendTo("body");this.form.submit();}else{j.attr("target",h).attr("method","POST").attr("enctype","multipart/form-data").attr("action",this.uploadOptions.url);this.element.submit();}},uploadLoaded:function(){var h=c("#"+this.id)[0],j;if(h.contentDocument){j=h.contentDocument;}else{if(h.contentWindow){j=h.contentWindow.document;}else{j=window.frames[this.id].document;}}if(this.uploadOptions.success){c("#redactor-progress").hide();if(typeof j!=="undefined"){var g=j.body.innerHTML;var f=g.match(/\{(.|\n)*\}/)[0];f=f.replace(/^\[/,"");f=f.replace(/\]$/,"");var e=c.parseJSON(f);if(typeof e.error=="undefined"){this.uploadOptions.success(e);}else{this.uploadOptions.error(this,e);this.modalClose();}}else{this.modalClose();alert("Upload failed!");}}this.el.attr("action",this.element_action);this.el.attr("target","");},draguploadInit:function(f,e){this.draguploadOptions=c.extend({url:false,success:false,error:false,preview:false,uploadFields:false,text:this.opts.curLang.drop_file_here,atext:this.opts.curLang.or_choose,uploadParam:false},e);if(window.FormData===undefined){return false;}this.droparea=c('<div class="redactor_droparea"></div>');this.dropareabox=c('<div class="redactor_dropareabox">'+this.draguploadOptions.text+"</div>");this.dropalternative=c('<div class="redactor_dropalternative">'+this.draguploadOptions.atext+"</div>");this.droparea.append(this.dropareabox);c(f).before(this.droparea);c(f).before(this.dropalternative);this.dropareabox.on("dragover",c.proxy(function(){return this.draguploadOndrag();},this));this.dropareabox.on("dragleave",c.proxy(function(){return this.draguploadOndragleave();},this));this.dropareabox.get(0).ondrop=c.proxy(function(g){g.preventDefault();this.dropareabox.removeClass("hover").addClass("drop");this.dragUploadAjax(this.draguploadOptions.url,g.dataTransfer.files[0],false,false,false,this.draguploadOptions.uploadParam);},this);},dragUploadAjax:function(h,l,f,g,n,m){if(!f){var o=c.ajaxSettings.xhr();if(o.upload){o.upload.addEventListener("progress",c.proxy(this.uploadProgress,this),false);}c.ajaxSetup({xhr:function(){return o;}});}var j=new FormData();if(m!==false){j.append(m,l);}else{j.append("file",l);}if(this.opts.uploadFields!==false&&typeof this.opts.uploadFields==="object"){c.each(this.opts.uploadFields,c.proxy(function(p,e){if(e!=null&&e.toString().indexOf("#")===0){e=c(e).val();}j.append(p,e);},this));}c.ajax({url:h,dataType:"html",data:j,cache:false,contentType:false,processData:false,type:"POST",success:c.proxy(function(q){q=q.replace(/^\[/,"");q=q.replace(/\]$/,"");var p=(typeof q==="string"?c.parseJSON(q):q);if(f){g.fadeOut("slow",function(){c(this).remove();});var e=c("<img>");e.attr("src",p.filelink).attr("id","drag-image-marker");this.insertNodeToCaretPositionFromPoint(n,e[0]);var r=c(this.$editor.find("img#drag-image-marker"));if(r.length){r.removeAttr("id");}else{r=false;}this.sync();this.observeImages();if(r){this.callback("imageUpload",r,p);}if(typeof p.error!=="undefined"){this.callback("imageUploadError",p);}}else{if(typeof p.error=="undefined"){this.draguploadOptions.success(p);}else{this.draguploadOptions.error(this,p);this.draguploadOptions.success(false);}}},this)});},draguploadOndrag:function(){this.dropareabox.addClass("hover");return false;},draguploadOndragleave:function(){this.dropareabox.removeClass("hover");return false;},uploadProgress:function(g,h){var f=g.loaded?parseInt(g.loaded/g.total*100,10):g;this.dropareabox.text("Loading "+f+"% "+(h||""));},isMobile:function(){return/(iPhone|iPod|BlackBerry|Android)/.test(navigator.userAgent);},normalize:function(e){if(typeof(e)==="undefined"){return 0;}return parseInt(e.replace("px",""),10);},outerHtml:function(e){return c("<div>").append(c(e).eq(0).clone()).html();},isString:function(e){return Object.prototype.toString.call(e)=="[object String]";},isEmpty:function(e){e=e.replace(/&#x200b;|<br>|<br\/>|&nbsp;/gi,"");e=e.replace(/\s/g,"");e=e.replace(/^<p>[^\W\w\D\d]*?<\/p>$/i,"");return e=="";},isIe11:function(){return !!navigator.userAgent.match(/Trident\/7\./);},browser:function(f){var g=navigator.userAgent.toLowerCase();var e=/(opr)[\/]([\w.]+)/.exec(g)||/(chrome)[ \/]([\w.]+)/.exec(g)||/(webkit)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(g)||/(webkit)[ \/]([\w.]+)/.exec(g)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(g)||/(msie) ([\w.]+)/.exec(g)||g.indexOf("trident")>=0&&/(rv)(?::| )([\w.]+)/.exec(g)||g.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(g)||[];if(f=="version"){return e[2];}if(f=="webkit"){return(e[1]=="chrome"||e[1]=="webkit");}if(e[1]=="rv"){return f=="msie";}if(e[1]=="opr"){return f=="webkit";}return f==e[1];},oldIE:function(){if(this.browser("msie")&&parseInt(this.browser("version"),10)<9){return true;}return false;},getFragmentHtml:function(f){var e=f.cloneNode(true);var g=this.document.createElement("div");g.appendChild(e);return g.innerHTML;},extractContent:function(){var e=this.$editor[0];var g=this.document.createDocumentFragment();var f;while((f=e.firstChild)){g.appendChild(f);}return g;},isParentRedactor:function(e){if(!e){return false;}if(this.opts.iframe){return e;}if(c(e).parents("div.redactor_editor").length==0||c(e).hasClass("redactor_editor")){return false;}else{return e;}},currentOrParentIs:function(e){var f=this.getParent(),g=this.getCurrent();return f&&f.tagName===e?f:g&&g.tagName===e?g:false;},isEndOfElement:function(){var f=this.getBlock();var h=this.getCaretOffset(f);var g=c.trim(c(f).text()).replace(/\n\r\n/g,"");var e=g.length;if(h==e){return true;}else{return false;}},isFocused:function(){var e,f=this.getSelection();if(f&&f.rangeCount&&f.rangeCount>0){e=f.getRangeAt(0).startContainer;}if(!e){return false;}if(this.opts.iframe){if(this.getCaretOffsetRange().equals()){return !this.$editor.is(e);}else{return true;}}return c(e).closest("div.redactor_editor").length!=0;},removeEmptyAttr:function(f,e){if(c(f).attr(e)==""){c(f).removeAttr(e);}},removeFromArrayByValue:function(g,f){var e=null;while((e=g.indexOf(f))!==-1){g.splice(e,1);}return g;}};b.prototype.init.prototype=b.prototype;c.Redactor.fn.formatLinkify=function(x,u,m,r,j){var s=/(^|&lt;|\s)(www\..+?\..+?)(\s|&gt;|$)/g,q=/(^|&lt;|\s)(((https?|ftp):\/\/|mailto:).+?)(\s|&gt;|$)/g,e=/(https?:\/\/.*\.(?:png|jpg|jpeg|gif))/gi,w=/https?:\/\/(?:[0-9A-Z-]+\.)?(?:youtu\.be\/|youtube\.com\S*[^\w\-\s])([\w\-]{11})(?=[^\w\-]|$)(?![?=&+%\w.-]*(?:['"][^<>]*>|<\/a>))[?=&+%\w.-]*/ig,t=/https?:\/\/(www\.)?vimeo.com\/(\d+)($|\/)/;var v=(this.$editor?this.$editor.get(0):this).childNodes,l=v.length;while(l--){var h=v[l];if(h.nodeType===3){var p=h.nodeValue;if(r&&p){var o='<iframe width="500" height="281" src="',g='" frameborder="0" allowfullscreen></iframe>';if(p.match(w)){p=p.replace(w,o+"//www.youtube.com/embed/$1"+g);c(h).after(p).remove();}else{if(p.match(t)){p=p.replace(t,o+"//player.vimeo.com/video/$2"+g);c(h).after(p).remove();}}}if(m&&p&&p.match(e)){p=p.replace(e,'<img src="$1">');c(h).after(p).remove();}if(u&&p&&(p.match(s)||p.match(q))){var f=(p.match(s)||p.match(q));f=f[0];if(f.length>j){f=f.substring(0,j)+"...";}p=p.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(s,'$1<a href="'+x+'$2">'+c.trim(f)+"</a>$3").replace(q,'$1<a href="$2">'+c.trim(f)+"</a>$5");c(h).after(p).remove();}}else{if(h.nodeType===1&&!/^(a|button|textarea)$/i.test(h.tagName)){c.Redactor.fn.formatLinkify.call(h,x,u,m,r,j);}}}};})(jQuery);
12
+ eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(B($){\'l2 l1\';if(!d1.5e.9H){d1.5e.9H=B(di){C fn=c;E B(){E fn.7n(di)}}}C 8c=0;C cI=/6l?:\\/\\/(?:[0-9A-Z-]+\\.)?(?:l3\\.be\\/|hG\\.94\\S*[^\\w\\-\\s])([\\w\\-]{11})(?=[^\\w\\-]|$)(?![?=&+%\\w.\\-]*(?:[\'"][^<>]*>|<\\/a>))[?=&+%\\w.-]*/ig;C cC=/6l?:\\/\\/(9b\\.)?hH.94\\/(\\d+)($|\\/)/;$.fn.G=B(3G){C 2x=[];C du=7y.5e.l4.5U(h0,1);if(1C 3G===\'5V\'){c.1z(B(){C 6a=$.1g(c,\'G\');C 1s;if(3G.3B(/\\./)!=\'-1\'){1s=3G.4F(\'.\');if(1C 6a[1s[0]]!=\'1F\'){1s=6a[1s[0]][1s[1]]}}L{1s=6a[3G]}if(1C 6a!==\'1F\'&&$.5o(1s)){C 9n=1s.7n(6a,du);if(9n!==1F&&9n!==6a){2x.2S(9n)}}L{$.5A(\'l5 l0 ak "\'+3G+\'" 2v 3l\')}})}L{c.1z(B(){$.1g(c,\'G\',{});$.1g(c,\'G\',3l(c,3G))})}if(2x.1m===0)E c;L if(2x.1m===1)E 2x[0];L E 2x};B 3l(el,3G){E 1J 3l.5e.3u(el,3G)}$.3l=3l;$.3l.kZ=\'10.0.4\';$.3l.am=[\'3n\',\'3y\',\'Q\',\'1Z\',\'2f\',\'1v\',\'1V\',\'1o\',\'1a\',\'1S\',\'1y\',\'1Q\',\'2u\',\'J\',\'3f\',\'1W\',\'1O\',\'1t\',\'2j\',\'1E\',\'4u\',\'T\',\'2V\',\'V\',\'2p\',\'2o\',\'5k\',\'2X\',\'55\',\'K\',\'5K\',\'2r\',\'1x\',\'1r\',\'1j\',\'N\'];$.3l.F={1E:\'en\',cl:\'kU\',7P:M,2u:M,eX:M,2X:M,6b:1q,7u:M,93:M,9e:M,1K:M,6E:1q,2o:1q,dn:M,aI:1q,j0:1q,dD:1q,dO:M,3y:M,bo:M,7v:60,bx:M,iV:1q,7A:\'7s\',eh:M,7f:50,gj:1q,ge:1q,gd:1q,83:\'kT\',aY:1q,8o:M,hV:\'1Q\',kV:M,eT:1q,8q:M,hR:\'1Q\',eS:1q,81:M,7M:1q,79:1q,6L:1q,7h:1q,6j:4,at:M,dj:1q,8d:M,1r:1q,gS:1q,6G:1c,6Q:0,9L:M,gU:M,gR:M,3L:[\'q\',\'2J\',\'43\',\'3Y\',\'5x\',\'5t\',\'5c\',\'6K\',\'3f\',\'J\',\'1Q\',\'T\',\'3n\',\'9F\'],c6:[],ca:[],2J:[\'p\',\'1N\',\'2T\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'],ct:M,2r:1q,4I:[\'q\',\'he\',\'T\',\'2q\',\'5f\',\'4Z\',\'1p\',\'kW\'],4O:M,6g:M,4Y:[[\'7p\',\'3X\']],4X:[[\'3p-6z:\\\\s?43\',"5d"],[\'3p-1p:\\\\s?3Y\',"em"],[\'1b-6T:\\\\s?4V\',"u"],[\'1b-6T:\\\\s?4u-fJ\',\'3X\']],54:M,21:M,53:M,6d:[\'1e\'],3P:[\'p\'],9E:[\'5x\',\'3Y\',\'43\',\'4V\',\'5t\',\'5c\',\'kY\',\'kX\',\'l6\',\'7t\'],cS:{b:\'43\',5d:\'43\',i:\'3Y\',em:\'3Y\',3X:\'5x\',7p:\'5x\',2K:\'5t\',ol:\'5c\',u:\'4V\'},5K:{\'3S+6h+m, 5f+6h+m\':{1s:\'1W.aW\'},\'3S+b, 5f+b\':{1s:\'1W.2Y\',5E:[\'43\']},\'3S+i, 5f+i\':{1s:\'1W.2Y\',5E:[\'3Y\']},\'3S+h, 5f+h\':{1s:\'1W.2Y\',5E:[\'fj\']},\'3S+l, 5f+l\':{1s:\'1W.2Y\',5E:[\'fi\']},\'3S+k, 5f+k\':{1s:\'T.2B\'},\'3S+6h+7\':{1s:\'2V.2M\',5E:[\'5c\']},\'3S+6h+8\':{1s:\'2V.2M\',5E:[\'5t\']}},g5:M,1Z:[],80:[],7l:\'<p>&#c0;</p>\',5C:\'&#c0;\',hT:[\'J/hK\',\'J/hJ\',\'J/hF\'],9a:20,bB:[\'a\',\'1B\',\'b\',\'5d\',\'7b\',\'7e\',\'i\',\'em\',\'u\',\'89\',\'7p\',\'3X\',\'8J\',\'2K\',\'ol\',\'li\'],4G:[\'5d\',\'b\',\'u\',\'em\',\'i\',\'1a\',\'3X\',\'l7\',\'9w\',\'9y\',\'7e\',\'7b\',\'6o\',\'C\',\'8J\',\'89\'],7W:[\'P\',\'dQ\',\'dR\',\'dU\',\'dT\',\'dS\',\'dM\',\'lg\',\'lf\',\'lh\',\'7U\',\'6y\',\'9T\',\'lj\',\'dN\',\'lk\',\'le\',\'ld\',\'l9\',\'l8\',\'la\'],7Z:[\'a8\',\'7H\',\'7q\',\'4S\'],dw:{en:{q:\'lb\',63:\'6f gb\',J:\'6f ff\',4v:\'aL\',T:\'cm\',bn:\'6f T\',lc:\'g4 T\',6k:\'kS\',2J:\'kR\',gX:\'kz 1b\',bK:\'ky\',1a:\'fV\',gW:\'8y 1\',gG:\'8y 2\',gH:\'8y 3\',gI:\'8y 4\',gJ:\'8y 5\',43:\'kA\',3Y:\'kB\',kC:\'kx fF\',kw:\'kr fF\',5t:\'kq fy\',5c:\'ks fy\',6K:\'kt\',3f:\'kv\',j1:\'ku\',1O:\'6f\',2R:\'kD\',gn:\'7B\',kE:\'6f aL\',kN:\'7L aM kM\',kO:\'7L aM kP\',kQ:\'7L bi fO\',kL:\'7L bi fe\',kK:\'7B bi\',kG:\'7B aM\',kF:\'7B aL\',kH:\'kI\',kJ:\'ll\',lm:\'7L fN\',lZ:\'7B fN\',1D:\'lY\',iO:\'m0\',5W:\'m1\',22:\'fO\',4b:\'fe\',5n:\'g8\',m2:\'ff lW cm\',1b:\'lS\',cE:\'lR\',lT:\'iP\',lU:\'gb lV fV or m4/md cm\',1Q:\'6f me\',1j:\'mf\',mg:\'mb\',g2:\'ma\',m6:\'m5 g2\',m8:\'hY 1Q hZ\',gF:\'g9 1b g7 al 22\',gE:\'g8 1b\',gA:\'g9 1b g7 al 4b\',gz:\'lQ 1b\',9F:\'6f lP lx\',5x:\'lw\',ly:\'lz\',bT:\'lA T in 1J 5l\',4V:\'lv\',3n:\'lu\',6n:\'lo (ln)\',8p:\'g4\'}}};3l.fn=$.3l.5e={3i:{6v:8,7S:46,dr:40,6m:13,cv:32,cr:27,b7:9,d0:17,d3:91,cX:16,cW:18,lq:37,ds:91},3u:B(el,3G){c.$2G=$(el);c.8c=8c++;c.6w=M;c.$5u=M;c.eZ(3G);c.e2();c.2J={};$.ls(c.F.7Z,c.F.7W);c.hw=1J 1T(\'^(\'+c.F.7Z.2C(\'|\')+\')$\',\'i\');c.1x.hp();c.1E.2E();$.75(c.F.5K,c.F.g5);c.1S.2n(\'2W\');c.2W=1q;c.2f.eD()},eZ:B(3G){c.F=$.75({},$.75(1q,{},$.3l.F),c.$2G.1g(),3G)},bu:B(4y){E hC.lB(4y).dH(B(9j){E 1C 4y[9j]==\'B\'})},e2:B(){C 23=$.3l.am.1m;2v(C i=0;i<23;i++){c.dX($.3l.am[i])}},dX:B(5v){if(1C c[5v]==\'1F\')E;c[5v]=c[5v]();C 5q=c.bu(c[5v]);C 23=5q.1m;2v(C z=0;z<23;z++){c[5v][5q[z]]=c[5v][5q[z]].9H(c)}},3n:B(){E{22:B(){c.3n.1L(\'\')},4b:B(){c.3n.1L(\'4b\')},5n:B(){c.3n.1L(\'5n\')},7t:B(){c.3n.1L(\'7t\')},1L:B(1d){if(!c.N.25(\'2I\'))c.$U.2u();c.1Z.1L();c.K.2R();c.3n.1P=c.K.42();if(c.F.1K&&c.3n.1P[0]===M){c.3n.dY(1d)}L{c.3n.dZ(1d)}c.K.2Q();c.1a.1R()},dY:B(1d){C 4f=c.K.5s(\'1h\');$(4f).14(\'1g-8D\',\'G\');$(4f).1G(\'1b-4J\',1d)},dZ:B(1d){$.1z(c.3n.1P,$.X(B(i,el){C $el=c.N.av(el);if(!$el)E;if(1d===\'\'&&1C($el.1g(\'8D\'))!==\'1F\'){$el.2s($el.q())}L{$el.1G(\'1b-4J\',1d);c.N.5P($el,\'1p\')}},c))}}},3y:B(){E{9r:B(){if(!c.F.3y)E;c.3y.q=M;c.3y.1f=(c.F.bo)?c.F.bo:c.$2D.14(\'1f\');if(!c.F.bx){c.7v=lL($.X(c.3y.2E,c),c.F.7v*lK)}},ga:B(){if(!c.F.bx)E;c.3y.2E()},2E:B(){C q=c.1a.12();if(c.3y.q===q)E;if(c.N.4w(q))E;$.lM({2d:c.F.3y,1d:\'lN\',1g:\'1f=\'+c.3y.1f+\'&\'+c.3y.1f+\'=\'+lO(lJ(q)),c9:$.X(B(1g){c.3y.c9(1g,q)},c)})},c9:B(1g,q){C 2w;4p{2w=$.i1(1g)}4s(e){2w=1g}C ef=(1C 2w.5A==\'1F\')?\'3y\':\'lI\';c.1S.2n(ef,c.3y.1f,2w);c.3y.q=q},lE:B(){go(c.7v)}}},Q:B(){E{2J:B(1f){C 1d,1H;if(1C c.2J[1f].1g!=\'1F\')1d=\'1g\';L if(1C c.2J[1f].14!=\'1F\')1d=\'14\';L if(1C c.2J[1f].1I!=\'1F\')1d=\'1I\';if(1d)1H=c.2J[1f][1d];c.Q.2Y(c.2J[1f].R,1d,1H)},2Y:B(R,1d,1H){if(R==\'bK\')R=\'1N\';C eb=[\'p\',\'2T\',\'1N\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'];if($.3K(R,eb)==-1)E;c.Q.8A=(R==\'2T\'||R.3B(/h[1-6]/i)!=-1);if(!c.N.25(\'2I\'))c.$U.2u();c.Q.1P=c.K.42();c.Q.6t=c.Q.1P.1m;c.Q.1d=1d;c.Q.1H=1H;c.1Z.1L();c.K.2R();c.Q.1L(R);c.K.2Q();c.1a.1R()},1L:B(R){c.K.12();c.Q.5B=c.Y.dK.1n;if(c.Y.58){c.Q.dV(R)}L{c.Q.dI(R)}},dV:B(R){C Q=c.Q.1P[0];if(Q===M)E;if(Q.1n==\'4S\'){if(R!=\'1N\')E;c.Q.95();E}C 9z=(c.Q.5B==\'6y\'||c.Q.5B==\'b3\');if(9z&&!c.F.1K){1c.3V(\'9S\',M,\'<\'+R+\'>\');Q=c.K.48();c.Q.2M($(Q))}L if(Q.1n.2L()!=R){if(c.F.1K&&R==\'p\'){$(Q).4M(\'<br>\').1w(\'<br>\');c.N.5z(Q)}L{C $1X=c.N.4t(Q,R);c.Q.2M($1X);if(R!=\'p\'&&R!=\'1N\')$1X.1i(\'1B\').1u();if(c.Q.8A)c.N.4B($1X);if(R==\'p\'||c.Q.bZ)$1X.1i(\'p\').1Y().47();c.Q.bj($1X)}}L if(R==\'1N\'&&Q.1n.2L()==R){if(c.F.1K){$(Q).4M(\'<br>\').1w(\'<br>\');c.N.5z(Q)}L{C $el=c.N.4t(Q,\'p\');c.Q.2M($el)}}L if(Q.1n.2L()==R){c.Q.2M($(Q))}},dI:B(R){C Q=c.Q.1P[0];C 9z=(c.Q.5B==\'6y\'||c.Q.5B==\'b3\');if(Q!==M&&c.Q.6t===1){if(Q.1n.2L()==R&&R==\'1N\'){if(c.F.1K){$(Q).4M(\'<br>\').1w(\'<br>\');c.N.5z(Q)}L{C $el=c.N.4t(Q,\'p\');c.Q.2M($el)}}L if(Q.1n==\'4S\'){if(R!=\'1N\')E;c.Q.95()}L if(c.Q.5B==\'9T\'){c.Q.eN(R)}L if(c.F.1K&&((9z)||(c.Y.dK!=Q))){c.Q.au(R)}L{if(c.F.1K&&R==\'p\'){$(Q).4M(\'<br>\').1w(\'<br>\');c.N.5z(Q)}L if(Q.1n===\'6y\'){c.Q.au(R)}L{C $1X=c.N.4t(Q,R);c.Q.2M($1X);if(c.Q.8A)c.N.4B($1X);if(R==\'p\'||c.Q.bZ)$1X.1i(\'p\').1Y().47()}}}L{if(c.F.1K||R!=\'p\'){if(R==\'1N\'){C c4=0;2v(C i=0;i<c.Q.6t;i++){if(c.Q.1P[i].1n==\'9T\')c4++}if(c4==c.Q.6t){$.1z(c.Q.1P,$.X(B(i,s){if(c.F.1K){$(s).4M(\'<br>\').1w(\'<br>\');c.N.5z(s)}L{c.N.4t(s,\'p\')}},c));E}}c.Q.au(R)}L{C 86=0;C 51=M;if(c.Q.1d==\'1I\'){51=\'2M\';86=$(c.Q.1P).dH(\'.\'+c.Q.1H).29();if(c.Q.6t==86)51=\'2M\';L if(c.Q.6t>86)51=\'1L\';L if(86===0)51=\'1L\'}C 7N=[\'2K\',\'ol\',\'li\',\'3I\',\'5X\',\'dl\',\'dt\',\'dd\'];$.1z(c.Q.1P,$.X(B(i,s){if($.3K(s.1n.2L(),7N)!=-1)E;C $1X=c.N.4t(s,R);if(51){if(51==\'2M\')c.Q.2M($1X);L if(51==\'1u\')c.Q.1u($1X);L if(51==\'1L\')c.Q.jE($1X)}L c.Q.2M($1X);if(R!=\'p\'&&R!=\'1N\')$1X.1i(\'1B\').1u();if(c.Q.8A)c.N.4B($1X);if(R==\'p\'||c.Q.bZ)$1X.1i(\'p\').1Y().47()},c))}}},2M:B($el){if(c.Q.1d==\'1I\'){$el.8U(c.Q.1H);E}L if(c.Q.1d==\'14\'||c.Q.1d==\'1g\'){if($el.14(c.Q.1H.1f)==c.Q.1H.1H){$el.21(c.Q.1H.1f)}L{$el.14(c.Q.1H.1f,c.Q.1H.1H)}E}L{$el.21(\'1p 1I\');E}},1u:B($el){$el.2H(c.Q.1H)},95:B(){C Q=$(c.Q.1P[0]).2F(\'2K, ol\');$(Q).1i(\'2K, ol\').1Y().47();$(Q).1i(\'li\').1w($(\'<br>\')).1Y().47();C $el=c.N.4t(Q,\'1N\');c.Q.2M($el)},eN:B(R){1c.3V(\'6K\');1c.3V(\'9S\',M,R);c.1o.49();c.$U.1i(\'p:ez\').1u();C 1X=c.K.48();if(R!=\'p\'){$(1X).1i(\'1B\').1u()}if(!c.F.1K){c.Q.2M($(1X))}c.$U.1i(\'2K, ol, 6i, 1N, p\').1z($.X(c.N.3P,c));if(c.F.1K&&R==\'p\'){c.N.5z(1X)}},au:B(R){if(c.Q.5B==\'7H\'||c.Q.5B==\'7q\'){if(R==\'1N\'){c.Q.95()}L{E}}C 1X=c.K.5s(R);if(1X===M)E;C $1X=$(1X);c.Q.bj($1X);C $aP=$1X.1i(c.F.7Z.2C(\',\')+\', 3I, 4v, cn, cj, co, 5X, 6i\');if((c.F.1K&&R==\'p\')||R==\'2T\'||R==\'1N\'){$aP.1w(\'<br />\')}$aP.1Y().47();if(R!=\'p\'&&R!=\'1N\')$1X.1i(\'1B\').1u();$.1z(c.Q.1P,$.X(c.N.3P,c));$1X.1w(c.K.69(2));if(!c.F.1K){c.Q.2M($1X)}c.$U.1i(\'2K, ol, 6i, 1N, p\').1z($.X(c.N.3P,c));$1X.1i(\'1N:ez\').1u();if(c.Q.8A){c.N.4B($1X)}if(c.F.1K&&R==\'p\'){c.N.5z($1X)}},bj:B($1X){if($1X.2F(\'4v\').29()===0)E;if($1X.2F(\'6i\').29()===0)$1X.5s(\'<6i>\');if($1X.2F(\'3I\').29()===0&&$1X.2F(\'5X\').29()===0){$1X.5s(\'<3I>\')}},dB:B(1f,1H){C 1P=c.K.42();$(1P).21(\'1g-\'+1f);c.1a.1R()},js:B(1f,1H){C 1P=c.K.42();$(1P).14(\'1g-\'+1f,1H);c.1a.1R()},jt:B(1f,1H){C 1P=c.K.42();$.1z(1P,B(){if($(c).14(\'1g-\'+1f)){$(c).21(\'1g-\'+1f)}L{$(c).14(\'1g-\'+1f,1H)}})},21:B(14,1H){C 1P=c.K.42();$(1P).21(14);c.1a.1R()},jA:B(14,1H){C 1P=c.K.42();$(1P).14(14,1H);c.1a.1R()},jG:B(14,1H){C 1P=c.K.42();$.1z(1P,B(){if($(c).14(1f)){$(c).21(1f)}L{$(c).14(1f,1H)}})},2H:B(4n){C 1P=c.K.42();$(1P).2H(4n);c.N.5P(1P,\'1I\');c.1a.1R()},jB:B(4n){C 1P=c.K.42();$(1P).2t(4n);c.1a.1R()},8U:B(4n){C 1P=c.K.42();$(1P).8U(4n);c.1a.1R()}}},1Z:B(){E{1L:B(1d){if(1C 1d==\'1F\'||1d==\'9p\'){c.1Z.ey()}L{c.1Z.ex()}},ey:B(){c.K.2R();c.F.1Z.2S(c.$U.q());c.K.2Q()},ex:B(){c.K.2R();c.F.80.2S(c.$U.q());c.K.2Q()},eB:B(){c.$U.q(c.F.1Z.eA())},eE:B(){c.$U.q(c.F.80.eA())},bN:B(){c.F.1Z.2S(c.$U.q())},9p:B(){if(c.F.1Z.1m===0)E;c.1Z.1L(\'cD\');c.1Z.eB();c.K.2Q();3r($.X(c.2p.2E,c),50)},cD:B(){if(c.F.80.1m===0)E;c.1Z.1L(\'9p\');c.1Z.eE();c.K.2Q();3r($.X(c.2p.2E,c),50)}}},2f:B(){E{eD:B(){c.2f.eC();c.2f.ev();c.2f.ek();c.2f.eo();c.2f.eu()},8Y:B(){E(c.$2G[0].1n===\'jm\')},eC:B(){c.$2y=$(\'<1h 1I="G-2y" />\')},ep:B(){c.$2D=$(\'<2D />\').14(\'1f\',c.2f.ew())},ew:B(){C 1f=c.$2G.14(\'id\');if(1C(1f)==\'1F\'){1f=\'cz-\'+c.8c}E 1f},ev:B(){C 1s=(c.2f.8Y())?\'2x\':\'q\';c.cz=$.3a(c.$2G[1s]())},eo:B(){c.$U.14({\'6P\':1q,\'eF\':c.F.cl})},ek:B(){C 1s=(c.2f.8Y())?\'ej\':\'ei\';c.2f[1s]()},ej:B(){c.$U=$(\'<1h />\');c.$2D=c.$2G;c.$2y.er(c.$2G).1w(c.$U).1w(c.$2G);c.$U.2t(\'G-U\');c.$2G.3b()},ei:B(){c.$U=c.$2G;c.2f.ep();c.$2y.er(c.$U).1w(c.$U).1w(c.$2D);c.$U.2t(\'G-U\');c.$2D.3b()},eu:B(){c.1a.1L(c.cz);c.2f.es();c.2f.et();if(!c.F.6b){3r($.X(c.1a.bG,c),ad)}},et:B(){c.2f.eW();c.2f.eG();c.2f.eY();if(c.F.1r){c.F.1r=c.1r.3u();c.1r.2f()}c.V.iT();c.2f.7P();3r($.X(c.2p.2E,c),4);c.1S.2n(\'3u\')},es:B(){$(c.$2D).14(\'eF\',c.F.cl);if(c.F.1K)c.$U.2t(\'G-1K\');if(c.F.7u)c.$U.14(\'7u\',c.F.7u);if(c.F.93)c.$U.1G(\'93\',c.F.93);if(c.F.9e)c.$U.1G(\'9e\',c.F.9e)},eG:B(){c.$U.on(\'4z.G\',$.X(B(e){e=e.7g||e;if(3O.aa===1F||!e.a2)E 1q;C 1m=e.a2.5F.1m;if(1m===0){c.1a.1R();3r($.X(c.1o.49,c),1);c.1S.2n(\'4z\',e);E 1q}L{e.2m();if(c.F.eT||c.F.eS){C 5F=e.a2.5F;c.1j.hW(5F[0],e)}}3r($.X(c.1o.49,c),1);c.1S.2n(\'4z\',e)},c));c.$U.on(\'2b.G\',$.X(B(e){C 1d=\'2b\';if((c.1S.5Z()==\'2b\'||c.1S.5Z()==\'4E\')){1d=M}c.1S.8i(1d);c.N.7K();c.1S.2n(\'2b\',e)},c));c.$U.on(\'5k.G\',$.X(c.5k.3u,c));c.$U.on(\'1t.G\',$.X(c.1t.3u,c));c.$U.on(\'2j.G\',$.X(c.2j.3u,c));if($.5o(c.F.eR)){c.$2D.on(\'1t.G-2D\',$.X(c.F.eR,c))}if($.5o(c.F.eU)){c.$2D.on(\'2j.G-2D\',$.X(c.F.eU,c))}if($.5o(c.F.eV)){c.$U.on(\'2u.G\',$.X(c.F.eV,c))}C bD;$(1c).on(\'cU\',B(e){bD=$(e.1M)});c.$U.on(\'9N.G\',$.X(B(e){if(c.6w)E;C $el=$(bD);if(!$el.3j(\'G-1r, G-1y\')&&!$el.is(\'#G-V\')&&$el.hE(\'.G-1r, .G-1y, #G-V\').29()===0){c.N.7K();if($.5o(c.F.kd))c.1S.2n(\'9N\',e)}},c))},eY:B(){c.3y.9r();c.2X.9r();if(c.F.2u)3r($.X(c.2u.3g,c),8m);if(c.F.eX)3r($.X(c.2u.3T,c),8m)},7P:B(){if(!c.F.7P)E;if(!aB)E;$.1z(c.F.7P,$.X(B(i,s){if(1C aB[s]===\'1F\')E;if($.3K(s,$.3l.am)!==-1){$.5A(\'k8 1f "\'+s+\'" 4h al 1f of al 3l\\\'s 5v.\');E}if(!$.5o(aB[s]))E;c[s]=aB[s]();C 5q=c.bu(c[s]);C 23=5q.1m;2v(C z=0;z<23;z++){c[s][5q[z]]=c[s][5q[z]].9H(c)}if($.5o(c[s].3u))c[s].3u()},c))},eW:B(){if(!c.N.25(\'6Y\'))E;4p{1c.3V(\'k3\',M,M);1c.3V(\'jQ\',M,M)}4s(e){}}}},1v:B(){E{2f:B(2i,3k){C $1v=$(\'<a 28="#" 1I="3M-7X 3M-\'+2i+\'" 3C="\'+2i+\'" />\').14(\'7u\',\'-1\');if(3k.1s||3k.4e||3k.1y){$1v.on(\'62 2b\',$.X(B(e){if($1v.3j(\'G-1v-8B\'))E M;C 1d=\'1s\';C 2k=3k.1s;if(3k.4e){1d=\'4e\';2k=3k.4e}L if(3k.1y){1d=\'1y\';2k=M}c.1v.92(e,2i,1d,2k)},c))}if(3k.1y){C $1y=$(\'<1h 1I="G-1y G-1y-2y-\'+2i+\'" 1p="8k: 5W;">\');$1v.1g(\'1y\',$1y);c.1y.2f(2i,$1y,3k.1y)}if(c.N.ck()){c.1v.eQ($1v,2i,3k.1D)}E $1v},eQ:B($1v,1f,1D){C $3c=$(\'<1e>\').2t(\'G-1r-3c G-1r-3c-\'+1f).3b().q(1D);$3c.bm(\'2q\');$1v.on(\'gs\',B(){if($(c).3j(\'G-1v-8B\'))E;C 2U=$1v.2P();C 31=$1v.5p();C 2l=$1v.9v();$3c.2B();$3c.1G({2A:(2U.2A+31)+\'3m\',22:(2U.22+2l/2-$3c.9v()/2)+\'3m\'})});$1v.on(\'gw\',B(){$3c.3b()})},92:B(e,2i,1d,2k){e.2m();if(c.N.25(\'2I\'))e.jO=M;if(1d==\'4e\'){c.1W.2Y(2k)}L if(1d==\'1y\'){c.1y.2B(e,2i)}L{C 1s;if($.5o(2k)){2k.5U(c,2i);c.2p.3L(e,2i)}L if(2k.3B(/\\./)!=\'-1\'){1s=2k.4F(\'.\');if(1C c[1s[0]]!=\'1F\'){c[1s[0]][1s[1]](2i);c.2p.3L(e,2i)}}L{c[2k](2i);c.2p.3L(e,2i)}}},12:B(1k){E c.$1r.1i(\'a.3M-\'+1k)},8e:B(1k){c.1v.12(1k).2t(\'G-8u\')},g0:B(1k){c.1v.12(1k).2H(\'G-8u\')},iy:B(1k){if(1C 1k==\'1F\'){c.$1r.1i(\'a.3M-7X\').2H(\'G-8u\')}L{c.$1r.1i(\'a.3M-7X\').6s(\'.3M-\'+1k).2H(\'G-8u\')}},fX:B(){c.$1r.1i(\'a.3M-7X\').6s(\'a.3M-q\').2H(\'G-1v-8B\')},fU:B(){c.$1r.1i(\'a.3M-7X\').6s(\'a.3M-q\').2t(\'G-1v-8B\')},jM:B(1k,9M){c.1v.12(1k).2t(\'3M-\'+9M)},jN:B(1k,9M){c.1v.12(1k).2H(\'3M-\'+9M)},jU:B(1k,1f){C $1v=c.1v.12(1k);$1v.2H(\'G-26-J\').2t(\'fa-G-26\');$1v.q(\'<i 1I="fa \'+1f+\'"></i>\')},c3:B($26,2k){C 1d=(2k==\'1y\')?\'1y\':\'1s\';C 1k=$26.14(\'3C\');$26.on(\'62 2b\',$.X(B(e){if($26.3j(\'G-1v-8B\'))E M;c.1v.92(e,1k,1d,2k)},c))},k1:B($26,1y){C 1k=$26.14(\'3C\');c.1v.c3($26,\'1y\');C $1y=$(\'<1h 1I="G-1y G-1y-2y-\'+1k+\'" 1p="8k: 5W;">\');$26.1g(\'1y\',$1y);if(1y){c.1y.2f(1k,$1y,1y)}E $1y},bN:B(1k,1D){if(!c.F.1r)E;C 26=c.1v.2f(1k,{1D:1D});26.2t(\'G-26-J\');c.$1r.1w($(\'<li>\').1w(26));E 26},k2:B(1k,1D){if(!c.F.1r)E;C 26=c.1v.2f(1k,{1D:1D});c.$1r.4M($(\'<li>\').1w(26));E 26},jZ:B(eP,1k,1D){if(!c.F.1r)E;C 26=c.1v.2f(1k,{1D:1D});C $26=c.1v.12(eP);if($26.29()!==0)$26.1l().3s($(\'<li>\').1w(26));L c.$1r.1w($(\'<li>\').1w(26));E 26},jV:B(eJ,1k,1D){if(!c.F.1r)E;C 26=c.1v.2f(1k,{1D:1D});C $26=c.1v.12(eJ);if($26.29()!==0)$26.1l().bk($(\'<li>\').1w(26));L c.$1r.1w($(\'<li>\').1w(26));E 26},1u:B(1k){c.1v.12(1k).1u()}}},1V:B(){E{3g:B(O){if(!c.N.6q(O)){C 2Z=c.N.a5();$(O).4M(2Z);c.1V.3T(2Z)}L{c.1V.1L(O,0,O,0)}},3T:B(O){c.1V.1L(O,1,O,1)},1L:B(4r,eI,6V,eH){if(!c.N.25(\'2I\'))c.$U.2u();4r=4r[0]||4r;6V=6V[0]||6V;if(c.N.71(4r.1n)&&4r.3w===\'\'){4r.3w=c.F.5C}if(4r.1n==\'5R\'&&c.F.1K===M){C cd=$(c.F.7l)[0];$(4r).2s(cd);4r=cd;6V=4r}c.K.12();4p{c.Y.3g(4r,eI);c.Y.3T(6V,eH)}4s(e){}c.K.4T()},5O:B(O){4p{C R=$(O)[0].1n;if(R!=\'5R\'&&!c.N.6q(O)){C 2Z=c.N.a5();$(O).3s(2Z);c.1V.3T(2Z)}L{if(R!=\'5R\'&&c.N.25(\'2I\')){c.1V.3g($(O).2e())}L{c.1V.c1(O,\'3s\')}}}4s(e){C 2Z=c.N.a5();$(O).3s(2Z);c.1V.3T(2Z)}},by:B(O){if(c.N.6q(O)){c.1V.3T($(O).5S())}L{c.1V.c1(O,\'bk\')}},c1:B(O,1d){if(!c.N.25(\'2I\'))c.$U.2u();O=O[0]||O;c.K.12();if(1d==\'3s\'){4p{c.Y.fH(O);c.Y.jK(O)}4s(e){}}L{4p{c.Y.jR(O);c.Y.ki(O)}4s(e){}}c.Y.4U(M);c.K.4T()},cp:B(O){O=O[0]||O;c.K.12();C 9R=c.Y.7I();9R.af(O);9R.3T(c.Y.eK,c.Y.eL);E $.3a(9R.4A()).1m},bH:B(){C 2P=0;C 2O=3O.68();if(2O.7T>0){C Y=3O.68().6U(0);C 9Z=Y.7I();9Z.af(c.$U[0]);9Z.3T(Y.eK,Y.eL);2P=9Z.4A().1m}E 2P},aA:B(2W,3E){if(1C 3E==\'1F\')3E=2W;if(!c.2u.gv())c.2u.3g();C Y=1c.b2();C 2O=1c.68();C O,2P=0;C eO=1c.ke(c.$U[0],ka.jJ,4c,4c);4R(O=eO.jb()){2P+=O.8W.1m;if(2P>2W){Y.3g(O,O.8W.1m+2W-2P);2W=jI}if(2P>=3E){Y.3T(O,O.8W.1m+3E-2P);6Z}}2O.ag();2O.4T(Y)},jD:B(2W,3E){c.1V.aA(2W,3E)},mi:B(){E c.1V.bH()}}},1o:B(){E{g3:B(q){q=c.1o.e7(q);q=q.I(/\\$/g,\'&#36;\');q=q.I(/”/g,\'"\');q=q.I(/‘/g,\'\\\'\');q=q.I(/’/g,\'\\\'\');if(c.F.6E)q=c.1o.6E(q);if(c.F.1K)q=c.1o.ao(q);q=c.1o.bL(q);C $1h=$(\'<1h>\');$1h.q(q);C cQ=$1h.1i(\'3p[1p]\');if(cQ.1m!==0){cQ.2s(B(){C $el=$(c);C 1e=$(\'<1e>\').14(\'1p\',$el.14(\'1p\'));E $1e.1w($el.1Y())});q=$1h.q()}$1h.1u();q=q.I(/<3p(.*?[^<])>/gi,\'\');q=q.I(/<\\/3p>/gi,\'\');q=c.1x.2E(q);if(c.F.2o)q=c.2o.2E(q);q=c.1o.6O(q);q=c.1o.bC(q);E q},bl:B(q){q=q.I(/[\\8f-\\8N\\8V]/g,\'\');q=q.I(/&#c0;/gi,\'\');q=q.I(/&4W;/gi,\' \');if(q.3B(/^<p>(||\\s||&4W;)<\\/p>$/i)!=-1){E\'\'}q=c.1o.f0(q);C eM={\'\\jz\':\'&jv;\',\'\\jx\':\'&jf;\',\'\\jd\':\'&jo;\',\'\\lF\':\'&mw;\',\'\\ot\':\'&oq;\'};$.1z(eM,B(i,s){q=q.I(1J 1T(i,\'g\'),s)});q=q.I(1J 1T(\'<br\\\\s?/?></li>\',\'gi\'),\'</li>\');q=q.I(1J 1T(\'</li><br\\\\s?/?>\',\'gi\'),\'</li>\');q=q.I(1J 1T(\'<1h(.*?) 1g-8D="G"(.*?[^>])>\',\'gi\'),\'<1h$1$2>\');q=q.I(1J 1T(\'<(.*?) 1g-3v="G"(.*?[^>])>\',\'gi\'),\'<$1$2>\');q=q.I(1J 1T(\'<1e(.*?) 3C="(.*?)"(.*?[^>])>\',\'gi\'),\'<1e$1$3>\');q=q.I(1J 1T(\'<1B(.*?) 3C="(.*?)"(.*?[^>])>\',\'gi\'),\'<1B$1$3>\');q=q.I(1J 1T(\'<1B(.*?) 1p="" (.*?[^>])>\',\'gi\'),\'<1B$1 $2>\');q=q.I(1J 1T(\'<1B(.*?) 1p (.*?[^>])>\',\'gi\'),\'<1B$1 $2>\');q=q.I(1J 1T(\'<1e 1I="G-8s-2Z">(.*?)</1e>\',\'gi\'),\'$1\');q=q.I(/ 1g-2R-2d="(.*?[^>])"/gi,\'\');q=q.I(/<1e(.*?)id="G-J-2y"(.*?[^>])>([\\w\\W]*?)<1B(.*?)><\\/1e>/gi,\'$3<1B$4>\');q=q.I(/<1e(.*?)id="G-J-8g"(.*?[^>])>(.*?)<\\/1e>/gi,\'\');q=q.I(/<1e(.*?)id="G-J-5g"(.*?[^>])>(.*?)<\\/1e>/gi,\'\');q=q.I(/<3p(.*?[^<])>/gi,\'\');q=q.I(/<\\/3p>/gi,\'\');q=c.1x.2E(q);if(c.F.eh){q=q.I(/<a(.*?)3C="eg"(.*?[^>])>/gi,\'<a$1$2>\');q=q.I(/<a(.*?[^>])>/gi,\'<a$1 3C="eg">\')}q=q.I(/<(.*?) 1g-G-R="(.*?)"(.*?[^>])>/gi,\'<$1$3>\');q=q.I(/<(.*?) 1g-G-1I="(.*?)"(.*?[^>])>/gi,\'<$1$3>\');q=q.I(/<(.*?) 1g-G-1p="(.*?)"(.*?[^>])>/gi,\'<$1$3>\');q=q.I(1J 1T(\'<(.*?) 1g-3v="G"(.*?[^>])>\',\'gi\'),\'<$1$2>\');q=q.I(1J 1T(\'<(.*?) 1g-3v="G">\',\'gi\'),\'<$1>\');E q},82:B(q,8C){q=$.3a(q);q=q.I(/\\$/g,\'&#36;\');q=q.I(/”/g,\'"\');q=q.I(/“/g,\'"\');q=q.I(/‘/g,\'\\\'\');q=q.I(/’/g,\'\\\'\');q=q.I(/<1e 1I="dP-ok-2Z">&4W;<\\/1e>/gi,\' \');q=q.I(/<1e 1I="dP-5l-1e"[^>]*>\\t<\\/1e>/gi,\'\\t\');q=q.I(/<1e[^>]*>(\\s|&4W;)<\\/1e>/gi,\' \');if(c.F.dO){E c.1o.ax(q)}if(!c.N.7k()&&1C 8C==\'1F\'){if(c.N.52([\'dN\',\'A\'])){E c.1o.ax(q,M)}if(c.N.52(\'a8\')){E c.1o.e6(q)}if(c.N.52([\'9T\',\'dQ\',\'dR\',\'dU\',\'dT\',\'dS\',\'dM\'])){q=c.1o.e0(q);if(!c.N.25(\'2I\')){C Q=c.K.48();if(Q&&Q.1n==\'P\'){q=q.I(/<1B(.*?)>/gi,\'<p><1B$1></p>\')}}E q}if(c.N.52([\'6y\'])){q=c.1o.9O(q,\'3I\');if(c.F.1K)q=c.1o.ao(q);q=c.1o.e3(q);E q}if(c.N.52([\'4S\'])){E c.1o.9O(q,\'li\')}}q=c.1o.e8(q,8C);if(!c.1o.7Q){if(c.F.1K)q=c.1o.ao(q);if(c.F.6E)q=c.1o.6E(q);q=c.1o.bL(q)}q=c.1o.dL(q);q=c.1o.dC(q);q=c.1o.9O(q,\'dJ\');if(!c.1o.7Q&&c.F.2o){q=c.2o.2E(q)}q=c.1o.e5(q);q=c.1o.ea(q);q=c.1o.dW(q);q=c.1o.bC(q);E q},dL:B(q){q=q.I(/<!--[\\s\\S]*?-->/gi,\'\');q=q.I(/<1p[^>]*>[\\s\\S]*?<\\/1p>/gi,\'\');if(/(1I=\\"?dF|1p=\\"[^\\"]*\\nK\\-|w:nO)/.6I(q)){q=c.1o.e9(q);q=q.I(/<1B(.*?)v:nN=(.*?)>/gi,\'\');q=q.I(/4a="1Q\\:\\/\\/(.*?)"/,\'4a=""\');q=q.I(/<p(.*?)1I="nG"([\\w\\W]*?)<\\/p>/gi,\'<2K><li$2</li>\');q=q.I(/<p(.*?)1I="nE"([\\w\\W]*?)<\\/p>/gi,\'<li$2</li>\');q=q.I(/<p(.*?)1I="nP"([\\w\\W]*?)<\\/p>/gi,\'<li$2</li></2K>\');q=q.I(/<p(.*?)1I="nQ"([\\w\\W]*?)<\\/p>/gi,\'<2K><li$2</li></2K>\');q=q.I(/·/g,\'\');q=q.I(/<p 1I="dF(.*?)"/gi,\'<p\');q=q.I(/ 1I=\\"(dE[^\\"]*)\\"/gi,"");q=q.I(/ 1I=(dE\\w+)/gi,"");q=q.I(/<o:p(.*?)>([\\w\\W]*?)<\\/o:p>/gi,\'$2\');q=q.I(/\\n/g,\' \');q=q.I(/<p>\\n?<li>/gi,\'<li>\')}if(c.F.dD){q=q.I(/(\\s|&4W;)+/g,\' \')}E q},dC:B(q){q=q.I(/<b\\nW="dG-9h-2N(.*?)">([\\w\\W]*?)<\\/b>/gi,"$2");q=q.I(/<b(.*?)id="nV-dG-nU(.*?)">([\\w\\W]*?)<\\/b>/gi,"$3");q=q.I(/<1e[^>]*(3p-1p: 3Y; 3p-6z: 43|3p-6z: 43; 3p-1p: 3Y)[^>]*>/gi,\'<1e 1p="3p-6z: 43;"><1e 1p="3p-1p: 3Y;">\');q=q.I(/<1e[^>]*3p-1p: 3Y[^>]*>/gi,\'<1e 1p="3p-1p: 3Y;">\');q=q.I(/<1e[^>]*3p-6z: 43[^>]*>/gi,\'<1e 1p="3p-6z: 43;">\');q=q.I(/<1e[^>]*1b-6T: 4V[^>]*>/gi,\'<1e 1p="1b-6T: 4V;">\');q=q.I(/<1B>/gi,\'\');q=q.I(/\\n{3,}/gi,\'\\n\');q=q.I(/<3p(.*?)>([\\w\\W]*?)<\\/3p>/gi,\'$2\');q=q.I(/<p><p>/gi,\'<p>\');q=q.I(/<\\/p><\\/p>/gi,\'</p>\');q=q.I(/<li>(\\s*|\\t*|\\n*)<p>/gi,\'<li>\');q=q.I(/<\\/p>(\\s*|\\t*|\\n*)<\\/li>/gi,\'</li>\');q=q.I(/<\\/p>\\s<p/gi,\'<\\/p><p\');q=q.I(/<1B 4a="6B-nS-2d\\:\\/\\/(.*?)"(.*?)>/gi,\'\');q=q.I(/<p>•([\\w\\W]*?)<\\/p>/gi,\'<li>$1</li>\');if(c.N.25(\'6Y\')){q=q.I(/<br\\s?\\/?>$/gi,\'\')}E q},9O:B(q,1d){C 2g=[\'1e\',\'a\',\'2T\',\'1N\',\'89\',\'em\',\'5d\',\'1a\',\'9y\',\'6o\',\'aS\',\'8J\',\'C\',\'9w\',\'cc\',\'7e\',\'7b\',\'b\',\'i\',\'u\',\'3X\',\'ol\',\'2K\',\'li\',\'dl\',\'dt\',\'dd\',\'p\',\'br\',\'63\',\'8x\',\'5b\',\'7i\',\'8z\',\'4y\',\'1B\',\'4v\',\'3I\',\'5X\',\'6i\',\'cj\',\'co\',\'cn\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'];C c7=M;C c5=[[\'a\',\'*\'],[\'1B\',[\'4a\',\'6A\']],[\'1e\',[\'1I\',\'3C\',\'1g-3v\']],[\'5b\',\'*\'],[\'63\',\'*\'],[\'8x\',\'*\'],[\'7i\',\'*\'],[\'4y\',\'*\'],[\'8z\',\'*\'],[\'9h\',\'*\']];if(1d==\'dJ\'){c7=[\'p\',\'1e\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\'];c5=[[\'4v\',\'1I\'],[\'3I\',[\'nY\',\'nZ\']],[\'a\',\'*\'],[\'1B\',[\'4a\',\'6A\',\'1g-G-85-J\']],[\'1e\',[\'1I\',\'3C\',\'1g-3v\']],[\'5b\',\'*\'],[\'63\',\'*\'],[\'8x\',\'*\'],[\'7i\',\'*\'],[\'4y\',\'*\'],[\'8z\',\'*\'],[\'9h\',\'*\']]}L if(1d==\'3I\'){2g=[\'2K\',\'ol\',\'li\',\'1e\',\'a\',\'89\',\'em\',\'5d\',\'1a\',\'9y\',\'6o\',\'8J\',\'C\',\'9w\',\'cc\',\'7e\',\'7b\',\'b\',\'i\',\'u\',\'3X\',\'ol\',\'2K\',\'li\',\'dl\',\'dt\',\'dd\',\'br\',\'5b\',\'63\',\'8x\',\'7i\',\'8z\',\'4y\',\'1B\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\']}L if(1d==\'li\'){2g=[\'2K\',\'ol\',\'li\',\'1e\',\'a\',\'89\',\'em\',\'5d\',\'1a\',\'9y\',\'6o\',\'8J\',\'C\',\'9w\',\'cc\',\'7e\',\'7b\',\'b\',\'i\',\'u\',\'3X\',\'br\',\'5b\',\'63\',\'8x\',\'7i\',\'8z\',\'4y\',\'1B\']}C 3G={4I:M,4O:2g,6g:1q,o0:1q,21:M,53:c5,3P:c7};E c.1x.2E(q,3G)},dW:B(q){q=q.I(/<(p|h[1-6])>(|\\s|\\n|\\t|<br\\s?\\/?>)<\\/(p|h[1-6])>/gi,\'\');if(!c.F.1K)q=q.I(/<br>$/i,\'\');E q},ea:B(q){q=q.I(/<1e>(.*?)<\\/1e>/gi,\'$1\');q=q.I(/<1e[^>]*>\\s|&4W;<\\/1e>/gi,\' \');E q},e9:B(q){if(!c.N.25(\'2I\'))E q;C 5h=$.3a(q);if(5h.3B(/^<a(.*?)>(.*?)<\\/a>$/i)===0){q=q.I(/^<a(.*?)>(.*?)<\\/a>$/i,"$2")}E q},e8:B(q,8C){c.1o.7Q=M;if(!c.N.7k()&&1C 8C==\'1F\'){C 1P=c.F.7Z.2C(\'|\').I(\'P|\',\'\').I(\'7U|\',\'\');C ec=q.2c(1J 1T(\'</(\'+1P+\')>\',\'gi\'));C 9J=q.2c(/<\\/(p|1h)>/gi);if(!ec&&(9J===4c||(9J&&9J.1m<=1))){C ee=q.2c(/<br\\s?\\/?>/gi);C ed=q.2c(/<1B(.*?[^>])>/gi);if(!ee&&!ed){c.1o.7Q=1q;q=q.I(/<\\/?(p|1h)(.*?)>/gi,\'\')}}}E q},nA:B(3o,5a){5a=(((5a||\'\')+\'\').2L().2c(/<[a-z][a-9i-9]*>/g)||[]).2C(\'\');C 2g=/<\\/?([a-z][a-9i-9]*)\\b[^>]*>/gi;E 3o.I(2g,B($0,$1){E 5a.4K(\'<\'+$1.2L()+\'>\')>-1?$0:\'\'})},e7:B(q){C 2T=q.2c(/<(2T|1a)(.*?)>([\\w\\W]*?)<\\/(2T|1a)>/gi);if(2T!==4c){$.1z(2T,$.X(B(i,s){C 3d=s.2c(/<(2T|1a)(.*?)>([\\w\\W]*?)<\\/(2T|1a)>/i);3d[3]=3d[3].I(/<br\\s?\\/?>/g,\'\\n\');3d[3]=3d[3].I(/&4W;/g,\' \');if(c.F.6j){3d[3]=3d[3].I(/\\t/g,7y(c.F.6j+1).2C(\' \'))}3d[3]=c.1o.bv(3d[3]);3d[3]=3d[3].I(/\\$/g,\'&#36;\');q=q.I(s,\'<\'+3d[1]+3d[2]+\'>\'+3d[3]+\'</\'+3d[1]+\'>\')},c))}E q},bz:B(q){q=q.I(/<br\\s?\\/?>|<\\/H[1-6]>|<\\/p>|<\\/1h>|<\\/li>|<\\/3I>/gi,\'\\n\');C 5h=1c.3x(\'1h\');5h.3w=q;q=5h.nM||5h.nL;E $.3a(q)},ax:B(q,2o){q=c.1o.bz(q);q=q.I(/\\n/g,\'<br />\');if(c.F.2o&&1C 2o==\'1F\'){q=c.2o.2E(q)}E q},e6:B(q){q=q.I(/<1B(.*?) 1p="(.*?)"(.*?[^>])>/gi,\'<1B$1$3>\');q=q.I(/<1B(.*?)>/gi,\'&lt;1B$1&gt;\');q=c.1o.bz(q);if(c.F.6j){q=q.I(/\\t/g,7y(c.F.6j+1).2C(\' \'))}q=c.1o.bv(q);E q},e0:B(q){q=q.I(/<1B(.*?)>/gi,\'[1B$1]\');q=q.I(/<(.*?)>/gi,\'\');q=q.I(/\\[1B(.*?)\\]/gi,\'<1B$1>\');E q},nJ:B(q){q=q.I(/<a(.*?)28="(.*?)"(.*?)>([\\w\\W]*?)<\\/a>/gi,\'[a 28="$2"]$4[/a]\');q=q.I(/<1B(.*?)>/gi,\'[1B$1]\');q=q.I(/<(.*?)>/gi,\'\');q=q.I(/\\[a 28="(.*?)"\\]([\\w\\W]*?)\\[\\/a\\]/gi,\'<a 28="$1">$2</a>\');q=q.I(/\\[1B(.*?)\\]/gi,\'<1B$1>\');E q},bv:B(5m){5m=5H(5m).I(/&ba;/g,\'&\').I(/&lt;/g,\'<\').I(/&gt;/g,\'>\').I(/&e1;/g,\'"\');E 5m.I(/&/g,\'&ba;\').I(/</g,\'&lt;\').I(/>/g,\'&gt;\').I(/"/g,\'&e1;\')},e5:B(q){if(c.N.25(\'2I\'))E q;C 1h=1c.3x(\'1h\');1h.3w=q;c.1o.bs($(1h));q=1h.3w;$(1h).1u();E q},49:B(){if(c.N.25(\'2I\'))E;c.1o.bs(c.$U);C bt=c.$U.1i(\'h1, h2, h3, h4, h5, h6\');bt.1i(\'1e\').21(\'1p\');bt.1i(c.F.bB.2C(\', \')).21(\'1p\');c.1a.1R()},bs:B($U){$U.1i(c.F.bB.2C(\', \')).21(\'1p\');$U.1i(\'1e\').6s(\'[1g-3v="G"]\').21(\'1p\');$U.1i(\'1e[1g-3v="G"], 1B[1g-3v="G"]\').1z(B(i,s){C $s=$(s);$s.14(\'1p\',$s.14(\'3C\'))})},6O:B(q){if(c.N.25(\'2I\'))E q;q=q.I(1J 1T(\'<1B(.*?[^>])>\',\'gi\'),\'<1B$1 1g-3v="G">\');q=q.I(1J 1T(\'<1e(.*?)>\',\'gi\'),\'<1e$1 1g-3v="G">\');C 4h=q.2c(1J 1T(\'<(1e|1B)(.*?)1p="(.*?)"(.*?[^>])>\',\'gi\'));if(4h){C 23=4h.1m;2v(C i=0;i<23;i++){4p{C e4=4h[i].I(/1p="(.*?)"/i,\'1p="$1" 3C="$1"\');q=q.I(1J 1T(4h[i],\'gi\'),e4)}4s(e){}}}E q},bC:B(q){C $1h=$(\'<1h />\').q(q);C 2g=c.F.4G;2g.2S(\'1e\');$1h.1i(2g.2C(\',\')).1z(B(){C $el=$(c);C R=c.1n.2L();$el.14(\'1g-G-R\',R);if(R==\'1e\'){if($el.14(\'1p\'))$el.14(\'1g-G-1p\',$el.14(\'1p\'));L if($el.14(\'1I\'))$el.14(\'1g-G-1I\',$el.14(\'1I\'))}});q=$1h.q();$1h.1u();E q},aD:B(){c.$U.1i(\'li\').1z(B(i,s){C $2e=$(s).2e();if($2e.1m!==0&&($2e[0].1n==\'7H\'||$2e[0].1n==\'7q\')){$(s).1w($2e)}})},cK:B(q){q=q.I(/\\n/g,\'\');q=q.I(/[\\t]*/g,\'\');q=q.I(/\\n\\s*\\n/g,"\\n");q=q.I(/^[\\s\\n]*/g,\' \');q=q.I(/[\\s\\n]*$/g,\' \');q=q.I(/>\\s{2,}</g,\'> <\');q=q.I(/\\n\\n/g,"\\n");q=q.I(/[\\8f-\\8N\\8V]/g,\'\');E q},6E:B(q){if(c.F.1K){q=q.I(/<1h><br\\s?\\/?><\\/1h>/gi,\'<br />\');q=q.I(/<1h(.*?)>([\\w\\W]*?)<\\/1h>/gi,\'$2<br />\')}L{q=q.I(/<1h(.*?)>([\\w\\W]*?)<\\/1h>/gi,\'<p$1>$2</p>\')}E q},e3:B(q){q=q.I(/<1h\\s(.*?)>/gi,\'<p>\');q=q.I(/<1h><br\\s?\\/?><\\/1h>/gi,\'<br /><br />\');q=q.I(/<1h>([\\w\\W]*?)<\\/1h>/gi,\'$1<br /><br />\');E q},ao:B(q){q=q.I(/<p\\s(.*?)>/gi,\'<p>\');q=q.I(/<p><br\\s?\\/?><\\/p>/gi,\'<br />\');q=q.I(/<p>([\\w\\W]*?)<\\/p>/gi,\'$1<br /><br />\');q=q.I(/(<br\\s?\\/?>){1,}\\n?<\\/1N>/gi,\'</1N>\');E q},bL:B(q){E q.I(/<5J(.*?)>([\\w\\W]*?)<\\/5J>/gi,\'<3U$1 3C="G-5J-R">$2</3U>\')},f0:B(q){E q.I(/<3U(.*?) 3C="G-5J-R"(.*?)>([\\w\\W]*?)<\\/3U>/gi,\'<5J$1$2>$3</5J>\')}}},1a:B(){E{1L:B(q){q=$.3a(q.4A());q=c.1o.g3(q);c.$U.q(q);c.1a.1R();3r($.X(c.1Z.bN,c),15);if(c.2W===M)c.2p.2E()},12:B(){C 1a=c.$2D.2x();1a=c.2r.12(1a);E 1a},1R:B(){3r($.X(c.1a.g6,c),10)},g6:B(){C q=c.$U.q();if(c.1a.bO&&c.1a.bO==q){E}c.1a.bO=q;q=c.1S.2n(\'oB\',q);q=c.1o.bl(q);c.$2D.2x(q);c.1S.2n(\'1R\',q);if(c.2W===M){c.1S.2n(\'i0\',q)}c.2W=M;c.3y.ga()},2M:B(){if(c.F.6b){c.1a.bG()}L{c.1a.fT()}},bG:B(){c.1a.2P=c.1V.bH();C 7d=$(3O).3D();C 31=c.$U.5p();c.$U.3b();C q=c.$2D.2x();c.fS=c.1o.cK(q);q=c.2r.12(q);c.$2D.2x(q).31(31).2B().2u();c.$2D.on(\'1t.G-2D-fW\',c.1a.fZ);$(3O).3D(7d);if(c.$2D[0].g1){c.$2D[0].g1(0,0)}c.$2D[0].3D=0;c.F.6b=M;c.1v.fU();c.1v.8e(\'q\');c.1S.2n(\'9h\',q)},fT:B(){if(c.F.6b)E;C q=c.$2D.3b().2x();if(c.fS!==c.1o.cK(q)){c.1a.1L(q)}c.$U.2B();if(!c.N.4w(q)){c.2X.1u()}c.1V.aA(c.1a.2P);c.$2D.3J(\'1t.G-2D-fW\');c.1v.fX();c.1v.g0(\'q\');c.2p.2E();c.F.6b=1q},fZ:B(e){if(e.3i!==9)E 1q;C $el=c.$2D;C 2W=$el.12(0).fY;$el.2x($el.2x().aC(0,2W)+"\\t"+$el.2x().aC($el.12(0).gc));$el.12(0).fY=$el.12(0).gc=2W+1;E M}}},1S:B(){E{mL:B(){E $.75({},c)},mM:B(){E c.$U},mS:B(){E c.$2y},mR:B(){E c.$2G},mQ:B(){E c.$2D},mN:B(){E(c.$1r)?c.$1r:M},8i:B(1f){c.1S.gq=1f},5Z:B(){E c.1S.gq},2n:B(1d,e,1g){C 2k=c.F[1d+\'mO\'];if($.5o(2k)){E(1C 1g==\'1F\')?2k.5U(c,e):2k.5U(c,e,1g)}L{E(1C 1g==\'1F\')?e:1g}},gp:B(){c.1S.2n(\'gp\');c.$2G.3J(\'.G\').dB(\'G\');c.$U.3J(\'.G\');c.$U.2H(\'G-U G-1K G-2X\');c.$U.21(\'6P\');C q=c.1a.12();if(c.2f.8Y()){c.$2y.3s(c.$2G);c.$2y.1u();c.$2G.2x(q).2B()}L{c.$2y.3s(c.$U);c.$2y.1u();c.$2G.q(q).2B()}if(c.$5u)c.$5u.1u();if(c.$4m)c.$4m.1u();if(c.$6M)c.$6M.1u();$(\'.G-1r-3c\').1u();go(c.7v)}}},1y:B(){E{2f:B(1f,$1y,cB){if(1f==\'2J\'&&c.F.ct){$.1z(c.F.ct,$.X(B(i,s){C 1f=s.R;if(1C s.1I!=\'1F\'){1f=1f+\'-\'+s.1I}s.1d=(c.N.71(s.R))?\'Q\':\'1W\';C 1s=(s.1d==\'1W\')?\'1W.2J\':\'Q.2J\';if(c.F.1K&&s.1d==\'Q\'&&s.R==\'p\')E;c.2J[1f]={R:s.R,1p:s.1p,\'1I\':s.1I,14:s.14,1g:s.1g};cB[1f]={1s:1s,1D:s.1D}},c))}$.1z(cB,$.X(B(2i,3k){C $3h=$(\'<a 28="#" 1I="G-1y-\'+2i+\'">\'+3k.1D+\'</a>\');if(1f==\'2J\')$3h.2t(\'G-2J-\'+2i);$3h.on(\'2b\',$.X(B(e){C 1d=\'1s\';C 2k=3k.1s;if(3k.4e){1d=\'4e\';2k=3k.4e}L if(3k.1y){1d=\'1y\';2k=3k.1y}c.1v.92(e,2i,1d,2k)},c));$1y.1w($3h)},c))},2B:B(e,1k){if(!c.F.6b){e.2m();E M}C $1v=c.1v.12(1k);C $1y=$1v.1g(\'1y\').bm(1c.2q);1c.ik.9N();if($1v.3j(\'6N\')){c.1y.9d()}L{c.1y.9d();c.1S.2n(\'mm\',{1y:$1y,1k:1k,1v:$1v});c.1v.8e(1k);$1v.2t(\'6N\');C 8w=$1v.2P();C cw=$1y.2l();if((8w.22+cw)>$(1c).2l()){8w.22-=cw}C 22=8w.22+\'3m\';if(c.$1r.3j(\'1r-6R-2y\')){C 2A=c.$1r.5p()+c.F.6Q;C 3R=\'6R\';if(c.F.6G!==1c){2A=(c.$1r.5p()+c.$1r.2P().2A)+c.F.6Q;3R=\'87\'}$1y.1G({3R:3R,22:22,2A:2A+\'3m\'}).2B()}L{C 2A=($1v.5p()+8w.2A)+\'3m\';$1y.1G({3R:\'87\',22:22,2A:2A}).2B()}c.1S.2n(\'mk\',{1y:$1y,1k:1k,1v:$1v})}$(1c).gr(\'2b\',$.X(c.1y.3b,c));c.$U.gr(\'2b\',$.X(c.1y.3b,c));C $2q=$(1c.2q);C 2l=$2q.2l();$1y.on(\'gs\',B(){$2q.2t(\'2q-6J\');$2q.1G(\'3W-4b\',($2q.2l()-2l)+\'3m\')});$1y.on(\'gw\',B(){$2q.2H(\'2q-6J\').1G(\'3W-4b\',0)});e.d6()},9d:B(){c.$1r.1i(\'a.6N\').2H(\'G-8u\').2H(\'6N\');$(1c.2q).2H(\'2q-6J\').1G(\'3W-4b\',0);$(\'.G-1y\').3b();c.1S.2n(\'mz\')},3b:B(e){C $1y=$(e.1M);if(!$1y.3j(\'6N\')){$1y.2H(\'6N\');c.1y.9d()}}}},1Q:B(){E{2B:B(){c.V.2E(\'1Q\',c.1E.12(\'1Q\'),gu);c.1j.3u(\'#G-V-1Q-1j\',c.F.8q,c.1Q.1O);c.K.2R();c.K.12();C 1b=c.2O.4A();$(\'#G-6n\').2x(1b);c.V.2B()},1O:B(2w,4H,e){if(1C 2w.5A!=\'1F\'){c.V.41();c.K.2Q();c.1S.2n(\'mt\',2w);E}C T;if(1C 2w==\'5V\'){T=2w}L{C 1b=$(\'#G-6n\').2x();if(1C 1b==\'1F\'||1b===\'\')1b=2w.6n;T=\'<a 28="\'+2w.7x+\'" id="7x-2N">\'+1b+\'</a>\'}if(4H){c.K.8Z();C 2N=c.K.69();c.1O.bd(e,2N)}L{c.V.41()}c.K.2Q();c.1Z.1L();c.1O.q(T);if(1C 2w==\'5V\')E;C 88=$(c.$U.1i(\'a#7x-2N\'));if(88.29()!==0)88.21(\'id\');L 88=M;c.1S.2n(\'8q\',88,2w)}}},2u:B(){E{3g:B(){c.$U.2u();C 3z=c.$U.4d().3z();if(3z.29()===0)E;if(3z[0].1m===0||3z[0].1n==\'5R\'||3z[0].9f==3){E}if(3z[0].1n==\'7H\'||3z[0].1n==\'7q\'){3z=3z.1i(\'li\').3z();C 5Y=3z.4d().3z();if(!c.N.6q(5Y)&&5Y.1b()===\'\'){c.1V.3g(5Y);E}}if(c.F.1K&&!c.N.71(3z[0].1n)){c.K.12();c.Y.3g(c.$U[0],0);c.Y.3T(c.$U[0],0);c.K.4T();E}c.1V.3g(3z)},3T:B(){if(c.N.25(\'6Y\')||c.N.25(\'2I\')){C 3q=c.$U.4d().3q();c.1V.3T(3q)}L{c.K.12();4p{c.Y.af(c.$U[0]);c.Y.4U(M);c.K.4T()}4s(e){}}},gv:B(){C 8b=1c.68().8b;if(8b===4c)E M;if(c.F.1K&&$(8b.b9).3j(\'G-1K\'))E 1q;L if(!c.N.4k(8b.b9))E M;E c.$U.is(\':2u\')}}},J:B(){E{2B:B(){c.V.2E(\'J\',c.1E.12(\'J\'),gu);c.1j.3u(\'#G-V-J-3N\',c.F.8o,c.J.1O);c.K.2R();c.V.2B()},ft:B($J){C $T=$J.2F(\'a\');c.V.2E(\'iN\',c.1E.12(\'8p\'),nm);c.V.bM();c.J.gm=c.V.iX(c.1E.12(\'gn\'));c.J.gf=c.V.bE(c.1E.12(\'2R\'));c.J.gm.on(\'2b\',$.X(B(){c.J.1u($J)},c));c.J.gf.on(\'2b\',$.X(B(){c.J.gl($J)},c));$(\'#G-J-1D\').2x($J.14(\'6A\'));if(!c.F.ge)$(\'.G-J-T-3F\').3b();L{C $cF=$(\'#G-J-T\');$cF.14(\'28\',$J.14(\'4a\'));if($T.29()!==0){$cF.2x($T.14(\'28\'));if($T.14(\'1M\')==\'70\')$(\'#G-J-T-6F\').8P(\'8Q\',1q)}}if(!c.F.gd)$(\'.G-J-3R-3F\').3b();L{C gg=($J.1G(\'8k\')==\'Q\'&&$J.1G(\'77\')==\'5W\')?\'5n\':$J.1G(\'77\');$(\'#G-J-4J\').2x(gg)}c.V.2B()},gk:B($J){C gh=$(\'#G-J-4J\').2x();C 9k=\'\';C cT=\'\';C 84=\'\';fP(gh){7O\'22\':9k=\'22\';84=\'0 \'+c.F.83+\' \'+c.F.83+\' 0\';6Z;7O\'4b\':9k=\'4b\';84=\'0 0 \'+c.F.83+\' \'+c.F.83;6Z;7O\'5n\':cT=\'Q\';84=\'9B\';6Z}$J.1G({\'77\':9k,8k:cT,3W:84});$J.14(\'3C\',$J.14(\'1p\'))},gl:B($J){c.J.6r();c.1Z.1L();C $T=$J.2F(\'a\');$J.14(\'6A\',$(\'#G-J-1D\').2x());c.J.gk($J);C T=$.3a($(\'#G-J-T\').2x());if(T!==\'\'){C 1M=($(\'#G-J-T-6F\').8P(\'8Q\'))?1q:M;if($T.29()===0){C a=$(\'<a 28="\'+T+\'">\'+c.N.5N($J)+\'</a>\');if(1M)a.14(\'1M\',\'70\');$J.2s(a)}L{$T.14(\'28\',T);if(1M){$T.14(\'1M\',\'70\')}L{$T.21(\'1M\')}}}L if($T.29()!==0){$T.2s(c.N.5N($J))}c.V.41();c.2p.8O();c.1a.1R()},iB:B($J){if(!c.F.gj)E;$J.on(\'nq\',$.X(c.J.9W,c));$J.on(\'cU\',$.X(c.J.6r,c));$J.on(\'2b 62\',$.X(B(e){c.2p.J=$J;if(c.$U.1i(\'#G-J-2y\').29()!==0)E M;c.J.8g=c.J.fv($J);$(1c).on(\'2b.G-J-4g-3b\',$.X(c.J.6r,c));c.$U.on(\'2b.G-J-4g-3b\',$.X(c.J.6r,c));if(!c.F.aY)E;c.J.8g.on(\'cU.G 62.G\',$.X(B(e){e.2m();c.J.4l={x:e.fR,y:e.8M,el:$J,fp:$J.2l()/$J.31(),h:$J.31()};e=e.7g||e;if(e.8n){c.J.4l.x=e.8n[0].fR;c.J.4l.y=e.8n[0].8M}c.J.fQ()},c))},c))},fQ:B(){$(1c).on(\'ne.G-J-4g nd.G-J-4g\',$.X(c.J.fq,c));$(1c).on(\'gB.G-J-4g n1.G-J-4g\',$.X(c.J.fo,c))},fq:B(e){e.2m();e=e.7g||e;C 31=c.J.4l.h;if(e.8n)31+=(e.8n[0].8M-c.J.4l.y);L 31+=(e.8M-c.J.4l.y);C 2l=n0.mZ(31*c.J.4l.fp);if(31<50||2l<8m)E;c.J.4l.el.31(31);c.J.4l.el.2l(2l);c.1a.1R()},fo:B(){c.iZ=M;$(1c).3J(\'.G-J-4g\');c.J.6r()},9W:B(e){if(c.$U.1i(\'#G-J-2y\').29()!==0){e.2m();E M}c.$U.on(\'4z.G-J-fr-4z\',$.X(B(){3r($.X(c.J.a3,c),1)},c))},a3:B(){c.J.fs();c.2p.8O();c.$U.3J(\'4z.G-J-fr-4z\');c.1o.49();c.1a.1R()},fs:B(){c.$U.1i(\'1B[1g-2R-2d]\').1z(B(){C $el=$(c);$el.14(\'4a\',$el.14(\'1g-2R-2d\'));$el.21(\'1g-2R-2d\')})},6r:B(e){if(e&&$(e.1M).2F(\'#G-J-2y\').1m!==0)E;if(e&&e.1M.1n==\'cG\'){C $J=$(e.1M);$J.14(\'1g-2R-2d\',$J.14(\'4a\'))}C 3t=c.$U.1i(\'#G-J-2y\');if(3t.29()===0)E;c.J.5g.1u();$(c.J.8g).1u();3t.1i(\'1B\').1G({5w:3t[0].1p.5w,8R:3t[0].1p.8R,8S:3t[0].1p.8S,8T:3t[0].1p.8T});3t.1G(\'3W\',\'\');3t.1i(\'1B\').1G(\'fu\',\'\');3t.2s(B(){E $(c).1Y()});$(1c).3J(\'2b.G-J-4g-3b\');c.$U.3J(\'2b.G-J-4g-3b\');if(1C c.J.4l!==\'1F\'){c.J.4l.el.14(\'3C\',c.J.4l.el.14(\'1p\'))}c.1a.1R()},fv:B($J){C 3t=$(\'<1e id="G-J-2y" 1g-G="3v">\');3t.1G(\'77\',$J.1G(\'77\')).14(\'6P\',M);if($J[0].1p.3W!=\'9B\'){3t.1G({5w:$J[0].1p.5w,8R:$J[0].1p.8R,8S:$J[0].1p.8S,8T:$J[0].1p.8T});$J.1G(\'3W\',\'\')}L{3t.1G({\'8k\':\'Q\',\'3W\':\'9B\'})}$J.1G(\'fu\',\'.5\').3s(3t);c.J.5g=$(\'<1e id="G-J-5g" 1g-G="3v">\'+c.1E.12(\'8p\')+\'</1e>\');c.J.5g.14(\'6P\',M);c.J.5g.on(\'2b\',$.X(B(){c.J.ft($J)},c));3t.1w(c.J.5g);C fm=c.J.5g.9v();c.J.5g.1G(\'3W-22\',\'-\'+fm/2+\'3m\');if(c.F.aY&&!c.N.5D()){C 8r=$(\'<1e id="G-J-8g" 1g-G="3v"></1e>\');if(!c.N.ck()){8r.1G({2l:\'fl\',31:\'fl\'})}8r.14(\'6P\',M);3t.1w(8r);3t.1w($J);E 8r}L{3t.1w($J);E M}},1u:B(J){C $J=$(J);C $T=$J.2F(\'a\');C $67=$J.2F(\'67\');C $1l=$J.1l();if($(\'#G-J-2y\').29()!==0){$1l=$(\'#G-J-2y\').1l()}C $2e;if($67.29()!==0){$2e=$67.2e();$67.1u()}L if($T.29()!==0){$1l=$T.1l();$T.1u()}L{$J.1u()}$(\'#G-J-2y\').1u();if($67.29()!==0){c.1V.3g($2e)}L{c.1V.3g($1l)}c.1S.2n(\'b8\',$J[0].4a,$J);c.V.41();c.1a.1R()},1O:B(2w,4H,e){if(1C 2w.5A!=\'1F\'){c.V.41();c.K.2Q();c.1S.2n(\'ns\',2w);E}C $1B;if(1C 2w==\'5V\'){$1B=$(2w).14(\'1g-G-85-J\',\'1q\')}L{$1B=$(\'<1B>\');$1B.14(\'4a\',2w.7x).14(\'1g-G-85-J\',\'1q\')}C O=$1B;C bg=c.N.52(\'P\');if(bg){O=$(\'<1N />\').1w($1B)}if(4H){c.K.8Z();C 2N=c.K.69();c.1O.bd(e,2N)}L{c.V.41()}c.K.2Q();c.1Z.1L();c.1O.q(c.N.5N(O),M);C $J=c.$U.1i(\'1B[1g-G-85-J=1q]\').21(\'1g-G-85-J\');if(bg){$J.1l().1Y().47().5s(\'<p />\')}L if(c.F.1K){$J.bk(\'<br>\').3s(\'<br>\')}if(1C 2w==\'5V\')E;c.1S.2n(\'8o\',$J,2w)}}},3f:B(){E{aF:B(){if(!c.N.25(\'2I\'))c.$U.2u();c.1Z.1L();c.K.2R();C Q=c.K.48();if(Q&&Q.1n==\'4S\'){c.3f.fc()}L if(Q===M&&c.F.1K){c.3f.fg()}L{c.3f.fb()}c.K.2Q();c.1a.1R()},fc:B(){1c.3V(\'3f\');c.3f.9Q();c.1o.aD();c.1o.49()},fb:B(){$.1z(c.K.42(),$.X(B(i,4C){if(4C.1n===\'6y\'||4C.1n===\'b3\')E;C $el=c.N.av(4C);C 22=c.N.aJ($el.1G(\'3W-22\'))+c.F.9a;$el.1G(\'3W-22\',22+\'3m\')},c))},fg:B(){C 4f=c.K.5s(\'1h\');$(4f).14(\'1g-8D\',\'G\');$(4f).1G(\'3W-22\',c.F.9a+\'3m\')},aE:B(){c.1Z.1L();c.K.2R();C Q=c.K.48();if(Q&&Q.1n==\'4S\'){c.3f.fh()}L{c.3f.fk()}c.K.2Q();c.1a.1R()},fh:B(){1c.3V(\'6K\');C 1A=c.K.3H();C $3h=$(1A).2F(\'li\');C $1l=$3h.1l();if($3h.29()!==0&&$1l.29()!==0&&$1l[0].1n==\'4S\'){$1l.3s($3h)}c.3f.9Q();if(!c.F.1K&&$3h.29()===0){1c.3V(\'9S\',M,\'p\');c.$U.1i(\'2K, ol, 1N, p\').1z($.X(c.N.3P,c))}c.1o.49()},fk:B(){$.1z(c.K.42(),$.X(B(i,4C){C $el=c.N.av(4C);C 22=c.N.aJ($el.1G(\'3W-22\'))-c.F.9a;if(22<=0){if(c.F.1K&&1C($el.1g(\'8D\'))!==\'1F\'){$el.2s($el.q()+\'<br />\')}L{$el.1G(\'3W-22\',\'\');c.N.5P($el,\'1p\')}}L{$el.1G(\'3W-22\',22+\'3m\')}},c))},9Q:B(){C Q=c.K.48();if(c.Y.58&&Q&&Q.1n==\'4S\'&&c.N.4w($(Q).1b())){C $Q=$(Q);$Q.1i(\'1e\').6s(\'.G-K-2N\').1Y().47();$Q.1w(\'<br>\')}}}},1W:B(){E{2J:B(1f){C 1d,1H;if(1C c.2J[1f].1p!=\'1F\')1d=\'1p\';L if(1C c.2J[1f].1I!=\'1F\')1d=\'1I\';if(1d)1H=c.2J[1f][1d];c.1W.2Y(c.2J[1f].R,1d,1H)},2Y:B(R,1d,1H){if(c.N.52(\'a8\'))E;C 2g=[\'b\',\'43\',\'i\',\'3Y\',\'4V\',\'fK\',\'5x\',\'fj\',\'fi\'];C 7F=[\'5d\',\'5d\',\'em\',\'em\',\'u\',\'3X\',\'3X\',\'7e\',\'7b\'];2v(C i=0;i<2g.1m;i++){if(R==2g[i])R=7F[i]}c.1W.1d=1d||M;c.1W.1H=1H||M;c.1Z.1L();c.$U.2u();c.K.12();if(c.Y.58){c.1W.fw(R)}L{c.1W.fx(R)}},fw:B(R){C 1A=c.K.3H();C $1l=$(1A).2F(R+\'[1g-G-R=\'+R+\']\');if($1l.29()!==0){c.1V.5O($1l[0]);if(c.N.4w($1l.1b()))$1l.1u();c.1a.1R();E}C O=$(\'<\'+R+\'>\').14(\'1g-3v\',\'G\').14(\'1g-G-R\',R);O.q(c.F.5C);O=c.1W.b4(O);c.1O.O(O);c.1V.3T(O);c.1a.1R();E},fx:B(R){c.1W.fM(R);c.K.2R();1c.3V(\'fK\');c.$U.1i(\'7p\').1z($.X(B(i,s){C $el=$(s);c.1W.fL($el,R);C $1e;if(c.1W.1d){$1e=$(\'<1e>\').14(\'1g-G-R\',R).14(\'1g-3v\',\'G\');$1e=c.1W.b4($1e)}L{$1e=$(\'<\'+R+\'>\').14(\'1g-G-R\',R).14(\'1g-3v\',\'G\')}$el.2s($1e.q($el.1Y()));if(R==\'1e\'){C $1l=$1e.1l();if($1l&&$1l[0].1n==\'78\'&&c.1W.1d==\'1p\'){C 3d=c.1W.1H.4F(\';\');2v(C z=0;z<3d.1m;z++){if(3d[z]===\'\')E;C 1p=3d[z].4F(\':\');$1l.1G(1p[0],\'\');if(c.N.5P($1l,\'1p\')){$1l.2s($1l.1Y())}}}}},c));if(R!=\'1e\'){c.$U.1i(c.F.4G.2C(\', \')).1z($.X(B(i,s){C $el=$(s);C 9j=$el.1G(\'1b-6T\');if(9j==\'4u-fJ\'){$el.1G(\'1b-6T\',\'\');c.N.5P($el,\'1p\')}},c))}if(R!=\'3X\'){C fI=c;c.$U.1i(\'1W\').1z(B(i,s){fI.N.4t(s,\'3X\')})}c.K.2Q();c.1a.1R()},fL:B($el,R){$el.4d(R).1z(B(){C $5Y=$(c);if(!$5Y.3j(\'G-K-2N\')){$5Y.1Y().47()}})},fM:B(R){c.K.2R();C 1i=\'\';if(c.1W.1d==\'1I\')1i=\'[1g-G-1I=\'+c.1W.1H+\']\';L if(c.1W.1d==\'1p\'){1i=\'[1g-G-1p="\'+c.1W.1H+\'"]\'}if(R!=\'3X\'){C 3Q=c;c.$U.1i(\'3X\').1z(B(i,s){3Q.N.4t(s,\'1W\')})}c.$U.1i(\'[1g-G-R="\'+R+\'"]\'+1i).1z(B(){if(1i===\'\'&&R==\'1e\'&&c.1n.2L()==R)E;C $el=$(c);$el.2s($(\'<7p />\').q($el.1Y()))});c.K.2Q()},b4:B(O){fP(c.1W.1d){7O\'1I\':if(O.3j(c.1W.1H)){O.2H(c.1W.1H);O.21(\'1g-G-1I\')}L{O.2t(c.1W.1H);O.14(\'1g-G-1I\',c.1W.1H)}6Z;7O\'1p\':O[0].1p.op=c.1W.1H;O.14(\'1g-G-1p\',c.1W.1H);6Z}E O},oE:B(){c.1Z.1L();C 1A=c.K.3H();C 1U=c.K.bf();c.K.2R();if(1A&&1A.1n===\'78\'){C $s=$(1A);$s.21(\'1p\');if($s[0].44.1m===0){$s.2s($s.1Y())}}$.1z(1U,$.X(B(i,s){C $s=$(s);if($.3K(s.1n.2L(),c.F.4G)!=-1&&!$s.3j(\'G-K-2N\')){$s.21(\'1p\');if($s[0].44.1m===0){$s.2s($s.1Y())}}},c));c.K.2Q();c.1a.1R()},oA:B(1f){c.1Z.1L();C 1l=c.K.5G();C 1U=c.K.bf();c.K.2R();if(1l&&1l.1n===\'78\'){C $s=$(1l);$s.1G(1f,\'\');c.N.5P($s,\'1p\');if($s[0].44.1m===0){$s.2s($s.1Y())}}$.1z(1U,$.X(B(i,s){C $s=$(s);if($.3K(s.1n.2L(),c.F.4G)!=-1&&!$s.3j(\'G-K-2N\')){$s.1G(1f,\'\');c.N.5P($s,\'1p\');if($s[0].44.1m===0){$s.2s($s.1Y())}}},c));c.K.2Q();c.1a.1R()},aW:B(){c.1Z.1L();C 1A=c.K.3H();c.K.2R();1c.3V(\'aW\');if(1A&&1A.1n===\'78\'){$(1A).2s($(1A).1Y())}$.1z(c.K.7c(),$.X(B(i,s){C $s=$(s);if($.3K(s.1n.2L(),c.F.4G)!=-1&&!$s.3j(\'G-K-2N\')){$s.2s($s.1Y())}},c));c.K.2Q();c.1a.1R()},8U:B(4n){c.1W.2Y(\'1e\',\'1I\',4n)},ov:B(1H){c.1W.2Y(\'1e\',\'1p\',1H)}}},1O:B(){E{1L:B(q,1o){c.2X.1u();q=c.1o.6O(q);if(1C 1o==\'1F\'){q=c.1o.82(q,M)}c.$U.q(q);c.K.1u();c.2u.3T();c.1o.aD();c.1a.1R();c.2p.2E();if(1C 1o==\'1F\'){3r($.X(c.1o.49,c),10)}},1b:B(1b){c.2X.1u();1b=1b.4A();1b=$.3a(1b);1b=c.1o.ax(1b,M);c.$U.2u();if(c.N.25(\'2I\')){c.1O.aH(1b)}L{c.K.12();c.Y.4N();C el=1c.3x("1h");el.3w=1b;C 5j=1c.aK(),O,5i;4R((O=el.aO)){5i=5j.7w(O)}c.Y.3Z(5j);if(5i){C Y=c.Y.7I();Y.fH(5i);Y.4U(1q);c.2O.ag();c.2O.4T(Y)}}c.1a.1R();c.1o.49()},ob:B(q){c.1O.q(q,M)},q:B(q,1o){c.2X.1u();if(1C 1o==\'1F\')1o=1q;c.$U.2u();q=c.1o.6O(q);if(1o){q=c.1o.82(q)}if(c.N.25(\'2I\')){c.1O.aH(q)}L{if(c.1o.7Q)c.1O.fz(q);L 1c.3V(\'il\',4c,q);c.1O.fG()}c.1o.aD();if(!c.F.1K){c.$U.1i(\'p\').1z($.X(c.N.3P,c))}c.1a.1R();c.2p.2E();if(1o){c.1o.49()}},fG:B(){if(!c.N.25(\'6Y\'))E;C $2e=$(c.K.48()).2e();if($2e.1m>0&&$2e[0].1n==\'P\'&&$2e.q()===\'\'){$2e.1u()}},aH:B(q){if(c.N.hL()){C 1l=c.N.52(\'P\');C $q=$(\'<1h>\').1w(q);C fA=$q.1Y().is(\'p, :9l, dl, 2K, ol, 1h, 4v, 3I, 1N, 2T, aS, 3U, 9l, b0, ir, iq\');if(1l&&fA)c.1O.gx(1l,q);L c.1O.d8(q);E}1c.K.b2().nz(q)},fz:B(q){q=c.1o.6O(q);c.K.12();c.Y.4N();C el=1c.3x(\'1h\');el.3w=q;C 5j=1c.aK(),O,5i;4R((O=el.aO)){5i=5j.7w(O)}c.Y.3Z(5j);c.Y.4U(1q);c.1V.5O(5i)},O:B(O,4N){O=O[0]||O;C q=c.N.5N(O);q=c.1o.6O(q);O=$(q)[0];c.K.12();if(4N!==M){c.Y.4N()}c.Y.3Z(O);c.Y.4U(M);c.K.4T();E O},og:B(O,x,y){O=O[0]||O;c.K.12();C Y;if(1c.9s){C 2U=1c.9s(x,y);c.Y.3g(2U.fB,2U.2P);c.Y.4U(1q);c.Y.3Z(O)}L if(1c.a4){Y=1c.a4(x,y);Y.3Z(O)}L if(1C 1c.2q.a9!="1F"){Y=1c.2q.a9();Y.a1(x,y);C 6W=Y.fC();6W.a1(x,y);Y.fE("fD",6W);Y.6H()}},bd:B(e,O){O=O[0]||O;C Y;C x=e.jC,y=e.ox;if(1c.9s){C 2U=1c.9s(x,y);C 2O=1c.68();Y=2O.6U(0);Y.3g(2U.fB,2U.2P);Y.4U(1q);Y.3Z(O)}L if(1c.a4){Y=1c.a4(x,y);Y.3Z(O)}L if(1C 1c.2q.a9!="1F"){Y=1c.2q.a9();Y.a1(x,y);C 6W=Y.fC();6W.a1(x,y);Y.fE("fD",6W);Y.6H()}},gx:B(1l,q){C O=1c.3x(\'1e\');O.4n=\'G-ie-5k\';c.1O.O(O);C 9q=$(1l).q();9q=\'<p>\'+9q.I(/<1e 1I="G-ie-5k"><\\/1e>/gi,\'</p>\'+q+\'<p>\')+\'</p>\';$(1l).2s(9q)},d8:B(q){c.K.12();c.Y.4N();C el=1c.3x("1h");el.3w=q;C 5j=1c.aK(),O,5i;4R((O=el.aO)){5i=5j.7w(O)}c.Y.3Z(5j)}}},1t:B(){E{3u:B(e){if(c.6w)E;C 1k=e.8F;C 4E=(1k>=37&&1k<=40);c.1t.3S=e.7Y||e.64;c.1t.1A=c.K.3H();c.1t.1l=c.K.5G();c.1t.Q=c.K.48();c.1t.2T=c.N.aq(c.1t.1A,\'2T\');c.1t.1N=c.N.aq(c.1t.1A,\'1N\');c.1t.6C=c.N.aq(c.1t.1A,\'6C\');c.5K.3u(e,1k);c.1t.de(4E,1k);c.1t.d5(e,1k);c.1t.dh(4E);c.1t.dA(e,1k);C cY=c.1S.2n(\'1t\',e);if(cY===M){e.2m();E M}if(c.F.aI&&1k===c.3i.dr){c.1t.do()}if(!c.F.aI&&1k===c.3i.6m){e.2m();if(!c.Y.58)c.Y.4N();E}if(1k==c.3i.6m&&!e.6c&&!e.7Y&&!e.64){C dy=c.1S.2n(\'oa\',e);if(dy===M){e.2m();E M}if(c.1t.1N&&c.1t.dv(e)===1q){E M}C 1A,$2e;if(c.1t.2T){E c.1t.dq(e)}L if(c.1t.1N||c.1t.6C){1A=c.K.3H();$2e=$(1A).2e();if($2e.29()!==0&&$2e[0].1n==\'5R\'){E c.1t.8E(e)}L if(c.N.7r()&&(1A&&1A!=\'78\')){E c.1t.8G(e)}L{E c.1t.8E(e)}}L if(c.F.1K&&!c.1t.Q){1A=c.K.3H();$2e=$(c.1t.1A).2e();if(1A!==M&&$(1A).3j(\'G-8s-2Z\')){$(1A).1u();E c.1t.8G(e)}L{if($2e.1m===0&&1A===M&&1C $2e.oC!=\'1F\'){E c.1t.8G(e)}E c.1t.8E(e)}}L if(c.F.1K&&c.1t.Q){3r($.X(c.1t.db,c),1)}L if(!c.F.1K&&c.1t.Q&&c.1t.Q.1n!==\'4S\'){3r($.X(c.1t.da,c),1)}L if(!c.F.1K&&!c.1t.Q){E c.1t.dz(e)}}if(1k===c.3i.6m&&(e.7Y||e.6c)){E c.1t.df(e)}if(1k===c.3i.b7||e.64&&1k===cx||e.64&&1k===cy){E c.1t.dc(e,1k)}if(1k===c.3i.6v||1k===c.3i.7S){C 1U=c.K.7c();if(1U){C 23=1U.1m;C 3q;2v(C i=0;i<23;i++){C 4d=$(1U[i]).4d(\'1B\');if(4d.29()!==0){C 3Q=c;$.1z(4d,B(z,s){C $s=$(s);if($s.1G(\'77\')!=\'5W\')E;3Q.1S.2n(\'b8\',s.4a,$s);3q=s})}L if(1U[i].1n==\'cG\'){if(3q!=1U[i]){c.1S.2n(\'b8\',1U[i].4a,$(1U[i]));3q=1U[i]}}}}}if(1k===c.3i.6v){c.1t.d7();c.1t.d4(e)}c.1a.1R()},de:B(4E,1k){if(!4E&&(c.1S.5Z()==\'2b\'||c.1S.5Z()==\'4E\')){c.1S.8i(M);if(c.1t.d9(1k)){c.1Z.1L()}}},d9:B(1k){C k=c.3i;C 4x=[k.6v,k.7S,k.6m,k.cv,k.cr,k.b7,k.d0,k.d3,k.cW,k.cX];E($.3K(1k,4x)==-1)?1q:M},dh:B(4E){if(!4E)E;if((c.1S.5Z()==\'2b\'||c.1S.5Z()==\'4E\')){c.1S.8i(M);E}c.1S.8i(\'4E\')},d5:B(e,1k){if(c.1t.3S&&1k===90&&!e.6c&&!e.cZ&&c.F.1Z.1m){e.2m();c.1Z.9p();E}L if(c.1t.3S&&1k===90&&e.6c&&!e.cZ&&c.F.80.1m!==0){e.2m();c.1Z.cD();E}L if(!c.1t.3S){if(1k==c.3i.6v||1k==c.3i.7S||(1k==c.3i.6m&&!e.7Y&&!e.6c)||1k==c.3i.cv){c.1Z.1L()}}},dA:B(e,1k){if(c.1t.3S&&1k===65){c.N.hD()}L if(1k!=c.3i.ds&&!c.1t.3S){c.N.7K()}},do:B(){C 2g=[c.1t.1N,c.1t.2T,c.1t.6C];2v(C i=0;i<2g.1m;i++){if(2g[i]){c.1t.dp(2g[i]);E M}}},df:B(e){c.1Z.1L();if(c.1t.1N&&c.N.7r()){E c.1t.8G(e)}E c.1t.8E(e)},dc:B(e,1k){if(!c.F.dj)E 1q;if(c.N.4w(c.1a.12())&&c.F.at===M)E 1q;e.2m();C O;if(c.1t.2T&&!e.6c){O=(c.F.6j)?1c.9K(7y(c.F.6j+1).2C(\'\\dg\')):1c.9K(\'\\t\');c.1O.O(O);c.1a.1R()}L if(c.F.at!==M){O=1c.9K(7y(c.F.at+1).2C(\'\\dg\'));c.1O.O(O);c.1a.1R()}L{if(e.64&&1k===cy)c.3f.aE();L if(e.64&&1k===cx)c.3f.aF();L if(!e.6c)c.3f.aF();L c.3f.aE()}E M},db:B(){C 4j=c.K.48();C an=4j.3w.I(/<br\\s?\\/?>/gi,\'\');if((4j.1n===\'7U\'||4j.1n===\'P\')&&an===\'\'&&!$(4j).3j(\'G-U\')){C br=1c.3x(\'br\');$(4j).2s(br);c.1V.by(br);c.1a.1R();E M}},da:B(){C 4j=c.K.48();C an=4j.3w.I(/<br\\s?\\/?>/gi,\'\');if(4j.1n===\'7U\'&&an===\'\'&&!$(4j).3j(\'G-U\')){C p=1c.3x(\'p\');p.3w=c.F.5C;$(4j).2s(p);c.1V.3g(p);c.1a.1R();E M}L if(c.F.dn&&4j.1n==\'P\'){$(4j).21(\'1I\').21(\'1p\')}},dz:B(e){e.2m();c.K.12();C p=1c.3x(\'p\');p.3w=c.F.5C;c.Y.4N();c.Y.3Z(p);c.1V.3g(p);c.1a.1R();E M},dv:B(e){if(!c.N.7r())E;C 5h=$.3a($(c.1t.Q).q());if(5h.3B(/(<br\\s?\\/?>){2}$/i)!=-1){e.2m();if(c.F.1K){C br=1c.3x(\'br\');$(c.1t.1N).3s(br);c.1V.by(br);$(c.1t.Q).q(5h.I(/<br\\s?\\/?>$/i,\'\'))}L{C O=$(c.F.7l);$(c.1t.1N).3s(O);c.1V.3g(O)}E 1q}E},dp:B(2G){if(!c.N.7r())E;c.1Z.1L();if(c.F.1K){C 1Y=$(\'<1h>\').1w($.3a(c.$U.q())).1Y();C 3q=1Y.3q()[0];if(3q.1n==\'78\'&&3q.3w===\'\'){3q=1Y.5S()[0]}if(c.N.5N(3q)!=c.N.5N(2G))E;C br=1c.3x(\'br\');$(2G).3s(br);c.1V.5O(br)}L{if(c.$U.1Y().3q()[0]!==2G)E;C O=$(c.F.7l);$(2G).3s(O);c.1V.3g(O)}},dq:B(e){e.2m();C O=1c.9K(\'\\n\');c.K.12();c.Y.4N();c.Y.3Z(O);c.1V.5O(O);c.1a.1R();E M},8E:B(e){E c.1t.cb(e)},8G:B(e){E c.1t.cb(e,1q)},cb:B(e,d2){e.d6();c.K.12();C bW=1c.3x(\'br\');c.Y.4N();c.Y.3Z(bW);if(d2===1q){C bS=1c.3x(\'br\');c.Y.3Z(bS);c.1V.5O(bS)}L{c.1V.5O(bW)}c.1a.1R();E M},d7:B(){C $1A=$(c.1t.1A);if($1A.1b().3B(/^\\8f$/g)===0){$1A.1u()}},d4:B(e){C $1A=$(c.1t.1A);C $1l=$(c.1t.1l);C 3I=$1A.2F(\'3I\');if(3I.29()!==0&&$1A.2F(\'li\')&&$1l.4d(\'li\').29()===1){if(!c.N.4w($1A.1b()))E;e.2m();$1A.1u();$1l.1u();c.1V.3g(3I)}}}},2j:B(){E{3u:B(e){if(c.6w)E;C 1k=e.8F;c.2j.1A=c.K.3H();c.2j.1l=c.K.5G();C $1l=c.N.4k($(c.2j.1l).1l());C dm=c.1S.2n(\'2j\',e);if(dm===M){e.2m();E M}if(!c.F.1K&&c.2j.1A.9f==3&&c.2j.1A.1m<=1&&(c.2j.1l===M||c.2j.1l.1n==\'aU\')){c.2j.bc()}if(!c.F.1K&&$(c.2j.1l).3j(\'G-8s-2Z\')&&($1l===M||$1l[0].1n==\'aU\')){$(c.2j.1l).1Y().47();c.2j.bc()}if(c.F.7M&&(c.F.79||c.F.6L||c.F.7h)&&1k===c.3i.6m){c.c8(c.F.7A,c.F.7M,c.F.79,c.F.6L,c.F.7h,c.F.7f);c.2p.2E();c.1a.1R()}if(1k===c.3i.7S||1k===c.3i.6v){c.1o.49();if(c.2p.J){e.2m();c.J.6r();c.1Z.1L();c.J.1u(c.2p.J);c.2p.J=M;E M}c.$U.1i(\'p\').1z($.X(c.N.3P,c));if(c.2j.1A&&c.2j.1A.1n==\'7U\'&&c.N.4w(c.2j.1A.3w)){if(c.F.1K){$(c.2j.1A).3s(c.K.7C());c.K.2Q();$(c.2j.1A).1u()}}E c.2j.dx(e)}},bc:B(){C $1A=$(c.2j.1A);C O=$(\'<p>\').1w($1A.ht());$1A.2s(O);C 2e=$(O).2e();if(1C(2e[0])!==\'1F\'&&2e[0].1n==\'5R\'){2e.1u()}c.1V.3T(O)},dx:B(e){C q=$.3a(c.$U.q());if(!c.N.4w(q))E;e.2m();if(c.F.1K){c.$U.q(c.K.7C());c.K.2Q()}L{q=\'<p><br /></p>\';c.$U.q(q);c.2u.3g()}c.1a.1R();E M}}},1E:B(){E{2E:B(){c.F.b5=c.F.dw[c.F.1E]},12:B(1f){E(1C c.F.b5[1f]!=\'1F\')?c.F.b5[1f]:\'\'}}},4u:B(){E{1O:B(){c.1Z.1L();C 1P=c.K.42();if(1P[0]!==M&&c.4u.dk(1P)){if(!c.N.25(\'2I\'))c.$U.2u();E}if(c.N.25(\'2I\')){c.4u.9V()}L{c.4u.iA()}},dk:B(1P){C 7N=[\'li\',\'3I\',\'5X\',\'1N\',\'6C\',\'2T\',\'dl\',\'dt\',\'dd\'];C 3z=1P[0].1n.2L();C 3q=c.K.ha();3q=(1C 3q==\'1F\')?3z:3q.1n.2L();C bb=$.3K(3z,7N)!=-1;C hs=$.3K(3q,7N)!=-1;if((bb&&hs)||bb){E 1q}},9V:B(){c.N.8I();c.1Z.1L();c.1O.O(1c.3x(\'hr\'));c.N.ah();c.1a.1R()},iA:B(){c.1Z.1L();C aR=\'<p id="G-1O-4u"><br /></p>\';if(c.F.1K)aR=\'<br id="G-1O-4u">\';1c.3V(\'il\',M,\'<hr>\'+aR);c.4u.iC();c.1a.1R()},iC:B(){C O=c.$U.1i(\'#G-1O-4u\');C 2e=$(O).2e()[0];if(2e){c.1V.5O(O);O.1u()}L{O.21(\'id\')}}}},T:B(){E{2B:B(e){if(1C e!=\'1F\'&&e.2m)e.2m();c.V.2E(\'T\',c.1E.12(\'bn\'),lp);c.V.bM();c.T.iS=c.V.bE(c.1E.12(\'1O\'));c.K.12();c.T.iH();c.T.iM();if(c.T.1M==\'70\')$(\'#G-T-6F\').8P(\'8Q\',1q);c.T.$8v=$(\'#G-T-2d\');c.T.$cM=$(\'#G-T-2d-1b\');c.T.$cM.2x(c.T.1b);c.T.$8v.2x(c.T.2d);c.T.iS.on(\'2b\',$.X(c.T.1O,c));$(\'.G-T-3c\').1u();c.K.2R();c.V.2B();c.T.$8v.2u()},iM:B(){C iG=3Q.iF.28.I(/\\/$/i,\'\');c.T.2d=c.T.2d.I(iG,\'\');c.T.2d=c.T.2d.I(/^\\/#/,\'#\');c.T.2d=c.T.2d.I(\'cE:\',\'\');if(!c.F.7A){C 3M=1J 1T(\'^(7s|aw|6l)://\'+3Q.iF.k4,\'i\');c.T.2d=c.T.2d.I(3M,\'\')}},iH:B(){c.T.$O=M;C $el=$(c.K.3H()).2F(\'a\');if($el.29()!==0&&$el[0].1n===\'A\'){c.T.$O=$el;c.T.2d=$el.14(\'28\');c.T.1b=$el.1b();c.T.1M=$el.14(\'1M\')}L{c.T.1b=c.2O.4A();c.T.2d=\'\';c.T.1M=\'\'}},1O:B(){C 1M=\'\';C T=c.T.$8v.2x();C 1b=c.T.$cM.2x();if($.3a(T)===\'\'){c.T.$8v.2t(\'G-3o-5A\').on(\'2j\',B(){$(c).2H(\'G-3o-5A\');$(c).3J(\'2j\')});E}if(T.3B(\'@\')!=-1&&/(7s|aw|6l):\\/\\//i.6I(T)===M){T=\'cE:\'+T}L if(T.3B(\'#\')!==0){if($(\'#G-T-6F\').8P(\'8Q\')){1M=\'70\'}C cH=\'((jw--)?[a-9i-9]+(-[a-9i-9]+)*\\\\.)+[a-z]{2,}\';C 3M=1J 1T(\'^(7s|aw|6l)://\'+cH,\'i\');C iE=1J 1T(\'^\'+cH,\'i\');if(T.3B(3M)==-1&&T.3B(iE)===0&&c.F.7A){T=c.F.7A+\'://\'+T}}c.T.1L(1b,T,1M);c.V.41()},1L:B(1b,T,1M){1b=$.3a(1b.I(/<|>/g,\'\'));c.K.2Q();if(1b===\'\'&&T===\'\')E;if(1b===\'\'&&T!==\'\')1b=T;if(c.T.$O){c.1Z.1L();c.T.$O.1b(1b).14(\'28\',T);if(1M!==\'\'){c.T.$O.14(\'1M\',1M)}L{c.T.$O.21(\'1M\')}c.1a.1R()}L{if(c.N.25(\'6Y\')&&c.T.1b===\'\'){C $a=$(\'<a />\').14(\'28\',T).1b(1b);if(1M!==\'\')$a.14(\'1M\',1M);c.1O.O($a);c.K.ae($a)}L{C $a;if(c.N.25(\'2I\')){$a=$(\'<a 28="\'+T+\'">\').1b(1b);if(1M!==\'\')$a.14(\'1M\',1M);$a=$(c.1O.O($a));c.K.ae($a)}L{1c.3V(\'ju\',M,T);$a=$(c.K.3H()).2F(\'a\');if(1M!==\'\')$a.14(\'1M\',1M);$a.21(\'1p\');if(c.T.1b===\'\'){$a.1b(1b);c.K.ae($a)}}}c.1a.1R();c.1S.2n(\'jr\',$a)}3r($.X(B(){c.2p.cP()},c),5)},6k:B(e){if(1C e!=\'1F\'&&e.2m)e.2m();C 1U=c.K.7c();if(!1U)E;c.1Z.1L();C 23=1U.1m;2v(C i=0;i<23;i++){if(1U[i].1n==\'A\'){C $O=$(1U[i]);$O.2s($O.1Y())}}$(\'.G-T-3c\').1u();c.1a.1R()}}},2V:B(){E{2M:B(4q){if(!c.N.25(\'2I\'))c.$U.2u();c.1Z.1L();c.K.2R();C 1l=c.K.5G();C $2V=$(1l).2F(\'ol, 2K\');if(!c.N.4k($2V)&&$2V.29()!==0){$2V=M}C cg,ce;C 1u=M;if($2V&&$2V.1m){1u=1q;C bQ=$2V[0].1n;cg=(4q===\'5c\'&&bQ===\'7H\');ce=(4q===\'5t\'&&bQ===\'7q\')}if(cg){c.N.4t($2V,\'ol\')}L if(ce){c.N.4t($2V,\'2K\')}L{if(1u){c.2V.1u(4q)}L{c.2V.1O(4q)}}c.K.2Q();c.1a.1R()},1O:B(4q){if(c.N.25(\'2I\')&&c.F.1K){c.2V.9V(4q)}L{1c.3V(\'1O\'+4q)}C 1l=c.K.5G();C $2V=$(1l).2F(\'ol, 2K\');if(c.N.4w($2V.1i(\'li\').1b())){C $4d=$2V.4d(\'li\');$4d.1i(\'br\').1u();$4d.1w(c.K.7C())}if($2V.1m){C $6X=$2V.1l();if(c.N.4k($6X)&&$6X[0].1n!=\'4S\'&&c.N.6q($6X[0])){$6X.2s($6X.1Y())}}if(!c.N.25(\'2I\')){c.$U.2u()}c.1o.49()},9V:B(4q){C 4f=c.K.5s(\'1h\');C 9X=$(4f).q();C 72=(4q==\'5c\')?$(\'<ol>\'):$(\'<2K>\');C 8j=$(\'<li>\');if($.3a(9X)===\'\'){8j.1w(c.K.7C());72.1w(8j);c.$U.1i(\'#K-2N-1\').2s(72)}L{C 8l=9X.4F(/<br\\s?\\/?>/gi);if(8l){2v(C i=0;i<8l.1m;i++){if($.3a(8l[i])!==\'\'){72.1w($(\'<li>\').q(8l[i]))}}}L{8j.1w(9X);72.1w(8j)}$(4f).2s(72)}},1u:B(4q){1c.3V(\'1O\'+4q);C $1A=$(c.K.3H());c.3f.9Q();if(!c.F.1K&&$1A.2F(\'li, 5X, 3I\').29()===0){1c.3V(\'9S\',M,\'p\');c.$U.1i(\'2K, ol, 1N\').1z($.X(c.N.3P,c))}C $4v=$(c.K.3H()).2F(\'4v\');C $5S=$4v.5S();if(!c.F.1K&&$4v.29()!==0&&$5S.29()!==0&&$5S[0].1n==\'5R\'){$5S.1u()}c.1o.49()}}},V:B(){E{9D:{},iT:B(){c.F.V={iN:5H()+\'<3U id="G-V-J-8p">\'+\'<3e>\'+c.1E.12(\'1D\')+\'</3e>\'+\'<3o 1d="1b" id="G-J-1D" />\'+\'<3e 1I="G-J-T-3F">\'+c.1E.12(\'T\')+\'</3e>\'+\'<3o 1d="1b" id="G-J-T" 1I="G-J-T-3F" />\'+\'<3e 1I="G-J-T-3F"><3o 1d="iD" id="G-J-T-6F"> \'+c.1E.12(\'bT\')+\'</3e>\'+\'<3e 1I="G-J-3R-3F">\'+c.1E.12(\'iO\')+\'</3e>\'+\'<6H 1I="G-J-3R-3F" id="G-J-4J">\'+\'<3F 1H="5W">\'+c.1E.12(\'5W\')+\'</3F>\'+\'<3F 1H="22">\'+c.1E.12(\'22\')+\'</3F>\'+\'<3F 1H="5n">\'+c.1E.12(\'5n\')+\'</3F>\'+\'<3F 1H="4b">\'+c.1E.12(\'4b\')+\'</3F>\'+\'</6H>\'+\'</3U>\',J:5H()+\'<3U id="G-V-J-1O">\'+\'<1h id="G-V-J-3N"></1h>\'+\'</3U>\',1Q:5H()+\'<3U id="G-V-1Q-1O">\'+\'<1h id="G-V-1Q-1j-2y">\'+\'<3e>\'+c.1E.12(\'6n\')+\'</3e>\'+\'<3o 1d="1b" id="G-6n" /><br><br>\'+\'<1h id="G-V-1Q-1j"></1h>\'+\'</1h>\'+\'</3U>\',T:5H()+\'<3U id="G-V-T-1O">\'+\'<3e>iP</3e>\'+\'<3o 1d="2d" id="G-T-2d" />\'+\'<3e>\'+c.1E.12(\'1b\')+\'</3e>\'+\'<3o 1d="1b" id="G-T-2d-1b" />\'+\'<3e><3o 1d="iD" id="G-T-6F"> \'+c.1E.12(\'bT\')+\'</3e>\'+\'</3U>\'};$.75(c.F,c.F.V)},c3:B(1f,2k){c.V.9D[1f]=2k},jp:B($V){c.V.$8K=$(\'<1h>\').14(\'id\',\'G-V-8K\');$V.4M(c.V.$8K)},jn:B(id,1f,8a){C $5l=$(\'<a 28="#" 3C="5l\'+id+\'">\').1b(1f);if(8a){$5l.2t(\'8a\')}C 3Q=c;$5l.on(\'2b\',B(e){e.2m();$(\'.G-5l\').3b();$(\'.G-\'+$(c).14(\'3C\')).2B();3Q.V.$8K.1i(\'a\').2H(\'8a\');$(c).2t(\'8a\')});c.V.$8K.1w($5l)},jl:B(1f,ip){c.F.V[1f]=ip},iY:B(1f){E c.F.V[1f]},kl:B(){E c.$9m.1i(\'3U\')},2E:B(5I,1D,2l){c.V.5I=5I;c.V.2l=2l;c.V.2f();c.V.ix();c.V.j7(1D);c.V.j4();c.V.j8();if(1C c.V.9D[5I]!=\'1F\'){c.V.9D[5I].5U(c)}},2B:B(){1c.ik.9N();$(1c.2q).2H(\'2q-6J\');c.V.iv=$(1c.2q).1G(\'9C\');$(1c.2q).1G(\'9C\',\'6J\');if(c.N.5D()){c.V.bp()}L{c.V.az()}c.$6M.2B();c.$4m.2B();c.V.j6();c.N.8I();if(!c.N.5D()){3r($.X(c.V.az,c),0);$(3O).on(\'4g.G-V\',$.X(c.V.4g,c))}c.1S.2n(\'kn\',c.V.5I,c.$V);$(1c).3J(\'kg.V\');c.$V.1i(\'3o[1d=1b]\').on(\'1t.G-V\',$.X(c.V.j2,c))},az:B(){C 31=c.$V.jP();C ai=$(3O).31();C iz=$(3O).2l();if(c.V.2l>iz){c.$V.1G({2l:\'96%\',5w:(ai/2-31/2)+\'3m\'});E}if(31>ai){c.$V.1G({2l:c.V.2l+\'3m\',5w:\'jX\'})}L{c.$V.1G({2l:c.V.2l+\'3m\',5w:(ai/2-31/2)+\'3m\'})}},bp:B(){c.$V.1G({2l:\'96%\',5w:\'2%\'})},4g:B(){if(c.N.5D()){c.V.bp()}L{c.V.az()}},j7:B(1D){c.$7D.q(1D)},j8:B(){c.$9m.q(c.V.iY(c.V.5I))},j4:B(){if(1C $.fn.j5===\'1F\')E;c.$V.j5({iZ:c.$7D});c.$7D.1G(\'oe\',\'os\')},j2:B(e){if(e.8F!=13)E;e.2m();c.$V.1i(\'1v.G-V-6S-26\').2b()},bM:B(){C 1v=$(\'<1v>\').2t(\'G-V-26 G-V-41-26\').q(c.1E.12(\'j1\'));1v.on(\'2b\',$.X(c.V.41,c));c.$7R.1w(1v)},iX:B(3e){E c.V.bF(3e,\'8t\')},bE:B(3e){E c.V.bF(3e,\'6S\')},bF:B(3e,4n){C 1v=$(\'<1v>\').2t(\'G-V-26\').2t(\'G-V-\'+4n+\'-26\').q(3e);c.$7R.1w(1v);E 1v},j6:B(){C 3L=c.$7R.1i(\'1v\');C ch=3L.29();if(ch===0)E;3L.1G(\'2l\',(8m/ch)+\'%\')},2f:B(){c.V.iU();c.$4m=$(\'<1h id="G-V-2y" />\').3b();c.$V=$(\'<1h id="G-V" />\');c.$7D=$(\'<9l />\');c.$7m=$(\'<1e id="G-V-41" />\').q(\'&nR;\');c.$9m=$(\'<1h id="G-V-2q" />\');c.$7R=$(\'<b0 />\');c.$V.1w(c.$7D);c.$V.1w(c.$7m);c.$V.1w(c.$9m);c.$V.1w(c.$7R);c.$4m.1w(c.$V);c.$4m.bm(1c.2q)},iU:B(){c.$6M=$(\'<1h id="G-V-nT">\').3b();$(\'2q\').4M(c.$6M)},ix:B(){c.$7m.on(\'2b.G-V\',$.X(c.V.41,c));$(1c).on(\'2j.G-V\',$.X(c.V.cq,c));c.$U.on(\'2j.G-V\',$.X(c.V.cq,c));c.$4m.on(\'2b.G-V\',$.X(c.V.41,c))},iw:B(){c.$7m.3J(\'2b.G-V\');$(1c).3J(\'2j.G-V\');c.$U.3J(\'2j.G-V\');c.$4m.3J(\'2b.G-V\');$(3O).3J(\'4g.G-V\')},cq:B(e){if(e.8F!=c.3i.cr)E;c.V.41(M)},41:B(e){if(e){if(!$(e.1M).3j(\'G-V-41-26\')&&e.1M!=c.$7m[0]&&e.1M!=c.$4m[0]){E}e.2m()}if(!c.$4m)E;c.V.iw();c.$6M.1u();c.$4m.ih(\'o3\',$.X(B(){c.$4m.1u();3r($.X(c.N.ah,c),0);if(e!==1F)c.K.2Q();$(1c.2q).1G(\'9C\',c.V.iv);c.1S.2n(\'o1\',c.V.5I)},c))}}},2p:B(){E{2E:B(){c.2p.8O();c.2p.cP()},3L:B(e,2i){C 1A=c.K.3H();C 1l=c.K.5G();c.1v.iy(2i);if(e===M&&2i!==\'q\'){if($.3K(2i,c.F.9E)!=-1)c.1v.o2(2i);E}$.1z(c.F.cS,$.X(B(1k,1H){C 9o=$(1l).2F(1k);C cV=$(1A).2F(1k);if(9o.1m!==0&&!c.N.4k(9o))E;if(!c.N.4k(cV))E;if(9o.1m!==0||cV.2F(1k).1m!==0){c.1v.8e(1H)}},c));C $1l=$(1l).2F(c.F.7W.4A().2L());if(c.N.4k(1l)&&$1l.1m){C 4J=($1l.1G(\'1b-4J\')===\'\')?\'22\':$1l.1G(\'1b-4J\');c.1v.8e(\'4J\'+4J)}},nF:B(R,2i){c.F.9E.2S(2i);c.F.cS[R]=2i},8O:B(){c.$U.1i(\'1B\').1z($.X(B(i,1B){C $1B=$(1B);$1B.2F(\'a\').on(\'2b\',B(e){e.2m()});if(c.N.25(\'2I\'))$1B.14(\'nD\',\'on\');c.J.iB($1B)},c));$(1c).on(\'2b.G-J-8t\',$.X(B(e){c.2p.J=M;if(e.1M.1n==\'cG\'&&c.N.4k(e.1M)){c.2p.J=(c.2p.J&&c.2p.J==e.1M)?M:e.1M}},c))},cP:B(){if(!c.F.iV)E;c.$U.1i(\'a\').on(\'62 2b\',$.X(c.2p.iu,c));c.$U.on(\'62 2b.G\',$.X(c.2p.b1,c));$(1c).on(\'62 2b.G\',$.X(c.2p.b1,c))},it:B($T){E $T.2P()},iu:B(e){C $T=$(e.1M);if($T.29()===0||$T[0].1n!==\'A\')E;C 2U=c.2p.it($T);C 3c=$(\'<1e 1I="G-T-3c"></1e>\');C 28=$T.14(\'28\');if(28===1F){28=\'\'}if(28.1m>24)28=28.aC(0,24)+\'...\';C ij=$(\'<a 28="\'+$T.14(\'28\')+\'" 1M="70" />\').q(28).2t(\'G-T-3c-6S\');C im=$(\'<a 28="#" />\').q(c.1E.12(\'8p\')).on(\'2b\',$.X(c.T.2B,c)).2t(\'G-T-3c-6S\');C io=$(\'<a 28="#" />\').q(c.1E.12(\'6k\')).on(\'2b\',$.X(c.T.6k,c)).2t(\'G-T-3c-6S\');3c.1w(ij).1w(\' | \').1w(im).1w(\' | \').1w(io);3c.1G({2A:(2U.2A+20)+\'3m\',22:2U.22+\'3m\'});$(\'.G-T-3c\').1u();$(\'2q\').1w(3c)},b1:B(e){e=e.7g||e;C 1M=e.1M;if((1M.1n===\'A\'&&c.N.4k(1M))||$(1M).3j(\'G-T-3c-6S\')){E}$(\'.G-T-3c\').1u()}}},2o:B(){E{2E:B(q){if(c.F.1K)E q;if(q===\'\'||q===\'<p></p>\')E c.F.7l;c.2o.1P=[\'4v\',\'1h\',\'2T\',\'5J\',\'2K\',\'ol\',\'h1\',\'h2\',\'h3\',\'h4\',\'h5\',\'h6\',\'dl\',\'1N\',\'6C\',\'aS\',\'3U\',\'9l\',\'b0\',\'ir\',\'iq\',\'4y\',\'1p\',\'4Z\',\'5b\',\'6H\',\'3o\',\'2D\',\'1v\',\'3F\',\'hm\',\'h7\',\'oD\',\'hr\',\'hf\',\'o9\',\'oh\',\'od\',\'67\',\'oz\',\'mJ\',\'mK\',\'p\'];q=q+"\\n";c.2o.9Y=[];c.2o.z=0;q=q.I(/(<br\\s?\\/?>){1,}\\n?<\\/1N>/gi,\'</1N>\');q=c.2o.gy(q);q=c.2o.iR(q);q=c.2o.iK(q);q=c.2o.iJ(q);q=c.2o.iI(q);q=c.2o.iL(q);q=q.I(1J 1T(\'<br\\\\s?/?>\\n?<(\'+c.2o.1P.2C(\'|\')+\')(.*?[^>])>\',\'gi\'),\'<p><br /></p>\\n<$1$2>\');E $.3a(q)},gy:B(q){C $1h=$(\'<1h />\').1w(q);$1h.1i(\'1N p\').2s(B(){E $(c).1w(\'<br />\').1Y()});q=$1h.q();$1h.1i(c.2o.1P.2C(\', \')).1z($.X(B(i,s){c.2o.z++;c.2o.9Y[c.2o.z]=s.iQ;q=q.I(s.iQ,\'\\n{I\'+c.2o.z+\'}\')},c));E q},iR:B(q){C aV=q.2c(/<!--([\\w\\W]*?)-->/gi);if(!aV)E q;$.1z(aV,$.X(B(i,s){c.2o.z++;c.2o.9Y[c.2o.z]=s;q=q.I(s,\'\\n{I\'+c.2o.z+\'}\')},c));E q},iL:B(q){$.1z(c.2o.9Y,B(i,s){q=q.I(\'{I\'+i+\'}\',s)});E q},iJ:B(q){C 4o=q.4F(1J 1T(\'\\n\',\'g\'),-1);q=\'\';if(4o){C 23=4o.1m;2v(C i=0;i<23;i++){if(!4o.mo(i))E;if(4o[i].3B(\'{I\')==-1){4o[i]=4o[i].I(/<p>\\n\\t?<\\/p>/gi,\'\');4o[i]=4o[i].I(/<p><\\/p>/gi,\'\');if(4o[i]!==\'\'){q+=\'<p>\'+4o[i].I(/^\\n+|\\n+$/g,"")+"</p>"}}L q+=4o[i]}}E q},iK:B(q){q=q.I(/<br \\/>\\s*<br \\/>/gi,"\\n\\n");q=q.I(/<br\\s?\\/?>\\n?<br\\s?\\/?>/gi,"\\n<br /><br />");q=q.I(1J 1T("\\r\\n",\'g\'),"\\n");q=q.I(1J 1T("\\r",\'g\'),"\\n");q=q.I(1J 1T("/\\n\\n+/"),\'g\',"\\n\\n");E q},iI:B(q){q=q.I(1J 1T(\'</1N></p>\',\'gi\'),\'</1N>\');q=q.I(1J 1T(\'<p></1N>\',\'gi\'),\'</1N>\');q=q.I(1J 1T(\'<p><1N>\',\'gi\'),\'<1N>\');q=q.I(1J 1T(\'<1N></p>\',\'gi\'),\'<1N>\');q=q.I(1J 1T(\'<p><p \',\'gi\'),\'<p \');q=q.I(1J 1T(\'<p><p>\',\'gi\'),\'<p>\');q=q.I(1J 1T(\'</p></p>\',\'gi\'),\'</p>\');q=q.I(1J 1T(\'<p>\\\\s?</p>\',\'gi\'),\'\');q=q.I(1J 1T("\\n</p>",\'gi\'),\'</p>\');q=q.I(1J 1T(\'<p>\\t?\\t?\\n?<p>\',\'gi\'),\'<p>\');q=q.I(1J 1T(\'<p>\\t*</p>\',\'gi\'),\'\');E q}}},5k:B(){E{3u:B(e){if(!c.F.j0)E;c.6w=1q;c.1Z.1L();c.K.2R();c.N.8I();c.5k.iW();$(3O).on(\'7d.G-j3\',$.X(B(){$(3O).3D(c.9u)},c));3r($.X(B(){C q=c.$5u.q();c.$5u.1u();c.K.2Q();c.N.ah();c.5k.1O(q);$(3O).3J(\'7d.G-j3\')},c),1)},iW:B(){c.$5u=$(\'<1h>\').q(\' \').14(\'6P\',\'1q\').1G({3R:\'6R\',2l:0,2A:0,22:\'-nI\'});$(1c.2q).1w(c.$5u);c.$5u.2u()},1O:B(q){q=c.1S.2n(\'nH\',q);q=(c.N.7k())?c.1o.82(q,M):c.1o.82(q);q=c.1S.2n(\'5k\',q);if(c.N.7k()){c.1O.1L(q,M)}L{c.1O.q(q,M)}c.N.7K();c.6w=M;3r($.X(c.1o.49,c),10)}}},2X:B(){E{9r:B(){if(!c.2X.is())E;c.$U.14(\'2X\',c.$2G.14(\'2X\'));c.2X.2M();c.$U.on(\'2j.G-2X\',$.X(c.2X.2M,c))},2M:B(){C 1s=\'2H\';if(c.N.4w(c.$U.q(),M))1s=\'2t\';c.$U[1s](\'G-2X\')},1u:B(){c.$U.2H(\'G-2X\')},is:B(){if(c.F.2X){E c.$2G.14(\'2X\',c.F.2X)}L{E!(1C c.$2G.14(\'2X\')==\'1F\'||c.$2G.14(\'2X\')===\'\')}}}},55:B(){E{2B:B(){$(1c.2q).1w($(\'<1h id="G-55"><1e></1e></1h>\'));$(\'#G-55\').oo()},3b:B(){$(\'#G-55\').ih(o6,B(){$(c).1u()})}}},K:B(){E{12:B(){c.2O=1c.68();if(1c.68&&c.2O.6U&&c.2O.7T){c.Y=c.2O.6U(0)}L{c.Y=1c.b2()}},4T:B(){4p{c.2O.ag()}4s(e){}c.2O.4T(c.Y)},3H:B(){C el=M;c.K.12();if(c.2O&&c.2O.7T>0){el=c.2O.6U(0).nB}E c.N.4k(el)},5G:B(4C){4C=4C||c.K.3H();if(4C){E c.N.4k($(4C).1l()[0])}E M},48:B(O){O=O||c.K.3H();4R(O){if(c.N.71(O.1n)){E($(O).3j(\'G-U\'))?M:O}O=O.b9}E M},bf:B(1U){c.K.12();if(c.Y&&c.Y.58){E M}C ac=[];1U=(1C 1U==\'1F\')?c.K.7c():1U;C 4G=c.F.4G;4G.2S(\'1e\');$.1z(1U,$.X(B(i,O){if($.3K(O.1n.2L(),4G)!=-1){ac.2S(O)}},c));E(ac.1m===0)?M:ac},42:B(1U){c.K.12();if(c.Y&&c.Y.58){E[c.K.48()]}C 1P=[];1U=(1C 1U==\'1F\')?c.K.7c():1U;$.1z(1U,$.X(B(i,O){if(c.N.6q(O)){c.K.hb=O;1P.2S(O)}},c));E(1P.1m===0)?[c.K.48()]:1P},ha:B(){E c.K.hb},7c:B(){c.K.12();C 9G=c.K.aG(1);C ab=c.K.aG(2);c.K.aN(c.Y,9G,1q);if(c.Y.58===M){c.K.aN(c.Y,ab,M)}L{ab=9G}C 1U=[];C 7o=0;C 3Q=c;c.$U.1i(\'*\').1z(B(){if(c==9G){C 1l=$(c).1l();if(1l.1m!==0&&1l[0].1n!=\'aU\'&&3Q.N.4k(1l[0])){1U.2S(1l[0])}1U.2S(c);7o=1}L{if(7o>0){1U.2S(c);7o=7o+1}}if(c==ab){E M}});C aX=[];C 23=1U.1m;2v(C i=0;i<23;i++){if(1U[i].id!=\'1U-2N-1\'&&1U[i].id!=\'1U-2N-2\'){aX.2S(1U[i])}}c.K.hc();E aX},aG:B(5M){E $(\'<1e id="1U-2N-\'+5M+\'" 1I="G-1U-2N" 1g-3v="G">\'+c.F.5C+\'</1e>\')[0]},aN:B(Y,O,1d){Y=Y.7I();4p{Y.4U(1d);Y.3Z(O)}4s(e){}},hc:B(){$(1c).1i(\'1e.G-1U-2N\').1u();c.$U.1i(\'1e.G-1U-2N\').1u()},o8:B(2W,3E){c.1V.aA(2W,3E)},5s:B(R){c.K.12();if(c.Y.58)E M;C 4f=1c.3x(R);4f.7w(c.Y.ow());c.Y.3Z(4f);E 4f},ae:B(O){c.1V.1L(O,0,O,1)},ay:B(){c.K.12();c.Y.af(c.$U[0]);c.K.4T()},1u:B(){c.K.12();c.2O.ag()},2R:B(){c.K.hd()},hd:B(){c.K.12();C 5Q=c.K.69(1);c.K.aQ(c.Y,5Q,1q);if(c.Y.58===M){C 7G=c.K.69(2);c.K.aQ(c.Y,7G,M)}c.h9=c.$U.q()},69:B(5M){if(1C 5M==\'1F\')5M=1;E $(\'<1e id="K-2N-\'+5M+\'" 1I="G-K-2N" 1g-3v="G">\'+c.F.5C+\'</1e>\')[0]},7C:B(5M){E c.N.5N(c.K.69(5M))},aQ:B(Y,O,1d){Y=Y.7I();4p{Y.4U(1d);Y.3Z(O)}4s(e){c.2u.3g()}},2Q:B(){C 5Q=c.$U.1i(\'1e#K-2N-1\');C 7G=c.$U.1i(\'1e#K-2N-2\');if(5Q.1m!==0&&7G.1m!==0){c.1V.1L(5Q,0,7G,0)}L if(5Q.1m!==0){c.1V.1L(5Q,0,5Q,0)}L{c.$U.2u()}c.K.8Z();c.h9=M},8Z:B(){c.$U.1i(\'1e.G-K-2N\').1u()},oy:B(){c.K.12();E c.2O.4A()},ou:B(){C q=\'\';c.K.12();if(c.2O.7T){C b6=1c.3x(\'1h\');C 23=c.2O.7T;2v(C i=0;i<23;++i){b6.7w(c.2O.6U(i).nx())}q=b6.3w}E c.1o.bl(q)}}},5K:B(){E{3u:B(e,1k){if(!c.F.5K){if((e.7Y||e.64)&&(1k===66||1k===73))e.2m();E M}$.1z(c.F.5K,$.X(B(5m,4e){C 4x=5m.4F(\',\');C 23=4x.1m;2v(C i=0;i<23;i++){if(1C 4x[i]===\'5V\'){c.5K.h8(e,$.3a(4x[i]),$.X(B(){C 1s;if(4e.1s.3B(/\\./)!=\'-1\'){1s=4e.1s.4F(\'.\');if(1C c[1s[0]]!=\'1F\'){c[1s[0]][1s[1]].7n(c,4e.5E)}}L{c[4e.1s].7n(c,4e.5E)}},c))}}},c))},h8:B(e,4x,gZ){C gY={8:"mI",9:"5l",10:"E",13:"E",16:"6h",17:"3S",18:"6A",19:"mG",20:"mD",27:"ny",32:"2Z",33:"mT",34:"mP",35:"3E",36:"mn",37:"22",38:"mj",39:"4b",40:"nk",45:"1O",46:"3X",59:";",61:"=",96:"0",97:"1",98:"2",99:"3",8m:"4",mY:"5",nc:"6",n7:"7",n8:"8",mE:"9",n6:"*",n9:"+",na:"-",nb:".",n5:"/",n4:"f1",mX:"f2",mW:"f3",n3:"f4",n2:"f5",nr:"f6",nt:"f7",nu:"f8",nw:"f9",nv:"np",no:"nh",ng:"nf",ni:"nj",nn:"7d",mV:"-",mU:";",mv:"=",mu:",",mx:"-",mA:".",my:"/",ms:"`",cy:"[",mr:"\\\\",cx:"]",ml:"\'"};C cu={"`":"~","1":"!","2":"@","3":"#","4":"$","5":"%","6":"^","7":"&","8":"*","9":"(","0":")","-":"5y","=":"+",";":": ","\'":"\\"",",":"<",".":">","/":"?","\\\\":"|"};4x=4x.2L().4F(" ");C 8X=gY[e.3i],8H=5H.mq(e.8F).2L(),7a="",74={};$.1z(["6A","3S","5f","6h"],B(5r,8L){if(e[8L+\'mp\']&&8X!==8L){7a+=8L+\'+\'}});if(8X)74[7a+8X]=1q;if(8H){74[7a+8H]=1q;74[7a+cu[8H]]=1q;if(7a==="6h+"){74[cu[8H]]=1q}}2v(C i=0,23=4x.1m;i<23;i++){if(74[4x[i]]){e.2m();E gZ.7n(c,h0)}}}}},2r:B(){E{12:B(1a){if(!c.F.2r)E 1a;C cR=[\'h7\',\'2q\',\'he\',\'hr\',\'i?mB\',\'T\',\'5f\',\'mC\',\'1p\',\'4Z\',\'4v\',\'cj\',\'cn\',\'co\'];C cJ=[\'li\',\'dt\',\'dt\',\'h[1-6]\',\'3F\',\'4Z\'];C 7J=[\'1N\',\'1h\',\'dl\',\'hf\',\'5J\',\'mF\',\'hm\',\'ol\',\'p\',\'2T\',\'6H\',\'3I\',\'5X\',\'6i\',\'2K\'];c.2r.hn=1J 1T(\'^<(/?\'+cR.2C(\'|/?\')+\'|\'+cJ.2C(\'|\')+\')[ >]\');c.2r.ho=1J 1T(\'^<(br|/?\'+cR.2C(\'|/?\')+\'|/\'+cJ.2C(\'|/\')+\')[ >]\');c.2r.7J=1J 1T(\'^</?(\'+7J.2C(\'|\')+\')[ >]\');C i=0,9c=1a.1m,3A=0,2W=4c,3E=4c,R=\'\',2a=\'\',4Q=\'\';c.2r.7z=0;2v(;i<9c;i++){3A=i;if(-1==1a.4P(i).4K(\'<\')){2a+=1a.4P(i);E c.2r.cL(2a)}4R(3A<9c&&1a.5L(3A)!=\'<\'){3A++}if(i!=3A){4Q=1a.4P(i,3A-i);if(!4Q.2c(/^\\s{2,}$/g)){if(\'\\n\'==2a.5L(2a.1m-1))2a+=c.2r.6u();L if(\'\\n\'==4Q.5L(0)){2a+=\'\\n\'+c.2r.6u();4Q=4Q.I(/^\\s+/,\'\')}2a+=4Q}if(4Q.2c(/\\n/))2a+=\'\\n\'+c.2r.6u()}2W=3A;4R(3A<9c&&\'>\'!=1a.5L(3A)){3A++}R=1a.4P(2W,3A-2W);i=3A;C t;if(\'!--\'==R.4P(1,3)){if(!R.2c(/--$/)){4R(\'-->\'!=1a.4P(3A,3)){3A++}3A+=2;R=1a.4P(2W,3A-2W);i=3A}if(\'\\n\'!=2a.5L(2a.1m-1))2a+=\'\\n\';2a+=c.2r.6u();2a+=R+\'>\\n\'}L if(\'!\'==R[1]){2a=c.2r.9g(R+\'>\',2a)}L if(\'?\'==R[1]){2a+=R+\'>\\n\'}L if(t=R.2c(/^<(4Z|1p|2T)/i)){t[1]=t[1].2L();R=c.2r.cO(R);2a=c.2r.9g(R,2a);3E=5H(1a.4P(i+1)).2L().4K(\'</\'+t[1]);if(3E){4Q=1a.4P(i+1,3E);i+=3E;2a+=4Q}}L{R=c.2r.cO(R);2a=c.2r.9g(R,2a)}}E c.2r.cL(2a)},6u:B(){C s=\'\';2v(C j=0;j<c.2r.7z;j++){s+=\'\\t\'}E s},cL:B(1a){1a=1a.I(/\\n\\s*\\n/g,\'\\n\');1a=1a.I(/^[\\s\\n]*/,\'\');1a=1a.I(/[\\s\\n]*$/,\'\');1a=1a.I(/<4Z(.*?)>\\n<\\/4Z>/gi,\'<4Z$1></4Z>\');c.2r.7z=0;E 1a},cO:B(R){C 7V=\'\';R=R.I(/\\n/g,\' \');R=R.I(/\\s{2,}/g,\' \');R=R.I(/^\\s+|\\s+$/g,\' \');C cN=\'\';if(R.2c(/\\/$/)){cN=\'/\';R=R.I(/\\/+$/,\'\')}C m;4R(m=/\\s*([^= ]+)(?:=(([\'"\']).*?\\3|[^ ]+))?/.4L(R)){if(m[2])7V+=m[1].2L()+\'=\'+m[2];L if(m[1])7V+=m[1].2L();7V+=\' \';R=R.4P(m[0].1m)}E 7V.I(/\\s*$/,\'\')+cN+\'>\'},9g:B(R,2a){C nl=R.2c(c.2r.7J);if(R.2c(c.2r.hn)||nl){2a=2a.I(/\\s*$/,\'\');2a+=\'\\n\'}if(nl&&\'/\'==R.5L(1))c.2r.7z--;if(\'\\n\'==2a.5L(2a.1m-1))2a+=c.2r.6u();if(nl&&\'/\'!=R.5L(1))c.2r.7z++;2a+=R;if(R.2c(c.2r.ho)||R.2c(c.2r.7J)){2a=2a.I(/ *$/,\'\');2a+=\'\\n\'}E 2a}}},1x:B(){E{hp:B(){if(c.F.4O)c.F.4I=M;if(c.F.53)c.F.21=M;if(c.F.1K)E;C 2g=[\'p\',\'3U\'];if(c.F.4O)c.1x.hl(2g);if(c.F.4I)c.1x.hk(2g)},hl:B(2g){C 23=2g.1m;2v(C i=0;i<23;i++){if($.3K(2g[i],c.F.4O)==-1){c.F.4O.2S(2g[i])}}},hk:B(2g){C 23=2g.1m;2v(C i=0;i<23;i++){C 2U=$.3K(2g[i],c.F.4I);if(2U!=-1){c.F.4I.9t(2U,1)}}},2E:B(q,3G){c.1x.2h={4I:c.F.4I,4O:c.F.4O,6g:c.F.6g,4Y:c.F.4Y,4X:c.F.4X,54:c.F.54,21:c.F.21,53:c.F.53,6d:c.F.6d,3P:c.F.3P};$.75(c.1x.2h,3G);q=c.1x.6g(q);c.1x.$1h=$(\'<1h />\').1w(q);c.1x.4Y();c.1x.4X();c.1x.hg();c.1x.21();c.1x.3P();c.1x.hi();c.1x.54();c.1x.6d();q=c.1x.$1h.q();c.1x.$1h.1u();E q},6g:B(q){if(!c.1x.2h.6g)E q;E q.I(/<!--[\\s\\S]*?-->/gi,\'\')},4Y:B(q){if(!c.1x.2h.4Y)E q;C 23=c.1x.2h.4Y.1m;C 56=[],ci=[];2v(C i=0;i<23;i++){ci.2S(c.1x.2h.4Y[i][1]);56.2S(c.1x.2h.4Y[i][0])}c.1x.$1h.1i(56.2C(\',\')).1z($.X(B(n,s){C R=ci[n];$(s).2s(B(){C 7F=$(\'<\'+R+\' />\').1w($(c).1Y());2v(C i=0;i<c.44.1m;i++){7F.14(c.44[i].1f,c.44[i].1H)}E 7F})},c));E q},4X:B(){if(!c.1x.2h.4X)E;C 23=c.1x.2h.4X.1m;c.1x.$1h.1i(\'1e\').1z($.X(B(n,s){C $el=$(s);C 1p=$el.14(\'1p\');2v(C i=0;i<23;i++){if(1p&&1p.2c(1J 1T(\'^\'+c.1x.2h.4X[i][0],\'i\'))){C 1n=c.1x.2h.4X[i][1];$el.2s(B(){C R=1c.3x(1n);E $(R).1w($(c).1Y())})}}},c))},hg:B(){if(!c.1x.2h.4I&&c.1x.2h.4O){c.1x.$1h.1i(\'*\').6s(c.1x.2h.4O.2C(\',\')).1z(B(i,s){if(s.3w===\'\')$(s).1u();L $(s).1Y().47()})}if(c.1x.2h.4I){c.1x.$1h.1i(c.1x.2h.4I.2C(\',\')).1z(B(i,s){if(s.3w===\'\')$(s).1u();L $(s).1Y().47()})}},21:B(){C 23;if(!c.1x.2h.21&&c.1x.2h.53){C bI=[],bJ=[];23=c.1x.2h.53.1m;2v(C i=0;i<23;i++){bI.2S(c.1x.2h.53[i][0]);bJ.2S(c.1x.2h.53[i][1])}c.1x.$1h.1i(\'*\').1z($.X(B(n,s){C $el=$(s);C 2U=$.3K($el[0].1n.2L(),bI);C 57=c.1x.hh(2U,bJ,$el);if(57){$.1z(57,B(z,f){$el.21(f)})}},c))}if(c.1x.2h.21){23=c.1x.2h.21.1m;2v(C i=0;i<23;i++){C 7E=c.1x.2h.21[i][1];if($.a0(7E))7E=7E.2C(\' \');c.1x.$1h.1i(c.1x.2h.21[i][0]).21(7E)}}},hh:B(2U,5a,$el){C 57=[];if(2U==-1){$.1z($el[0].44,B(i,3h){57.2S(3h.1f)})}L if(5a[2U]==\'*\'){57=[]}L{$.1z($el[0].44,B(i,3h){if($.a0(5a[2U])){if($.3K(3h.1f,5a[2U])==-1){57.2S(3h.1f)}}L if(5a[2U]!=3h.1f){57.2S(3h.1f)}})}E 57},hj:B(el,76){76=1J 1T(76,"g");E el.1z(B(){C 3Q=$(c);C 23=c.44.1m-1;2v(C i=23;i>=0;i--){C 3h=c.44[i];if(3h&&3h.oc&&3h.1f.3B(76)>=0){3Q.21(3h.1f)}}})},3P:B(){if(!c.1x.2h.3P)E;c.1x.$1h.1i(c.1x.2h.3P.2C(\',\')).1z(B(){C $el=$(c);C 1b=$el.1b();1b=1b.I(/[\\8f-\\8N\\8V]/g,\'\');1b=1b.I(/&4W;/gi,\'\');1b=1b.I(/\\s/g,\'\');if(1b===\'\'&&$el.4d().1m===0){$el.1u()}})},hi:B(){c.1x.$1h.1i(\'li p\').1Y().47()},54:B(){if(!c.1x.2h.54)E;C 2g=c.1x.2h.54;if($.a0(c.1x.2h.54))2g=c.1x.2h.54.2C(\',\');c.1x.hj(c.1x.$1h.1i(2g),\'^(1g-)\')},6d:B(){if(!c.1x.2h.6d)E;c.1x.$1h.1i(c.1x.2h.6d.2C(\',\')).1z(B(){if(c.44.1m===0){$(c).1Y().47()}})}}},1r:B(){E{3u:B(){E{q:{1D:c.1E.12(\'q\'),1s:\'1a.2M\'},2J:{1D:c.1E.12(\'2J\'),1y:{p:{1D:c.1E.12(\'gX\'),1s:\'Q.2Y\'},1N:{1D:c.1E.12(\'bK\'),1s:\'Q.2Y\'},2T:{1D:c.1E.12(\'1a\'),1s:\'Q.2Y\'},h1:{1D:c.1E.12(\'gW\'),1s:\'Q.2Y\'},h2:{1D:c.1E.12(\'gG\'),1s:\'Q.2Y\'},h3:{1D:c.1E.12(\'gH\'),1s:\'Q.2Y\'},h4:{1D:c.1E.12(\'gI\'),1s:\'Q.2Y\'},h5:{1D:c.1E.12(\'gJ\'),1s:\'Q.2Y\'}}},43:{1D:c.1E.12(\'43\'),1s:\'1W.2Y\'},3Y:{1D:c.1E.12(\'3Y\'),1s:\'1W.2Y\'},5x:{1D:c.1E.12(\'5x\'),1s:\'1W.2Y\'},4V:{1D:c.1E.12(\'4V\'),1s:\'1W.2Y\'},5t:{1D:\'&o7; \'+c.1E.12(\'5t\'),1s:\'2V.2M\'},5c:{1D:\'1. \'+c.1E.12(\'5c\'),1s:\'2V.2M\'},6K:{1D:\'< \'+c.1E.12(\'6K\'),1s:\'3f.aE\'},3f:{1D:\'> \'+c.1E.12(\'3f\'),1s:\'3f.aF\'},J:{1D:c.1E.12(\'J\'),1s:\'J.2B\'},1Q:{1D:c.1E.12(\'1Q\'),1s:\'1Q.2B\'},T:{1D:c.1E.12(\'T\'),1y:{T:{1D:c.1E.12(\'bn\'),1s:\'T.2B\'},6k:{1D:c.1E.12(\'6k\'),1s:\'T.6k\'}}},3n:{1D:c.1E.12(\'3n\'),1y:{22:{1D:c.1E.12(\'gF\'),1s:\'3n.22\'},5n:{1D:c.1E.12(\'gE\'),1s:\'3n.5n\'},4b:{1D:c.1E.12(\'gA\'),1s:\'3n.4b\'},7t:{1D:c.1E.12(\'gz\'),1s:\'3n.7t\'}}},9F:{1D:c.1E.12(\'9F\'),1s:\'4u.1O\'}}},2f:B(){c.1r.gQ();c.1r.gM();c.1r.gV();if(c.F.3L.1m===0)E;c.$1r=c.1r.gC();c.1r.gT();c.1r.1w();c.1r.gD();c.1r.gK();c.1r.gL();if(c.F.9E){c.$U.on(\'gB.G 2j.G 2u.G\',$.X(c.2p.3L,c))}},gC:B(){E $(\'<2K>\').2t(\'G-1r\').14(\'id\',\'G-1r-\'+c.8c)},gD:B(){$.1z(c.F.1r.2J.1y,$.X(B(i,s){if($.3K(i,c.F.2J)==-1)8t c.F.1r.2J.1y[i]},c))},gK:B(){$.1z(c.F.3L,$.X(B(i,2i){if(!c.F.1r[2i])E;if(c.F.8q===M&&2i===\'1Q\')E 1q;if((c.F.8o===M&&c.F.81===M)&&2i===\'J\')E 1q;C 3k=c.F.1r[2i];c.$1r.1w($(\'<li>\').1w(c.1v.2f(2i,3k)))},c))},1w:B(){if(c.F.9L){c.$1r.2t(\'G-1r-nC\');$(c.F.9L).q(c.$1r)}L{c.$2y.4M(c.$1r)}},gL:B(){if(c.N.5D())E;if(c.F.9L)E;if(!c.F.gS)E;c.1r.cf();$(c.F.6G).on(\'7d.G\',$.X(c.1r.cf,c))},gT:B(){if(c.N.5D()&&c.F.gU){c.$1r.2t(\'G-1r-9C\')}},gV:B(){if(c.F.gR)E;C 5r=c.F.3L.4K(\'q\');if(5r!==-1){c.F.3L.9t(5r,1)}},gQ:B(){if(c.F.c6.1m===0)E;$.1z(c.F.c6,$.X(B(i,s){C 5r=c.F.3L.4K(s);c.F.3L.9t(5r,1)},c))},gM:B(){if(!c.N.5D()||c.F.ca.1m===0)E;$.1z(c.F.ca,$.X(B(i,s){C 5r=c.F.3L.4K(s);c.F.3L.9t(5r,1)},c))},cf:B(){C 3D=$(c.F.6G).3D();C 5T=1;if(c.F.6G===1c){5T=c.$2y.2P().2A}if(3D>5T){c.1r.gN(3D,5T)}L{c.1r.gO()}},gN:B(3D,5T){C 2A=c.F.6Q+3D-5T;C 22=0;C 3E=5T+c.$2y.31()+30;C 2l=c.$2y.9v();c.$1r.2t(\'1r-6R-2y\');c.$1r.1G({3R:\'87\',2l:2l,2A:2A+\'3m\',22:22});c.1r.ii();c.$1r.1G(\'gP\',(3D<3E)?\'hq\':\'6J\')},gO:B(){c.$1r.1G({3R:\'o5\',2l:\'9B\',2A:0,22:0,gP:\'hq\'});c.1r.hX();c.$1r.2H(\'1r-6R-2y\')},ii:B(){C 2A=c.$1r.5p()+c.F.6Q;C 3R=\'6R\';if(c.F.6G!==1c){2A=(c.$1r.5p()+c.$1r.2P().2A)+c.F.6Q;3R=\'87\'}$(\'.G-1y\').1z(B(){$(c).1G({3R:3R,2A:2A+\'3m\'})})},hX:B(){C 2A=(c.$1r.5p()+c.$1r.2P().2A);$(\'.G-1y\').1z(B(){$(c).1G({3R:\'87\',2A:2A+\'3m\'})})}}},1j:B(){E{3u:B(id,2d,2k){c.1j.4H=M;c.1j.2k=2k;c.1j.2d=2d;c.1j.$el=$(id);c.1j.$3N=$(\'<1h id="G-3N" />\');c.1j.$bV=$(\'<1h id="G-3N-2X" />\').1b(\'hY 1Q hZ or \');c.1j.$3o=$(\'<3o 1d="1Q" 1f="1Q" />\');c.1j.$bV.1w(c.1j.$3o);c.1j.$3N.1w(c.1j.$bV);c.1j.$el.1w(c.1j.$3N);c.1j.$3N.3J(\'G.1j\');c.1j.$3o.3J(\'G.1j\');c.1j.$3N.on(\'nX.G.1j\',$.X(c.1j.9W,c));c.1j.$3N.on(\'o4.G.1j\',$.X(c.1j.i2,c));c.1j.$3o.on(\'i0.G.1j\',$.X(B(e){e=e.7g||e;c.1j.a7(c.1j.$3o[0].5F[0],e)},c));c.1j.$3N.on(\'4z.G.1j\',$.X(B(e){e.2m();c.1j.$3N.2H(\'7j-bY\').2t(\'7j-4z\');c.1j.a3(e)},c))},hW:B(1Q,e){c.1j.4H=1q;c.1j.a7(1Q,e)},a3:B(e){e=e.7g||e;C 5F=e.a2.5F;c.1j.a7(5F[0],e)},a7:B(1Q,e){if(c.F.81){c.1j.bX(1Q);c.1j.i9(1Q);E}C 4i=!!3O.aa?1J aa():4c;if(3O.aa){c.1j.bX(1Q);C 1f=(c.1j.1d==\'J\')?c.F.hV:c.F.hR;4i.1w(1f,1Q)}c.55.2B();c.1j.hU(4i,e)},bX:B(1Q){c.1j.hS(1Q);if(c.1j.4H){c.1j.2d=(c.1j.1d==\'J\')?c.F.8o:c.F.8q;c.1j.2k=(c.1j.1d==\'J\')?c.J.1O:c.1Q.1O}},hS:B(1Q){c.1j.1d=\'J\';if(c.F.hT.4K(1Q.1d)==-1){c.1j.1d=\'1Q\'}},8h:B(6D,fd){if(6D===M||1C 6D!==\'4y\')E fd;$.1z(6D,$.X(B(k,v){if(v!==4c&&v.4A().4K(\'#\')===0)v=$(v).2x();fd.1w(k,v)},c));E fd},hU:B(4i,e){if(c.1j.1d==\'J\'){4i=c.1j.8h(c.F.om,4i);4i=c.1j.8h(c.1j.9U,4i)}L{4i=c.1j.8h(c.F.oi,4i);4i=c.1j.8h(c.1j.a6,4i)}C 2z=1J bA();2z.aj(\'oj\',c.1j.2d);2z.i8=$.X(B(){if(2z.bw==4){C 1g=2z.i3;1g=1g.I(/^\\[/,\'\');1g=1g.I(/\\]$/,\'\');C 2w;4p{2w=(1C 1g===\'5V\'?$.i1(1g):1g)}4s(jH){2w={5A:1q}}c.55.3b();if(!c.1j.4H){c.1j.$3N.2H(\'7j-4z\')}c.1j.2k(2w,c.1j.4H,e)}},c);2z.cs(4i)},9W:B(e){e.2m();c.1j.$3N.2t(\'7j-bY\')},i2:B(e){e.2m();c.1j.$3N.2H(\'7j-bY\')},je:B(){c.1j.9U={}},kf:B(1f,1H){c.1j.9U[1f]=1H},km:B(1f){8t c.1j.9U[1f]},kj:B(){c.1j.a6={}},kh:B(1f,1H){c.1j.a6[1f]=1H},jL:B(1f){8t c.1j.a6[1f]},i9:B(1Q){c.1j.ib(1Q,$.X(B(ia){c.1j.i5(1Q,ia)},c))},ib:B(1Q,2k){C 2z=1J bA();C 6o=\'?\';if(c.F.81.3B(/\\?/)!=\'-1\')6o=\'&\';2z.aj(\'kc\',c.F.81+6o+\'1f=\'+1Q.1f+\'&1d=\'+1Q.1d,1q);if(2z.ic)2z.ic(\'1b/jW; jY=x-k0-jT\');C i7=c;2z.i8=B(e){if(c.bw==4&&c.bq==ad){i7.55.2B();2k(jS(c.i3))}L if(c.bw==4&&c.bq!=ad){}};2z.cs()},i6:B(ak,2d){C 2z=1J bA();if("kk"in 2z){2z.aj(ak,2d,1q)}L if(1C i4!="1F"){2z=1J i4();2z.aj(ak,2d)}L{2z=4c}E 2z},i5:B(1Q,2d){C 2z=c.1j.i6(\'k7\',2d);if(!2z){}L{2z.k6=$.X(B(){if(2z.bq==ad){c.55.3b();C ap=2d.4F(\'?\');if(!ap[0]){E M}if(!c.1j.4H){c.1j.$3N.2H(\'7j-4z\')}C 2w={7x:ap[0]};if(c.1j.1d==\'1Q\'){C 3d=ap[0].4F(\'/\');2w.6n=3d[3d.1m-1]}c.1j.2k(2w,c.1j.4H,M)}L{}},c);2z.k5=B(){};2z.1j.k9=B(e){};2z.hQ(\'kb-ko\',1Q.1d);2z.hQ(\'x-jF-ji\',\'jh-jk\');2z.cs(1Q)}}}},N:B(){E{5D:B(){E/(hP|hz|hA|hB)/.6I(9P.9x)},ck:B(){E!/(hP|hz|jg|hA|hB)/.6I(9P.9x)},ja:B(6D){E hC.5e.4A.5U(6D)==\'[4y 5H]\'},4w:B(q,hy){q=q.I(/[\\8f-\\8N\\8V]/g,\'\');q=q.I(/&4W;/gi,\'\');q=q.I(/<\\/?br\\s?\\/?>/g,\'\');q=q.I(/\\s/g,\'\');q=q.I(/^<p>[^\\W\\w\\D\\d]*?<\\/p>$/i,\'\');if(hy!==M){q=q.I(/<[^\\/>][^>]*><\\/[^>]+>/gi,\'\');q=q.I(/<[^\\/>][^>]*><\\/[^>]+>/gi,\'\')}q=$.3a(q);E q===\'\'},aJ:B(5m){if(1C(5m)===\'1F\')E 0;E 6x(5m.I(\'3m\',\'\'),10)},jc:B(6p){if(1C 6p==\'1F\')E;if(6p.3B(/^#/)==-1)E 6p;C hx=/^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;6p=6p.I(hx,B(m,r,g,b){E r+r+g+g+b+b});C as=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.4L(6p);E\'jq(\'+6x(as[1],16)+\', \'+6x(as[2],16)+\', \'+6x(as[3],16)+\')\'},5N:B(el){E $(\'<1h>\').1w($(el).eq(0).ht()).q()},av:B(el){if($.3K(el.1n,c.F.7W)!==-1){E $(el)}L{E $(el).2F(c.F.7W.4A().2L(),c.$U[0])}},5P:B(el,14){C $el=$(el);if(1C $el.14(14)==\'1F\'){E 1q}if($el.14(14)===\'\'){$el.21(14);E 1q}E M},3P:B(i,s){C $s=$(s);$s.1i(\'.G-8s-2Z\').2s(B(){E $(c).1Y()});if($s.1i(\'hr, br, 1B, 5b\').1m!==0)E;C 1b=$.3a($s.1b());if(c.N.4w(1b,M)){$s.1u()}},8I:B(){if(c.N.7k())E;c.hu=c.$U.3D();c.9u=$(3O).3D();if(c.F.8d)c.hv=$(c.F.8d).3D()},ah:B(){if(1C c.8I===\'1F\'&&1C c.9u===\'1F\')E;$(3O).3D(c.9u);c.$U.3D(c.hu);if(c.F.8d)$(c.F.8d).3D(c.hv)},a5:B(){C 2Z=1c.3x(\'1e\');2Z.4n=\'G-8s-2Z\';2Z.3w=c.F.5C;E 2Z},4B:B(O){C 2g=c.F.4G;2g.2S(\'1e\');if(O.1n==\'a8\')2g.2S(\'a\');$(O).1i(2g.2C(\',\')).6s(\'1e.G-K-2N\').1Y().47()},5z:B(O,4B){C 3Q=c;$(O).2s(B(){if(4B===1q)3Q.N.4B(c);E $(c).1Y()})},4t:B(O,R,4B){C 56;C 3Q=c;$(O).2s(B(){56=$(\'<\'+R+\' />\').1w($(c).1Y());2v(C i=0;i<c.44.1m;i++){56.14(c.44[i].1f,c.44[i].1H)}if(4B===1q)3Q.N.4B(56);E 56});E 56},jy:B(){C Q=c.K.48();if(!Q)E M;C 2P=c.1V.cp(Q);E(2P===0)?1q:M},7r:B(){C Q=c.K.48();if(!Q)E M;C 2P=c.1V.cp(Q);C 1b=$.3a($(Q).1b()).I(/\\n\\r\\n/g,\'\');E(2P==1b.1m)?1q:M},6q:B(Q){Q=Q[0]||Q;E Q&&c.N.71(Q.1n)},71:B(R){if(1C R==\'1F\')E M;E c.hw.6I(R)},aq:B(1A,R){C 2G=$(1A).2F(R);if(2G.29()==1){E 2G[0]}E M},7k:B(){E c.ay},hD:B(){c.ay=1q},7K:B(){c.ay=M},4k:B(el){if(!el){E M}if($(el).hE(\'.G-U\').1m===0||$(el).3j(\'G-U\')){E M}E el},52:B(1n){C 1l=c.K.5G();C 1A=c.K.3H();if($.a0(1n)){C c2=0;$.1z(1n,$.X(B(i,s){if(c.N.bR(1A,1l,s)){c2++}},c));E(c2===0)?M:1q}L{E c.N.bR(1A,1l,1n)}},bR:B(1A,1l,1n){E 1l&&1l.1n===1n?1l:1A&&1A.1n===1n?1A:M},j9:B(){E(c.N.25(\'2I\')&&6x(c.N.25(\'9I\'),10)<9)?1q:M},jj:B(){E(c.N.25(\'2I\')&&6x(c.N.25(\'9I\'),10)<10)?1q:M},hL:B(){E!!9P.9x.2c(/mh\\/7\\./)},25:B(25){C 4D=9P.9x.2L();C 2c=/(hN)[\\/]([\\w.]+)/.4L(4D)||/(hM)[ \\/]([\\w.]+)/.4L(4D)||/(6B)[ \\/]([\\w.]+).*(lH)[ \\/]([\\w.]+)/.4L(4D)||/(6B)[ \\/]([\\w.]+)/.4L(4D)||/(lG)(?:.*9I|)[ \\/]([\\w.]+)/.4L(4D)||/(2I) ([\\w.]+)/.4L(4D)||4D.4K("kp")>=0&&/(bP)(?::| )([\\w.]+)/.4L(4D)||4D.4K("lD")<0&&/(6Y)(?:.*? bP:([\\w.]+)|)/.4L(4D)||[];if(25==\'9I\')E 2c[2];if(25==\'6B\')E(2c[1]==\'hM\'||2c[1]==\'6B\');if(2c[1]==\'bP\')E 25==\'2I\';if(2c[1]==\'hN\')E 25==\'6B\';E 25==2c[1]}}}};3l.5e.3u.5e=3l.5e;$.3l.fn.c8=B(bU,7M,79,6L,7h,7f){C hO=\'((?:7s[s]?:\\\\/\\\\/(?:9b\\\\.)?|9b\\\\.){1}(?:[0-9A-6e-z\\\\-%5y]+\\\\.)+[a-lC-Z]{2,}(?::[0-9]+)?(?:(?:/[0-9A-6e-z\\\\-\\\\.%\\+5y]*)+)?(?:\\\\?(?:[0-9A-6e-z\\\\-\\\\.%5y]+(?:=[0-9A-6e-z\\\\-\\\\.%5y\\\\+]*)?)?(?:&(?:[0-9A-6e-z\\\\-\\\\.%5y]+(?:=[0-9A-6e-z\\\\-\\\\.%5y\\\\+]*)?)?)*)?(?:#[0-9A-6e-z\\\\-\\\\.%5y\\\\+=\\\\?&;]*)?)\';C 76=1J 1T(hO,\'gi\');C hI=/(6l?|aw):\\/\\//i;C aZ=/(6l?:\\/\\/.*\\.(?:hK|lr|hJ|hF))/gi;C ar=(c.$U?c.$U[0]:c).ar,i=ar.1m;4R(i--){C n=ar[i];if(n.9f===3){C q=n.8W;if(7h&&q){C cA=\'<5b 2l="m9" 31="m7" 4a="\',bh=\'" mc="0" m3></5b>\';if(q.2c(cI)){q=q.I(cI,cA+\'//9b.hG.94/7i/$1\'+bh);$(n).3s(q).1u()}L if(q.2c(cC)){q=q.I(cC,cA+\'//lX.hH.94/63/$2\'+bh);$(n).3s(q).1u()}}if(6L&&q&&q.2c(aZ)){q=q.I(aZ,\'<1B 4a="$1" />\');$(n).3s(q).1u();E}if(q.3B(/\\$/g)!=-1)q=q.I(/\\$/g,\'&#36;\');C 4h=q.2c(76);if(79&&q&&4h){C 23=4h.1m;2v(C z=0;z<23;z++){if(4h[z].2c(/\\.$/)!==4c)4h[z]=4h[z].I(/\\.$/,\'\');C 28=4h[z];C 1b=28;C 2Z=\'\';if(28.2c(/\\s$/)!==4c)2Z=\' \';C aT=bU+\'://\';if(28.2c(hI)!==4c)aT=\'\';if(1b.1m>7f)1b=1b.aC(0,7f)+\'...\';1b=1b.I(/&#36;/g,\'$\').I(/&/g,\'&ba;\').I(/</g,\'&lt;\').I(/>/g,\'&gt;\');q=q.I(28,\'<a 28=\\"\'+aT+$.3a(28)+\'\\">\'+$.3a(1b)+\'</a>\'+2Z)}$(n).3s(q).1u()}}L if(n.9f===1&&!/^(a|1v|2D)$/i.6I(n.1n)){$.3l.fn.c8.5U(n,bU,7M,79,6L,7h,7f)}}}})(mH);',62,1529,'||||||||||||this||||||||||||||html|||||||||||function|var||return|opts|redactor||replace|image|selection|else|false|utils|node||block|tag||link|editor|modal||proxy|range||||get||attr||||||code|text|document|type|span|name|data|div|find|upload|key|parent|length|tagName|clean|style|true|toolbar|func|keydown|remove|button|append|tidy|dropdown|each|current|img|typeof|title|lang|undefined|css|value|class|new|linebreaks|set|target|blockquote|insert|blocks|file|sync|core|RegExp|nodes|caret|inline|formatted|contents|buffer||removeAttr|left|len||browser|btn||href|size|out|click|match|url|next|build|tags|settings|btnName|keyup|callback|width|preventDefault|setCallback|paragraphize|observe|body|tabifier|replaceWith|addClass|focus|for|json|val|box|xhr|top|show|join|textarea|load|closest|element|removeClass|msie|formatting|ul|toLowerCase|toggle|marker|sel|offset|restore|save|push|pre|pos|list|start|placeholder|format|space||height|||||||||trim|hide|tooltip|arr|label|indent|setStart|item|keyCode|hasClass|btnObject|Redactor|px|alignment|input|font|last|setTimeout|after|imageBox|init|verified|innerHTML|createElement|autosave|first|point|search|rel|scrollTop|end|option|options|getCurrent|td|off|inArray|buttons|re|droparea|window|removeEmpty|self|position|ctrl|setEnd|section|execCommand|margin|del|italic|insertNode||close|getBlocks|bold|attributes|||unwrap|getBlock|clearUnverified|src|right|null|children|command|wrapper|resize|matches|formData|blockElem|isRedactorParent|resizeHandle|modalBox|className|htmls|try|cmd|orgn|catch|replaceToTag|line|table|isEmpty|keys|object|drop|toString|removeInlineTags|elem|ua|arrow|split|inlineTags|direct|deniedTags|align|indexOf|exec|prepend|deleteContents|allowedTags|substr|cont|while|LI|addRange|collapse|underline|nbsp|replaceStyles|replaceTags|script||toggleType|isCurrentOrParent|allowedAttr|removeDataAttr|progress|replacement|attributesRemove|collapsed||allowed|iframe|orderedlist|strong|prototype|meta|editter|tmp|lastNode|frag|paste|tab|str|center|isFunction|innerHeight|methods|index|wrap|unorderedlist|pasteBox|module|marginTop|deleted|_|replaceWithContents|error|containerTag|invisibleSpace|isMobile|params|files|getParent|String|templateName|form|shortcuts|charAt|num|getOuterHtml|setAfter|removeEmptyAttr|node1|BR|prev|boxTop|call|string|none|th|child|getEvent|||touchstart|video|metaKey|||figure|getSelection|getMarker|instance|visual|shiftKey|removeWithoutAttr|Za|Insert|removeComments|shift|tr|preSpaces|unlink|https|ENTER|filename|mark|hex|isBlock|hideResize|not|blocksSize|getTabs|BACKSPACE|rtePaste|parseInt|TD|weight|alt|webkit|figcaption|obj|replaceDivs|blank|toolbarFixedTarget|select|test|hidden|outdent|convertImageLinks|modalOverlay|dropact|setVerified|contenteditable|toolbarFixedTopOffset|fixed|action|decoration|getRangeAt|focn|endRange|listParent|mozilla|break|_blank|isBlockTag|tmpList||possible|extend|regex|float|SPAN|convertUrlLinks|modif|sub|getNodes|scroll|sup|linkSize|originalEvent|convertVideoLinks|embed|drag|isSelectAll|emptyHtml|modalClose|apply|counter|strike|OL|isEndOfElement|http|justify|tabindex|autosaveInterval|appendChild|filelink|Array|cleanlevel|linkProtocol|Delete|getMarkerAsHtml|modalHeader|attrs|replaced|node2|UL|cloneRange|newLevel|disableSelectAll|Add|convertLinks|exceptTags|case|plugins|singleLine|modalFooter|DELETE|rangeCount|DIV|tagout|alignmentTags|icon|ctrlKey|blockLevelElements|rebuffer|s3|onPaste|imageFloatMargin|imageMargin|inserted|classSize|absolute|linkmarker|small|active|focusNode|uuid|scrollTarget|setActive|u200B|resizer|getHiddenFields|addEvent|tmpLi|display|items|100|targetTouches|imageUpload|edit|fileUpload|imageResizer|invisible|delete|act|inputUrl|keyPosition|audio|Header|param|isRemoveInline|disabled|setMode|tagblock|insertBreakLine|which|insertDblBreakLine|character|saveScroll|cite|tabber|specialKey|pageY|u200D|images|prop|checked|marginBottom|marginLeft|marginRight|toggleClass|uFEFF|nodeValue|special|isTextarea|removeMarkers|||onClick|minHeight|com|formatListToBlockquote|||||indentValue|www|codeLength|hideAll|maxHeight|nodeType|placeTag|source|z0|property|imageFloat|header|modalBody|methodVal|parentEl|undo|parHtml|enable|caretPositionFromPoint|splice|saveBodyScroll|innerWidth|samp|userAgent|kbd|isContainerTable||auto|overflow|callbacks|activeButtons|horizontalrule|startNode|bind|version|matchContainers|createTextNode|toolbarExternal|classname|blur|onPasteTidy|navigator|fixEmptyIndent|cloned|formatblock|BLOCKQUOTE|imageFields|insertInIe|onDrag|wrapperHtml|safes|preCaretRange|isArray|moveToPoint|dataTransfer|onDrop|caretRangeFromPoint|createSpaceElement|fileFields|traverseFile|PRE|createTextRange|FormData|endNode|inlines|200|selectElement|selectNodeContents|removeAllRanges|restoreScroll|windowHeight|open|method|the|modules|blockHtml|replaceParagraphsToBr|s3file|isTag|childNodes|result|tabAsSpaces|formatWrap|getAlignmentElement|ftp|getPlainText|selectAll|showOnDesktop|setOffset|RedactorPlugins|substring|normalizeLists|decrease|increase|getNodesMarker|htmlIe|enterKey|normalize|createDocumentFragment|Table|Row|setNodesMarker|firstChild|elements|setMarker|extra|address|addProtocol|BODY|commentsMatches|removeFormat|finalNodes|imageResizable|urlImage|footer|closeTooltip|createRange|TH|setFormat|curLang|container|TAB|imageDelete|parentNode|amp|firstFound|replaceToParagraph|nodeToCaretPositionFromPoint||getInlines|isP|iframeEnd|Column|formatTableWrapping|before|onSync|appendTo|link_insert|autosaveName|showOnMobile|status||clearUnverifiedRemove|headers|getModuleMethods|encodeEntities|readyState|autosaveOnChange|setBefore|getTextFromHtml|XMLHttpRequest|verifiedTags|convertInline|clickedElement|createActionButton|createButton|showCode|getOffset|allowedAttrTags|allowedAttrData|quote|saveFormTags|createCancelButton|add|syncCode|rv|listTag|isCurrentOrParentOne|br2|link_new_tab|protocol|placeholdler|br1|setConfig|hover|headTag|x200b|setAfterOrBefore|matched|addCallback|count|attrAllowed|buttonsHide|tagsEmpty|formatLinkify|success|buttonsHideOnMobile|insertBreakLineProcessing|dfn|par|isOrderedCmdUnordered|observeScroll|isUnorderedCmdOrdered|buttonsSize|rTags|tbody|isDesktop|direction|Link|thead|tfoot|getOffsetOfElement|closeHandler|ESC|send|formattingAdd|hotkeysShiftNums|SPACE|dropdownWidth|221|219|content|iframeStart|dropdownObject|reUrlVimeo|redo|mailto|redactorImageLink|IMG|pattern|reUrlYoutube|contOwnLine|removeSpaces|finish|inputText|suffix|cleanTag|links|fonts|ownLine|activeButtonsStates|imageDisplay|mousedown|currentEl|ALT|SHIFT|keydownStop|altKey|CTRL|Function|dbl|META|removeEmptyListInTable|setupBuffer|stopPropagation|removeInvisibleSpace|ie11PasteFrag|checkKeyEvents|replaceDivToParagraph|replaceDivToBreakLine|onTab||checkEvents|onShiftEnter|u00a0|addArrowsEvent|scope|tabFocus|isExceptLastOrFirst||keyupStop|cleanStyleOnEnter|onArrowDown|insertAfterLastElement|insertNewLine|DOWN|LEFT_WIN||args|exitFromBlockquote|langs|formatEmpty|stop|insertParagraph|setupSelectAll|removeData|onPasteExtra|cleanSpaces|mso|Mso|internal|filter|setMultiple|all|commonAncestorContainer|onPasteWord|H6|FIGCAPTION|pastePlainText|Apple|H1|H2|H5|H4|H3|setCollapsed|onPasteRemoveEmpty|bindModuleMethods|setText|setBlocks|getOnlyImages|quot|loadModules|replaceDivsToBr|newTag|removeDirtyStyles|getPreCode|savePreCode|isSingleLine|onPasteIeFixLinks|onPasteRemoveSpans|formatTags|matchBlocks|matchIMG|matchBR|callbackName|nofollow|linkNofollow|fromElement|fromTextarea|loadEditor||||enableEditor|createTextarea||insertAfter|setOptions|callEditor|setCodeAndCall|loadContent|getTextareaName|setRedo|setUndo|empty|pop|getUndo|createContainerBox|run|getRedo|dir|setEvents|foco|orgo|beforekey|endContainer|endOffset|chars|formatBlockquote|walker|afterkey|createTooltip|codeKeydownCallback|dragFileUpload|dragImageUpload|codeKeyupCallback|focusCallback|disableMozillaEditing|focusEnd|setHelpers|loadOptions|restoreFormTags|||||||||||increaseBlocks|increaseLists||Right|Image|increaseText|decreaseLists|subscript|superscript|decreaseBlocks|15px|editerWidth||stopResize|ratio|moveResize|inside|fixImageSourceAfterDrop|showEdit|opacity|loadEditableControls|formatCollapsed|formatMultiple|List|execHtml|blocksMatch|offsetNode|duplicate|EndToEnd|setEndPoint|Color|htmlFixMozilla|setStartAfter|_this|through|strikethrough|formatRemoveSameChildren|formatConvert|Head|Left|switch|startResize|pageX|modified|showVisual|setInactiveInCode|Code|indenting|setActiveInVisual|selectionStart|textareaIndenting|setInactive|setSelectionRange|choose|onSet|Edit|shortcutsAdd|startSync|to|Center|Align|onChange|Video|selectionEnd|imagePosition|imageLink|buttonSave|floatValue|floating||imageEditable|setFloating|update|buttonDelete|_delete|clearInterval|destroy|event|one|mouseover||700|isFocused|mouseout|ie11FixInserting|getSafes|align_justify|align_right|mouseup|createContainer|setFormattingTags|align_center|align_left|header2|header3|header4|header5|loadButtons|setFixed|hideButtonsOnMobile|observeScrollEnable|observeScrollDisable|visibility|hideButtons|buttonSource|toolbarFixed|setOverflow|toolbarOverflow|isButtonSourceNeeded|header1|paragraph|hotkeysSpecialKeys|origHandler|arguments|||||||area|handler|savedSel|getLastBlock|lastBlock|removeNodesMarkers|createMarkers|head|fieldset|removeTags|removeAttrGetRemoves|removeParagraphsInLists|removeAttrs|removeFromDenied|addToAllowed|map|lineBefore|lineAfter|setupAllowed|visible||lastFound|clone|saveEditorScroll|saveTargetScroll|reIsBlock|shorthandRegex|removeEmptyTags|iPod|BlackBerry|Android|Object|enableSelectAll|parents|gif|youtube|vimeo|rProtocol|jpeg|png|isIe11|chrome|opr|urlCheck|iPhone|setRequestHeader|fileUploadParam|getType|imageTypes|sendData|imageUploadParam|directUpload|unsetDropdownsFixed|Drop|here|change|parseJSON|onDragLeave|responseText|XDomainRequest|s3uploadToS3|s3createCORSRequest|that|onreadystatechange|s3uploadFile|signedURL|s3executeOnSignedUrl|overrideMimeType|||||fadeOut|setDropdownsFixed|aLink|activeElement|insertHTML|aEdit||aUnlink|template|article|aside||getTooltipPosition|showTooltip|bodyOveflow|disableEvents|enableEvents|setInactiveAll|windowWidth|insertInOthersBrowsers|setEditable|setFocus|checkbox|re2|location|thref|getData|clear|replaceBreaksToParagraphs|replaceBreaksToNewLines|restoreSafes|cleanUrl|imageEdit|image_position|URL|outerHTML|getSafesComments|buttonInsert|loadTemplates|buildOverlay|linkTooltip|createPasteBox|createDeleteButton|getTemplate|handle|cleanOnPaste|cancel|setEnter|freeze|setDraggable|draggable|setButtonsWidth|setTitle|setContent|isOldIe|isString|nextNode|hexToRgb|u2026|clearImageFields|copy|iPad|public|acl|isLessIe10|read|addTemplate|TEXTAREA|addTab|hellip|createTabber|rgb|insertedLink|setData|toggleData|createLink|trade|xn|u00a9|isStartOfElement|u2122|setAttr|setClass|clientX|setToPoint|set2|amz|toggleAttr|err|Infinity|SHOW_TEXT|setEndAfter|removeFileFields|changeIcon|removeIcon|returnValue|outerHeight|enableInlineTableEditing|setStartBefore|decodeURIComponent|defined|setAwesome|addBefore|plain|20px|charset|addAfter|user|addDropdown|addFirst|enableObjectResizing|host|onerror|onload|PUT|Plugin|onprogress|NodeFilter|Content|GET|blurCallback|createTreeWalker|addImageFields|focusin|addFileFields|setEndBefore|clearFileFields|withCredentials|getModal|removeImageFields|modalOpened|Type|trident|Unordered|Back|Ordered|Outdent|Cancel|Indent|backcolor|Font|Quote|Normal|Bold|Italic|fontcolor|Save|insert_table|delete_table|delete_row|rows|Rows|columns|delete_column|insert_column_right|Above|insert_row_above|insert_row_below|Below|insert_column_left|Formatting|Unlink|10px|ltr|uploadImageField|applet|aligncenter|alignleft|VERSION|such|strict|use|youtu|slice|No|alignright|ins|ASIDE|FOOTER|ARTICLE|HTML|link_edit|HEADER|SECTION|DT|DL|DD||OUTPUT|ADDRESS|Columns|add_head|optional|Name|600|LEFT|jpg|merge||Alignment|Underline|Deleted|Rule|anchor|Anchor|Open|getOwnPropertyNames|zA|compatible|disable|u2014|opera|safari|autosaveError|encodeURIComponent|1000|setInterval|ajax|post|escape|Horizontal|Justify|Email|Text|web|video_html_code|Embed|Web|player|Title|delete_head|Position|None|image_web_link|allowfullscreen|Youtube|Or|or_choose|281|drop_file_here|500|Choose|Download|frameborder|Vimeo|File|Upload|download|Trident|getCoords|up|dropdownShown|222|dropdownShow|home|hasOwnProperty|Key|fromCharCode|220|192|fileUploadError|188|187|mdash|189|191|dropdownHide|190|frame|noscript|capslock|105|frameset|pause|jQuery|backspace|menu|summary|getObject|getEditor|getToolbar|Callback|pagedown|getTextarea|getElement|getBox|pageup|186|173|114|113|101|round|Math|touchend|116|115|112|111|106|103|104|107|109|110|102|touchmove|mousemove|f12|123|f11|144|numlock|down||705|145|122|f10|dragstart|117|imageUploadError|118|119|121|120|cloneContents|esc|pasteHTML|stripTags|startContainer|external|unselectable|MsoListParagraphCxSpMiddle|addButton|MsoListParagraphCxSpFirst|pasteBefore|9999px|getOnlyLinksAndImages|bmso|innerText|textContent|shapes|WordDocument|MsoListParagraphCxSpLast|MsoListParagraph|times|fake|overlay|guid|docs|sid|dragover|colspan|rowspan|removePhp|modalClosed|toggleActive|fast|dragleave|relative|1500|bull|fromPoint|legend|enter|htmlWithoutClean|specified|nav|cursor||nodeToPoint|hgroup|uploadFileFields|POST|converted||uploadImageFields||fadeIn|cssText|dash||move|u2010|getHtml|toggleStyle|extractContents|clientY|getText|details|removeStyleRule|syncBefore|context|math|removeStyle'.split('|'),0,{}))
@@ -1,827 +1,930 @@
1
- .redactor_box {
2
- position: relative;
3
- overflow: visible;
4
- border: 1px solid #ddd;
5
- background-color: #fff;
1
+ /*
2
+ Icon font
3
+ */
4
+ @font-face {
5
+ font-family: 'RedactorFont';
6
+ src: url('redactor-font.eot');
6
7
  }
7
-
8
- body .redactor_air {
9
- position: absolute;
10
- z-index: 2;
8
+ @font-face {
9
+ font-family: 'RedactorFont';
10
+ src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+ /*
15
+ Box
16
+ */
17
+ .redactor-box {
18
+ position: relative;
19
+ overflow: visible;
20
+ margin-bottom: 24px;
21
+ }
22
+ .redactor-box iframe,
23
+ .redactor-box textarea {
24
+ display: block;
25
+ position: relative;
26
+ margin: 0;
27
+ padding: 0;
28
+ width: 100%;
29
+ }
30
+ .redactor-box iframe {
31
+ border: 1px solid #eee;
32
+ }
33
+ .redactor-box textarea {
34
+ overflow: auto;
35
+ outline: none;
36
+ border: none;
37
+ background-color: #111;
38
+ box-shadow: none;
39
+ color: #ccc;
40
+ font-size: 13px;
41
+ font-family: Menlo, Monaco, monospace, sans-serif;
42
+ resize: none;
43
+ }
44
+ .redactor-box textarea:focus {
45
+ outline: none;
46
+ }
47
+ /*
48
+ Z-index setup
49
+ */
50
+ .redactor-editor,
51
+ .redactor-box {
52
+ background: #fff;
53
+ }
54
+ .redactor-editor,
55
+ .redactor-box,
56
+ .redactor-box textarea {
57
+ z-index: auto !important;
58
+ }
59
+ .redactor-box-fullscreen {
60
+ z-index: 1052 !important;
61
+ }
62
+ .redactor-toolbar,
63
+ .redactor-dropdown {
64
+ z-index: 1053 !important;
65
+ }
66
+ #redactor-modal-overlay,
67
+ #redactor-modal-box,
68
+ #redactor-modal {
69
+ z-index: 1054 !important;
70
+ }
71
+ /*
72
+ Resize
73
+ */
74
+ .redactor-resize {
75
+ background: #f4f4f4;
76
+ padding: 4px 0 3px 0;
77
+ cursor: move;
78
+ border: 1px solid #e3e3e3;
79
+ border-top: none;
80
+ }
81
+ .redactor-resize div {
82
+ width: 30px;
83
+ margin: auto;
84
+ border-top: 1px solid #bbb;
85
+ border-bottom: 1px solid #fff;
11
86
  }
12
-
13
87
  /*
14
88
  Fullscreen
15
89
  */
16
- body .redactor_box_fullscreen {
17
- position: fixed;
18
- top: 0;
19
- left: 0;
20
- z-index: 1000000;
21
- overflow: hidden;
22
- width: 100%;
90
+ body .redactor-box-fullscreen {
91
+ position: fixed;
92
+ top: 0;
93
+ left: 0;
94
+ width: 100%;
23
95
  }
24
-
25
- .redactor_box iframe {
26
- display: block;
27
- margin: 0;
28
- padding: 0;
96
+ /*
97
+ Utils
98
+ */
99
+ .body-hidden {
100
+ overflow: hidden;
29
101
  }
30
-
31
- .redactor-link-tooltip {
32
- position: absolute;
33
- z-index: 3000;
34
- padding: 10px;
35
- line-height: 1;
36
- display: inline-block;
37
- background-color: #000;
38
- color: #555 !important;
102
+ /*
103
+ Editor
104
+ */
105
+ .redactor-editor {
106
+ position: relative;
107
+ overflow: auto;
108
+ margin: 0 !important;
109
+ padding: 20px;
110
+ outline: none;
111
+ white-space: normal;
112
+ border: 1px solid #eee;
113
+ font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
114
+ font-size: 14px;
115
+ line-height: 1.6em;
116
+ }
117
+ .redactor-editor:focus {
118
+ outline: none;
39
119
  }
40
- .redactor-link-tooltip,
41
- .redactor-link-tooltip a {
42
- font-size: 12px;
43
- font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
120
+ /*
121
+ Placeholder
122
+ */
123
+ .redactor-placeholder {
124
+ position: relative;
125
+ }
126
+ .redactor-placeholder:after {
127
+ position: absolute;
128
+ top: 20px;
129
+ left: 20px;
130
+ content: attr(placeholder);
131
+ color: #999 !important;
132
+ font-weight: normal !important;
133
+ }
134
+ /* Placeholder in linebreaks mode */
135
+ .redactor-linebreaks.redactor-placeholder:after {
136
+ top: 20px;
137
+ left: 20px;
44
138
  }
45
- .redactor-link-tooltip a {
46
- color: #ccc;
47
- margin: 0 5px;
48
- text-decoration: none;
139
+ /*
140
+ Toolbar
141
+ */
142
+ .redactor-toolbar {
143
+ position: relative;
144
+ top: 0;
145
+ left: 0;
146
+ margin: 0 !important;
147
+ padding: 0 !important;
148
+ list-style: none !important;
149
+ font-size: 14px !important;
150
+ line-height: 1 !important;
151
+ background: #fff;
152
+ border: none;
153
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
154
+ }
155
+ .redactor-toolbar:after {
156
+ content: "";
157
+ display: table;
158
+ clear: both;
159
+ }
160
+ .redactor-toolbar.redactor-toolbar-overflow {
161
+ overflow-y: auto;
162
+ height: 29px;
163
+ white-space: nowrap;
164
+ }
165
+ .redactor-toolbar.redactor-toolbar-external {
166
+ z-index: 999;
167
+ box-shadow: none;
168
+ border: 1px solid rgba(0, 0, 0, 0.1);
169
+ }
170
+ .redactor-toolbar li {
171
+ vertical-align: top;
172
+ display: inline-block;
173
+ margin: 0 !important;
174
+ padding: 0 !important;
175
+ outline: none;
176
+ list-style: none !important;
177
+ -webkit-box-sizing: content-box;
178
+ -moz-box-sizing: content-box;
179
+ box-sizing: content-box;
180
+ }
181
+ .redactor-toolbar li a {
182
+ display: block;
183
+ color: #333;
184
+ text-align: center;
185
+ padding: 9px 10px;
186
+ outline: none;
187
+ border: none;
188
+ text-decoration: none;
189
+ cursor: pointer;
190
+ zoom: 1;
191
+ -webkit-box-sizing: content-box;
192
+ -moz-box-sizing: content-box;
193
+ box-sizing: content-box;
194
+ }
195
+ .redactor-toolbar li a:hover {
196
+ outline: none;
197
+ background-color: #1f78d8;
198
+ color: #fff;
199
+ }
200
+ .redactor-toolbar li a:hover i:before {
201
+ color: #fff;
202
+ }
203
+ .redactor-toolbar li a:active,
204
+ .redactor-toolbar li a.redactor-act {
205
+ outline: none;
206
+ background-color: #ccc;
207
+ color: #444;
208
+ }
209
+ .redactor-toolbar li a.redactor-btn-image {
210
+ width: 14px;
211
+ height: 14px;
212
+ background-position: center center;
213
+ background-repeat: no-repeat;
214
+ }
215
+ .redactor-toolbar li a.fa-redactor-btn {
216
+ display: inline-block;
217
+ padding: 9px 10px 8px 10px;
218
+ line-height: 1;
219
+ }
220
+ .redactor-toolbar li a.redactor-button-disabled {
221
+ filter: alpha(opacity=30);
222
+ -moz-opacity: 0.3;
223
+ opacity: 0.3;
224
+ }
225
+ .redactor-toolbar li a.redactor-button-disabled:hover {
226
+ color: #333;
227
+ outline: none;
228
+ background-color: transparent !important;
229
+ cursor: default;
49
230
  }
50
- .redactor-link-tooltip a:hover {
51
- color: #fff;
231
+ /*
232
+ Icons
233
+ */
234
+ .re-icon {
235
+ font-family: 'RedactorFont';
236
+ speak: none;
237
+ font-style: normal;
238
+ font-weight: normal;
239
+ font-variant: normal;
240
+ text-transform: none;
241
+ line-height: 1;
242
+ -webkit-font-smoothing: antialiased;
243
+ -moz-osx-font-smoothing: grayscale;
52
244
  }
53
-
54
- .redactor_box textarea, .redactor_box textarea:focus {
55
- position: relative;
56
- z-index: 1004;
57
- display: block;
58
- overflow: auto;
59
- margin: 0;
60
- padding: 0;
61
- width: 100%;
62
- outline: none;
63
- outline: none;
64
- border: none;
65
- background-color: #222;
66
- box-shadow: none;
67
- color: #ccc;
68
- font-size: 13px;
69
- font-family: Menlo, Monaco, monospace, sans-serif;
70
- resize: none;
245
+ .re-icon i:before {
246
+ position: relative;
247
+ font-size: 14px;
71
248
  }
72
-
73
- .redactor_editor,
74
- .redactor_editor:focus,
75
- .redactor_editor div,
76
- .redactor_editor p,
77
- .redactor_editor ul,
78
- .redactor_editor ol,
79
- .redactor_editor table,
80
- .redactor_editor dl,
81
- .redactor_editor blockquote,
82
- .redactor_editor pre,
83
- .redactor_editor h1,
84
- .redactor_editor h2,
85
- .redactor_editor h3,
86
- .redactor_editor h4,
87
- .redactor_editor h5,
88
- .redactor_editor h6 {
89
- font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
249
+ .re-video:before {
250
+ content: "\e600";
90
251
  }
91
-
92
- .redactor_editor code,
93
- .redactor_editor pre {
94
- font-family: Menlo, Monaco, monospace, sans-serif !important;
252
+ .re-unorderedlist:before {
253
+ content: "\e601";
95
254
  }
96
-
97
- .redactor_editor,
98
- .redactor_editor:focus,
99
- .redactor_editor div,
100
- .redactor_editor p,
101
- .redactor_editor ul,
102
- .redactor_editor ol,
103
- .redactor_editor table,
104
- .redactor_editor dl,
105
- .redactor_editor blockquote,
106
- .redactor_editor pre {
107
- font-size: 15px;
108
- line-height: 1.5rem;
255
+ .re-undo:before {
256
+ content: "\e602";
109
257
  }
110
-
111
- .redactor_editor,
112
- .redactor_editor:focus {
113
- position: relative;
114
- overflow: auto;
115
- margin: 0 !important;
116
- padding: 10px;
117
- padding-bottom: 5px;
118
- outline: none;
119
- background: none;
120
- background: #fff !important;
121
- box-shadow: none !important;
122
- white-space: normal;
123
- }
124
- .redactor_editor a {
125
- color: #15c !important;
126
- text-decoration: underline !important;
258
+ .re-underline:before {
259
+ content: "\e603";
127
260
  }
128
-
129
- .redactor_editor .redactor_placeholder {
130
- color: #999 !important;
131
- display: block !important;
132
- margin-bottom: 10px !important;
261
+ .re-textdirection:before {
262
+ content: "\e604";
133
263
  }
134
-
135
- .redactor_editor object,
136
- .redactor_editor embed,
137
- .redactor_editor video,
138
- .redactor_editor img {
139
- max-width: 100%;
140
- width: auto;
264
+ .re-fontcolor:before {
265
+ content: "\e605";
141
266
  }
142
- .redactor_editor video,
143
- .redactor_editor img {
144
- height: auto;
267
+ .re-table:before {
268
+ content: "\e606";
145
269
  }
146
-
147
- .redactor_editor div,
148
- .redactor_editor p,
149
- .redactor_editor ul,
150
- .redactor_editor ol,
151
- .redactor_editor table,
152
- .redactor_editor dl,
153
- .redactor_editor blockquote,
154
- .redactor_editor pre {
155
- margin: 0;
156
- margin-bottom: 10px !important;
157
- border: none;
158
- background: none !important;
159
- box-shadow: none !important;
160
- }
161
- .redactor_editor iframe,
162
- .redactor_editor object,
163
- .redactor_editor hr {
164
- margin-bottom: 15px !important;
165
- }
166
- .redactor_editor blockquote {
167
- margin-left: 1.5em !important;
168
- padding-left: 0 !important;
169
- color: #777;
170
- font-style: italic !important;
171
- }
172
- .redactor_editor ul,
173
- .redactor_editor ol {
174
- padding-left: 2em !important;
175
- }
176
- .redactor_editor ul ul,
177
- .redactor_editor ol ol,
178
- .redactor_editor ul ol,
179
- .redactor_editor ol ul {
180
- margin: 2px !important;
181
- padding: 0 !important;
182
- padding-left: 2em !important;
183
- border: none;
184
- }
185
- .redactor_editor dl dt { font-weight: bold; }
186
- .redactor_editor dd { margin-left: 1em;}
187
-
188
- .redactor_editor table {
189
- border-collapse: collapse;
190
- font-size: 1em !important;
191
- }
192
- .redactor_editor table td {
193
- padding: 5px !important;
194
- border: 1px solid #ddd;
195
- vertical-align: top;
196
- }
197
- .redactor_editor table thead td {
198
- border-bottom: 2px solid #000 !important;
199
- font-weight: bold !important;
200
- }
201
- .redactor_editor code {
202
- background-color: #d8d7d7 !important;
203
- }
204
- .redactor_editor pre {
205
- overflow: auto;
206
- padding: 1em !important;
207
- border: 1px solid #ddd !important;
208
- border-radius: 3px !important;
209
- background: #f8f8f8 !important;
210
- white-space: pre;
211
- font-size: 90% !important;
212
- }
213
- .redactor_editor hr {
214
- display: block;
215
- height: 1px;
216
- border: 0;
217
- border-top: 1px solid #ccc;
270
+ .re-redo:before {
271
+ content: "\e607";
218
272
  }
219
- .redactor_editor h1,
220
- .redactor_editor h2,
221
- .redactor_editor h3,
222
- .redactor_editor h4,
223
- .redactor_editor h5,
224
- .redactor_editor h6 {
225
- margin-top: 0 !important;
226
- margin-right: 0 !important;
227
- margin-left: 0;
228
- padding: 0 !important;
229
- background: none;
230
- color: #000;
231
- font-weight: bold;
273
+ .re-quote:before {
274
+ content: "\e608";
232
275
  }
233
-
234
- .redactor_editor h1 {
235
- margin-bottom: 10px;
236
- font-size: 36px !important;
237
- line-height: 40px !important;
238
- }
239
- .redactor_editor h2 {
240
- margin-bottom: 10px;
241
- font-size: 30px !important;
242
- line-height: 38px !important;
243
- }
244
- .redactor_editor h3 {
245
- margin-bottom: 10px;
246
- font-size: 24px !important;
247
- line-height: 30px;
248
- }
249
- .redactor_editor h4 {
250
- margin-bottom: 10px;
251
- font-size: 18px !important;
252
- line-height: 24px !important;
253
- }
254
- .redactor_editor h5 {
255
- margin-bottom: 10px;
256
- font-size: 1em !important;
276
+ .re-outdent:before {
277
+ content: "\e609";
257
278
  }
258
-
259
- .redactor_editor.redactor_editor_wym {
260
- padding: 10px 7px 0 7px !important;
261
- background: #f6f6f6 !important;
262
- }
263
- .redactor_editor_wym div,
264
- .redactor_editor_wym p,
265
- .redactor_editor_wym ul,
266
- .redactor_editor_wym ol,
267
- .redactor_editor_wym table,
268
- .redactor_editor_wym dl,
269
- .redactor_editor_wym pre,
270
- .redactor_editor_wym h1,
271
- .redactor_editor_wym h2,
272
- .redactor_editor_wym h3,
273
- .redactor_editor_wym h4,
274
- .redactor_editor_wym h5,
275
- .redactor_editor_wym h6,
276
- .redactor_editor_wym blockquote {
277
- margin: 0 0 5px 0;
278
- padding: 10px !important;
279
- border: 1px solid #e4e4e4 !important;
280
- background-color: #fff !important;
281
- }
282
- .redactor_editor_wym blockquote:before {
283
- content: '';
284
- }
285
- .redactor_editor_wym div {
286
- border: 1px dotted #aaa !important;
287
- }
288
- .redactor_editor_wym pre {
289
- border: 2px dashed #e4e4e4 !important;
290
- background-color: #f8f8f8 !important;
291
- }
292
- .redactor_editor_wym ul,
293
- .redactor_editor_wym ol {
294
- padding-left: 2em !important;
295
- }
296
- .redactor_editor_wym ul li ul,
297
- .redactor_editor_wym ul li ol,
298
- .redactor_editor_wym ol li ol,
299
- .redactor_editor_wym ol li ul {
300
- border: none !important;
279
+ .re-orderedlist:before {
280
+ content: "\e60a";
301
281
  }
302
-
303
- /*
304
- TOOLBAR
305
- */
306
- .redactor_toolbar {
307
- position: relative;
308
- top: 0;
309
- left: 0;
310
- margin: 0 !important;
311
- padding: 0 !important;
312
- padding-left: 2px !important;
313
- border: 1px solid #ddd;
314
- border-bottom-color: #b8b8b8;
315
- background: #fafafa;
316
- background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 94%, #d3d3d3 94%, #d3d3d3 100%);
317
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(94%,#e5e5e5), color-stop(94%,#d3d3d3), color-stop(100%,#d3d3d3));
318
- background: -webkit-linear-gradient(top, #fafafa 0%,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);
319
- background: -o-linear-gradient(top, #fafafa 0%,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);
320
- background: -ms-linear-gradient(top, #fafafa 0%,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);
321
- background: linear-gradient(to bottom, #fafafa 0%,#e5e5e5 94%,#d3d3d3 94%,#d3d3d3 100%);
322
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d3d3d3',GradientType=0 );
323
-
324
- list-style: none !important;
325
- font-size: 0;
326
- font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
327
- line-height: 0 !important;
328
-
282
+ .re-link:before {
283
+ content: "\e60b";
329
284
  }
330
- .redactor_toolbar:after {
331
- display: block;
332
- visibility: hidden;
333
- clear: both;
334
- height: 0;
335
- content: ".";
336
- }
337
- .redactor_box .redactor_toolbar {
338
- border: none;
339
- border-bottom: 1px solid #b8b8b8;
340
- }
341
- .redactor_toolbar.toolbar_fixed_box {
342
- border: 1px solid #ddd;
343
- border-bottom-color: #b8b8b8;
344
- }
345
- body .redactor_air .redactor_toolbar {
346
- padding-right: 2px !important;
347
- }
348
- .redactor_toolbar li {
349
- float: left !important;
350
- margin: 0 !important;
351
- padding: 1px 0 3px 1px;
352
- outline: none;
353
- list-style: none !important;
354
- }
355
- .redactor_toolbar li.redactor_separator {
356
- float: left;
357
- margin: 0 2px 0 3px !important;
358
- padding: 0;
359
- height: 29px;
360
- border-right: 1px solid #f4f4f4;
361
- border-left: 1px solid #d8d8d8;
362
- }
363
- .redactor_toolbar li a {
364
- display: block;
365
- width: 25px;
366
- height: 25px;
367
- outline: none;
368
- border: 1px solid transparent;
369
- text-decoration: none;
370
- font-size: 0;
371
- line-height: 0;
372
- cursor: pointer;
373
- zoom: 1;
374
- *border: 1px solid #eee;
375
- }
376
- .redactor_toolbar li.redactor_btn_right {
377
- float: none;
378
- float: right !important;
379
- }
380
- .redactor_toolbar li a {
381
- display: block;
382
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAAZCAYAAABpXuA7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4NEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4M0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
383
- background-position: 0;
384
- background-repeat: no-repeat;
385
- text-indent: -9999px;
386
- }
387
- @media
388
- only screen and (-webkit-min-device-pixel-ratio: 2),
389
- only screen and ( min--moz-device-pixel-ratio: 2),
390
- only screen and ( -o-min-device-pixel-ratio: 2/1),
391
- only screen and ( min-device-pixel-ratio: 2),
392
- only screen and ( min-resolution: 192dpi),
393
- only screen and ( min-resolution: 2dppx) {
394
-
395
- .redactor_toolbar li a {
396
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
397
- background-size: auto 25px;
398
- }
399
-
285
+ .re-horizontalrule:before {
286
+ content: "\e60c";
400
287
  }
401
- .redactor_toolbar li a:hover {
402
- outline: none;
403
- border-color: #98a6ba;
404
- border-color: rgba(162, 185, 208, .8);
405
- background-color: #d4dce9;
406
- background-color: rgba(176, 199, 223, .5);
288
+ .re-italic:before {
289
+ content: "\e60d";
407
290
  }
408
- .redactor_toolbar li a:active,
409
- .redactor_toolbar li a.redactor_act {
410
- outline: none;
411
- border-color: #b5b5b5;
412
- background-color: #ddd;
291
+ .re-indent:before {
292
+ content: "\e60e";
413
293
  }
414
- .redactor_button_disabled {
415
- opacity: .3 ;
294
+ .re-image:before {
295
+ content: "\e60f";
416
296
  }
417
- .redactor_button_disabled:hover {
418
- outline: none;
419
- border-color: transparent !important;
420
- background-color: transparent !important;
421
- cursor: default;
297
+ .re-fullscreen:before {
298
+ content: "\e610";
299
+ }
300
+ .re-normalscreen:before {
301
+ content: "\e611";
302
+ }
303
+ .re-formatting:before {
304
+ content: "\e612";
305
+ }
306
+ .re-fontsize:before {
307
+ content: "\e613";
308
+ }
309
+ .re-fontfamily:before {
310
+ content: "\e614";
311
+ }
312
+ .re-deleted:before {
313
+ content: "\e615";
314
+ }
315
+ .re-html:before {
316
+ content: "\e616";
317
+ }
318
+ .re-clips:before {
319
+ content: "\e617";
320
+ }
321
+ .re-bold:before {
322
+ content: "\e618";
323
+ }
324
+ .re-backcolor:before {
325
+ content: "\e619";
326
+ }
327
+ .re-file:before {
328
+ content: "\e61a";
329
+ }
330
+ .re-alignright:before {
331
+ content: "\e61b";
332
+ }
333
+ .re-alignment:before,
334
+ .re-alignleft:before {
335
+ content: "\e61c";
336
+ }
337
+ .re-alignjustify:before {
338
+ content: "\e61d";
339
+ }
340
+ .re-aligncenter:before {
341
+ content: "\e61e";
342
+ }
343
+ .re-gallery:before {
344
+ content: "\e61f";
422
345
  }
423
-
424
346
  /*
425
- BUTTONS
426
- step 25px
347
+ Toolbar tooltip
427
348
  */
428
- body .redactor_toolbar li a.redactor_btn_html { background-position: 0px; }
429
- body .redactor_toolbar li a.redactor_btn_formatting { background-position: -25px; }
430
- body .redactor_toolbar li a.redactor_btn_bold { background-position: -50px; }
431
- body .redactor_toolbar li a.redactor_btn_italic { background-position: -75px; }
432
- body .redactor_toolbar li a.redactor_btn_deleted { background-position: -500px; }
433
- body .redactor_toolbar li a.redactor_btn_unorderedlist { background-position: -100px; }
434
- body .redactor_toolbar li a.redactor_btn_orderedlist { background-position: -125px; }
435
- body .redactor_toolbar li a.redactor_btn_outdent { background-position: -150px; }
436
- body .redactor_toolbar li a.redactor_btn_indent { background-position: -175px; }
437
- body .redactor_toolbar li a.redactor_btn_image { background-position: -200px; }
438
- body .redactor_toolbar li a.redactor_btn_video { background-position: -225px; }
439
- body .redactor_toolbar li a.redactor_btn_file { background-position: -250px; }
440
- body .redactor_toolbar li a.redactor_btn_table { background-position: -275px; }
441
- body .redactor_toolbar li a.redactor_btn_link { background-position: -300px; }
442
- body .redactor_toolbar li a.redactor_btn_fontcolor { background-position: -325px; }
443
- body .redactor_toolbar li a.redactor_btn_backcolor { background-position: -350px; }
444
- body .redactor_toolbar li a.redactor_btn_alignleft { background-position: -375px; }
445
- body .redactor_toolbar li a.redactor_btn_aligncenter { background-position: -400px; }
446
- body .redactor_toolbar li a.redactor_btn_alignright { background-position: -425px; }
447
- body .redactor_toolbar li a.redactor_btn_justify { background-position: -450px; }
448
- body .redactor_toolbar li a.redactor_btn_horizontalrule { background-position: -475px; }
449
- body .redactor_toolbar li a.redactor_btn_underline { background-position: -525px; }
450
-
451
- body .redactor_toolbar li a.redactor_btn_fullscreen { background-position: -550px; }
452
- body .redactor_toolbar li a.redactor_btn_normalscreen { background-position: -575px; }
453
- body .redactor_toolbar li a.redactor_btn_clips { background-position: -600px; }
454
-
455
- body .redactor_toolbar li a.redactor_btn_alignment { background-position: -625px; }
456
-
457
- body .redactor_toolbar li a.redactor_btn_fontfamily { background-position: -650px; }
458
- body .redactor_toolbar li a.redactor_btn_fontsize { background-position: -675px; }
459
-
460
- body .redactor_toolbar li a.redactor_btn_direction { background-position: -700px; }
461
- body .redactor_toolbar li a.redactor_btn_lists { background-position: -725px; }
462
- body .redactor_toolbar li a.redactor_btn_font { background-position: -750px; }
463
-
464
- body .redactor_toolbar li a.redactor_btn_h1 { background-position: -775px; }
465
- body .redactor_toolbar li a.redactor_btn_h2 { background-position: -800px; }
466
- body .redactor_toolbar li a.redactor_btn_h3 { background-position: -825px; }
467
- body .redactor_toolbar li a.redactor_btn_quote { background-position: -850px; }
468
- body .redactor_toolbar li a.redactor_btn_pre { background-position: -875px; }
469
-
349
+ .redactor-toolbar-tooltip {
350
+ position: absolute;
351
+ z-index: 1054;
352
+ text-align: center;
353
+ top: 0;
354
+ left: 0;
355
+ background: #000;
356
+ color: #fff;
357
+ padding: 5px 8px;
358
+ line-height: 1;
359
+ font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
360
+ font-size: 12px;
361
+ border-radius: 2px;
362
+ }
470
363
  /*
471
- Toolbar classes
364
+ Dropdown
472
365
  */
473
- .redactor_format_blockquote {
474
- padding-left: 10px;
475
- color: #666 !important;
476
- font-style: italic;
366
+ .redactor-dropdown {
367
+ position: absolute;
368
+ top: 28px;
369
+ left: 0;
370
+ padding: 0;
371
+ min-width: 220px;
372
+ max-height: 254px;
373
+ overflow: auto;
374
+ background-color: #fff;
375
+ box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
376
+ font-size: 14px;
377
+ font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
378
+ line-height: 1.6em;
379
+ }
380
+ .redactor-dropdown a {
381
+ display: block;
382
+ padding: 10px 15px;
383
+ color: #000;
384
+ text-decoration: none;
385
+ border-bottom: 1px solid rgba(0, 0, 0, 0.07);
477
386
  }
478
- .redactor_format_pre {
479
- font-family: monospace, sans-serif;
387
+ .redactor-dropdown a:last-child {
388
+ border-bottom: none;
480
389
  }
481
- .redactor_format_h1,
482
- .redactor_format_h2,
483
- .redactor_format_h3,
484
- .redactor_format_h4,
485
- .redactor_format_h5 {
486
- font-weight: bold;
390
+ .redactor-dropdown a:hover {
391
+ background-color: #1f78d8;
392
+ color: #fff !important;
393
+ text-decoration: none;
487
394
  }
488
- .redactor_format_h1 {
489
- font-size: 30px;
490
- line-height: 36px;
395
+ /*
396
+ IMAGE BOX
397
+ */
398
+ #redactor-image-box {
399
+ position: relative;
400
+ max-width: 100%;
401
+ display: inline-block;
402
+ line-height: 0;
403
+ outline: 1px dashed rgba(0, 0, 0, 0.6);
404
+ }
405
+ #redactor-image-editter {
406
+ position: absolute;
407
+ z-index: 5;
408
+ top: 50%;
409
+ left: 50%;
410
+ margin-top: -11px;
411
+ margin-left: -18px;
412
+ line-height: 1;
413
+ background-color: #000;
414
+ color: #fff;
415
+ font-size: 11px;
416
+ padding: 7px 10px;
417
+ cursor: pointer;
418
+ }
419
+ #redactor-image-resizer {
420
+ position: absolute;
421
+ z-index: 2;
422
+ line-height: 1;
423
+ cursor: nw-resize;
424
+ bottom: -4px;
425
+ right: -5px;
426
+ border: 1px solid #fff;
427
+ background-color: #000;
428
+ width: 8px;
429
+ height: 8px;
491
430
  }
492
- .redactor_format_h2 {
493
- font-size: 24px;
494
- line-height: 36px;
431
+ /*
432
+ LINK TOOLTIP
433
+ */
434
+ .redactor-link-tooltip {
435
+ position: absolute;
436
+ z-index: 49999;
437
+ padding: 10px;
438
+ line-height: 1;
439
+ display: inline-block;
440
+ background-color: #000;
441
+ color: #555 !important;
495
442
  }
496
- .redactor_format_h3 {
497
- font-size: 20px;
498
- line-height: 30px;
443
+ .redactor-link-tooltip,
444
+ .redactor-link-tooltip a {
445
+ font-size: 12px;
446
+ font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
499
447
  }
500
- .redactor_format_h4 {
501
- font-size: 16px;
502
- line-height: 26px;
448
+ .redactor-link-tooltip a {
449
+ color: #ccc;
450
+ margin: 0 5px;
451
+ text-decoration: none;
503
452
  }
504
- .redactor_format_h5 {
505
- font-size: 14px;
506
- line-height: 23px;
453
+ .redactor-link-tooltip a:hover {
454
+ color: #fff;
507
455
  }
508
-
509
-
510
456
  /*
511
- DROPDOWN
457
+ DROPAREA
512
458
  */
513
- .redactor_dropdown {
514
- position: absolute;
515
- top: 28px;
516
- left: 0;
517
- z-index: 2004;
518
- padding: 10px;
519
- width: 200px;
520
- background-color: #fff;
521
- box-shadow: 0 1px 5px #bbb;
522
- font-size: 13px;
523
- font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
524
- line-height: 21px;
525
- }
526
- .redactor_separator_drop {
527
- padding: 0 !important;
528
- border-top: 1px solid #ddd;
529
- font-size: 0;
530
- line-height: 0;
531
- }
532
- .redactor_dropdown a {
533
- display: block;
534
- padding: 3px 5px;
535
- color: #000;
536
- text-decoration: none;
537
- }
538
- .redactor_dropdown a:hover {
539
- background-color: #dde4ef;
540
- color: #444 !important;
541
- text-decoration: none;
459
+ #redactor-droparea {
460
+ position: relative;
461
+ overflow: hidden;
462
+ padding: 140px 20px;
463
+ border: 3px dashed rgba(0, 0, 0, 0.1);
542
464
  }
543
-
544
- /* MODAL */
545
- #redactor_modal_overlay {
546
- position: fixed;
547
- top: 0;
548
- left: 0;
549
- z-index: 50000;
550
- margin: auto;
551
- width: 100%;
552
- height: 100%;
553
-
554
- background-color: #333 !important;
555
- opacity: 0.50;
556
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
557
- filter:alpha(opacity=50);
465
+ #redactor-droparea.drag-hover {
466
+ background: rgba(200, 222, 250, 0.75);
558
467
  }
559
-
560
- #redactor_modal {
561
- position: fixed;
562
- top: 50%;
563
- left: 50%;
564
- z-index: 50001;
565
- padding: 0;
566
- border-radius: 3px;
567
- background: #f5f5f5;
568
- box-shadow: 0px 5px 60px #000;
569
- color: #000;
570
- text-shadow: 0 1px 0 #fff;
571
- font-size: 12px !important;
572
- font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
573
-
468
+ #redactor-droparea.drag-drop {
469
+ background: rgba(250, 248, 200, 0.5);
574
470
  }
575
- #redactor_modal header {
576
- padding: 11px 30px 0 15px;
577
- border-radius: 3px 3px 0 0;
578
- font-weight: bold;
579
- font-size: 12px;
471
+ #redactor-droparea-placeholder {
472
+ text-align: center;
473
+ font-size: 12px;
474
+ color: rgba(0, 0, 0, 0.7);
580
475
  }
581
- #redactor_modal section {
582
- padding: 20px 30px;
583
-
476
+ /*
477
+ PROGRESS
478
+ */
479
+ #redactor-progress {
480
+ position: fixed;
481
+ top: 0;
482
+ left: 0;
483
+ width: 100%;
484
+ z-index: 1000000;
485
+ height: 10px;
486
+ }
487
+ #redactor-progress span {
488
+ display: block;
489
+ width: 100%;
490
+ height: 100%;
491
+ background-color: #3d58a8;
492
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
493
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
494
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
495
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
496
+ -o-animation: progress-bar-stripes 2s linear infinite;
497
+ animation: progress-bar-stripes 2s linear infinite;
498
+ background-size: 40px 40px;
499
+ }
500
+ @-webkit-keyframes progress-bar-stripes {
501
+ from {
502
+ background-position: 40px 0;
503
+ }
504
+ to {
505
+ background-position: 0 0;
506
+ }
507
+ }
508
+ @-o-keyframes progress-bar-stripes {
509
+ from {
510
+ background-position: 40px 0;
511
+ }
512
+ to {
513
+ background-position: 0 0;
514
+ }
515
+ }
516
+ @keyframes progress-bar-stripes {
517
+ from {
518
+ background-position: 40px 0;
519
+ }
520
+ to {
521
+ background-position: 0 0;
522
+ }
584
523
  }
585
- #redactor_modal_close {
586
- position: absolute;
587
- top: 5px;
588
- right: 5px;
589
- width: 20px;
590
- height: 20px;
591
- color: #777;
592
- font-size: 20px;
593
- cursor: pointer;
594
- }
595
- #redactor_modal_close:hover {
596
- color: #000;
597
- }
598
- #redactor_modal label {
599
- display: block !important;
600
- float: none !important;
601
- margin: 10px 0 3px 0 !important;
602
- padding: 0 !important;
603
- font-size: 12px !important;
604
- }
605
- #redactor_modal textarea {
606
- display: block;
607
- margin-top: 4px;
608
- }
609
- .redactor_input {
610
- width: 99%;
611
- font-size: 14px;
612
- }
613
- .redactor_modal_box {
614
- overflow: auto;
615
- margin-bottom: 10px;
616
- height: 350px;
617
- }
618
- #redactor_image_box {
619
- overflow: auto;
620
- margin-bottom: 10px;
621
- height: 270px;
622
- }
623
- #redactor_image_box_select {
624
- display: block;
625
- margin-bottom: 15px !important;
626
- width: 200px;
627
- }
628
- #redactor_image_box img {
629
- margin-right: 10px;
630
- margin-bottom: 10px;
631
- max-width: 100px;
632
- cursor: pointer;
633
- }
634
- #redactor_tabs {
635
- margin-bottom: 18px;
636
- }
637
- #redactor_tabs a {
638
- display: inline-block;
639
- margin-right: 5px;
640
- padding: 4px 14px;
641
- border: 1px solid #d2d2d2;
642
- border-radius: 10px;
643
- background-color: #fff;
644
- color: #000;
645
- text-decoration: none;
646
- font-size: 12px;
647
- line-height: 1;
648
- }
649
- #redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
650
- padding: 5px 15px;
651
- border: none;
652
- background-color: #ddd;
653
- box-shadow: 0 1px 2px rgba(0, 0, 0, .4) inset;
654
- color: #777 !important;
655
- text-decoration: none !important;
656
- text-shadow: 0 1px 0 #eee;
657
- }
658
- #redactor_modal footer {
659
- padding: 9px 30px 20px 30px;
660
- border-radius: 0 0 3px 3px;
661
- text-align: right;
524
+ /*
525
+ MODAL
526
+ */
527
+ #redactor-modal-overlay {
528
+ position: fixed;
529
+ top: 0;
530
+ left: 0;
531
+ margin: auto;
532
+ overflow: auto;
533
+ width: 100%;
534
+ height: 100%;
535
+ background-color: #000 !important;
536
+ filter: alpha(opacity=30);
537
+ -moz-opacity: 0.3;
538
+ opacity: 0.3;
539
+ }
540
+ #redactor-modal-box {
541
+ position: fixed;
542
+ top: 0;
543
+ left: 0;
544
+ bottom: 0;
545
+ right: 0;
546
+ overflow-x: hidden;
547
+ overflow-y: auto;
548
+ }
549
+ #redactor-modal {
550
+ position: relative;
551
+ margin: auto;
552
+ margin-bottom: 20px;
553
+ padding: 0;
554
+ background: #fff;
555
+ color: #000;
556
+ font-size: 14px !important;
557
+ font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
558
+ box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
559
+ }
560
+ #redactor-modal header {
561
+ padding: 30px 40px 5px 40px;
562
+ font-size: 18px;
563
+ font-weight: bold;
564
+ }
565
+ #redactor-modal section {
566
+ padding: 30px 40px 50px 40px;
567
+ }
568
+ #redactor-modal label {
569
+ display: block;
570
+ float: none !important;
571
+ margin: 15px 0 3px 0 !important;
572
+ padding: 0;
573
+ }
574
+ #redactor-modal input[type="radio"],
575
+ #redactor-modal input[type="checkbox"] {
576
+ position: relative;
577
+ top: -1px;
578
+ }
579
+ #redactor-modal select {
580
+ width: 100%;
581
+ }
582
+ #redactor-modal input[type="text"],
583
+ #redactor-modal input[type="password"],
584
+ #redactor-modal input[type="email"],
585
+ #redactor-modal input[type="url"],
586
+ #redactor-modal textarea {
587
+ position: relative;
588
+ z-index: 2;
589
+ margin: 0;
590
+ padding: 5px 4px;
591
+ height: 28px;
592
+ border: 1px solid #ccc;
593
+ border-radius: 1px;
594
+ background-color: white;
595
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
596
+ color: #333;
597
+ width: 100%;
598
+ font-size: 14px;
599
+ font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
600
+ -moz-transition: border 0.3s ease-in;
601
+ transition: border 0.3s ease-in;
602
+ }
603
+ #redactor-modal input[type="text"]:focus,
604
+ #redactor-modal input[type="password"]:focus,
605
+ #redactor-modal input[type="email"]:focus,
606
+ #redactor-modal input[type="url"]:focus,
607
+ #redactor-modal textarea:focus {
608
+ outline: none;
609
+ border-color: #5ca9e4;
610
+ box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
611
+ }
612
+ #redactor-modal input[type="text"].redactor-input-error,
613
+ #redactor-modal input[type="password"].redactor-input-error,
614
+ #redactor-modal input[type="email"].redactor-input-error,
615
+ #redactor-modal input[type="url"].redactor-input-error,
616
+ #redactor-modal textarea.redactor-input-error {
617
+ border-color: #e82f2f;
618
+ box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
619
+ }
620
+ #redactor-modal textarea {
621
+ display: block;
622
+ margin-top: 4px;
623
+ line-height: 1.4em;
662
624
  }
663
-
664
- #redactor_modal input[type="radio"],
665
- #redactor_modal input[type="checkbox"] {
666
- position: relative;
667
- top: -1px;
668
- }
669
- #redactor_modal input[type="text"],
670
- #redactor_modal input[type="password"],
671
- #redactor_modal input[type="email"],
672
- #redactor_modal textarea {
673
- position: relative;
674
- z-index: 2;
675
- margin: 0;
676
- padding: 1px 2px;
677
- height: 23px;
678
- border: 1px solid #ccc;
679
- border-radius: 1px;
680
- background-color: white;
681
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
682
- color: #333;
683
- font-size: 13px;
684
- font-family: Helvetica, Arial, Tahoma, sans-serif;
685
- line-height: 1;
686
- -webkit-transition: border 0.3s ease-in;
687
- -moz-transition: border 0.3s ease-in;
688
- -ms-transition: border 0.3s ease-in;
689
- -o-transition: border 0.3s ease-in;
690
- transition: border 0.3s ease-in;
691
- }
692
- #redactor_modal textarea {
693
- line-height: 1.4em;
694
- }
695
- #redactor_modal input:focus,
696
- #redactor_modal textarea:focus {
697
- outline: none;
698
- border-color: #5ca9e4;
699
- box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
700
- }
701
- .redactor_modal_btn {
702
- position: relative;
703
- display: inline-block;
704
- margin-left: 8px;
705
- padding: 6px 16px 5px 16px;
706
- outline: none;
707
- border: none;
708
- border-radius: 3px;
709
- background-color: #ddd;
710
- color: #000;
711
- text-align: center;
712
- text-decoration: none;
713
- font-weight: normal;
714
- font-size: 12px;
715
- font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
716
- line-height: 1;
717
- cursor: pointer;
718
- }
719
- .redactor_modal_btn:hover {
720
- color: #777;
721
- background: none;
722
- background: #bbb;
723
- text-decoration: none;
724
- }
725
- .redactor_modal_delete_btn {
726
- background: none;
727
- color: #fff;
728
- background-color: #b52525;
729
- }
730
- .redactor_modal_delete_btn:hover {
731
- color: rgba(255, 255, 255, .6);
732
- background-color: #881b1b;
733
- }
734
- .redactor_modal_action_btn {
735
- background: none;
736
- color: #fff;
737
- background-color: #2461b5;
738
- }
739
- .redactor_modal_action_btn:hover {
740
- color: rgba(255, 255, 255, .6);
741
- background-color: #1a4580;
625
+ /*
626
+ Tabs in Modal
627
+ */
628
+ #redactor-modal-tabber {
629
+ margin-bottom: 15px;
630
+ font-size: 12px;
631
+ }
632
+ #redactor-modal-tabber a {
633
+ border: 1px solid #ddd;
634
+ line-height: 1;
635
+ padding: 8px 15px;
636
+ margin-right: -1px;
637
+ text-decoration: none;
638
+ color: #000;
639
+ }
640
+ #redactor-modal-tabber a:hover {
641
+ background-color: #1f78d8;
642
+ border-color: #1f78d8;
643
+ color: #fff;
644
+ }
645
+ #redactor-modal-tabber a.active {
646
+ cursor: default;
647
+ background-color: #ddd;
648
+ border-color: #ddd;
649
+ color: rgba(0, 0, 0, 0.6);
742
650
  }
743
-
744
- /* Drag and Drop Area */
745
- .redactor_droparea {
746
- position: relative;
747
- margin: auto;
748
- margin-bottom: 5px;
749
- width: 100%;
750
- }
751
- .redactor_droparea .redactor_dropareabox {
752
- position: relative;
753
- z-index: 1;
754
- padding: 60px 0;
755
- width: 99%;
756
- border: 2px dashed #bbb;
757
- background-color: #fff;
758
- text-align: center;
759
- }
760
- .redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
761
- color: #555;
762
- font-size: 12px;
763
- }
764
- .redactor_dropalternative {
765
- margin: 4px 0 2px 0;
766
- }
767
- .redactor_dropareabox.hover {
768
- border-color: #aaa;
769
- background: #efe3b8;
770
- }
771
- .redactor_dropareabox.error {
772
- border-color: #dcc3c3;
773
- background: #f7e5e5;
774
- }
775
- .redactor_dropareabox.drop {
776
- border-color: #e0e5d6;
777
- background: #f4f4ee;
651
+ /*
652
+ List in Modal
653
+ */
654
+ #redactor-modal #redactor-modal-list {
655
+ margin-left: 0;
656
+ padding-left: 0;
657
+ list-style: none;
658
+ max-height: 250px;
659
+ overflow-x: scroll;
660
+ }
661
+ #redactor-modal #redactor-modal-list li {
662
+ border-bottom: 1px solid #ddd;
663
+ }
664
+ #redactor-modal #redactor-modal-list li:last-child {
665
+ border-bottom: none;
666
+ }
667
+ #redactor-modal #redactor-modal-list a {
668
+ padding: 10px 5px;
669
+ color: #000;
670
+ text-decoration: none;
671
+ font-size: 13px;
672
+ display: block;
673
+ position: relative;
674
+ }
675
+ #redactor-modal #redactor-modal-list a:hover {
676
+ background-color: #eee;
677
+ }
678
+ #redactor-modal-close {
679
+ position: absolute;
680
+ top: 10px;
681
+ right: 10px;
682
+ width: 30px;
683
+ height: 30px;
684
+ text-align: right;
685
+ color: #bbb;
686
+ font-size: 30px;
687
+ font-weight: 300;
688
+ cursor: pointer;
689
+ }
690
+ #redactor-modal-close:hover {
691
+ color: #000;
692
+ }
693
+ #redactor-modal footer button {
694
+ position: relative;
695
+ width: 100%;
696
+ padding: 14px 16px;
697
+ margin: 0;
698
+ outline: none;
699
+ border: none;
700
+ background-color: #ddd;
701
+ color: #000;
702
+ text-align: center;
703
+ text-decoration: none;
704
+ font-weight: normal;
705
+ font-size: 12px;
706
+ font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
707
+ line-height: 1;
708
+ cursor: pointer;
709
+ }
710
+ #redactor-modal footer button:hover {
711
+ color: #777;
712
+ background: none;
713
+ background: #bbb;
714
+ text-decoration: none;
715
+ }
716
+ #redactor-modal footer button.redactor-modal-delete-btn {
717
+ background: none;
718
+ color: #fff;
719
+ background-color: #b52525;
720
+ }
721
+ #redactor-modal footer button.redactor-modal-delete-btn:hover {
722
+ color: rgba(255, 255, 255, 0.6);
723
+ background-color: #881b1b;
724
+ }
725
+ #redactor-modal footer button.redactor-modal-action-btn {
726
+ background: none;
727
+ color: #fff;
728
+ background-color: #2461b5;
729
+ }
730
+ #redactor-modal footer button.redactor-modal-action-btn:hover {
731
+ color: rgba(255, 255, 255, 0.6);
732
+ background-color: #1a4580;
778
733
  }
734
+ /*
735
+ ##############################################
779
736
 
780
- /* =Progress
781
- -----------------------------------------------------------------------------*/
782
- #redactor-progress-drag {
783
- position: fixed;
784
- top: 50%;
785
- left: 50%;
786
- width: 200px;
787
- margin-left: -130px;
788
- margin-top: -35px;
789
- z-index: 10000;
790
- padding: 30px;
791
- background: rgba(0, 0, 0, .7);
792
- box-shadow: none;
793
- }
794
- .redactor-progress {
795
- height: 12px;
796
- overflow: hidden;
797
- background-color: #f4f4f4;
798
- border-radius: 3px;
799
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
800
- margin-bottom: 1.5em;
801
- }
802
- .redactor-progress .redactor-progress-bar {
803
- top: 1px;
804
- left: 1px;
805
- position: relative;
806
- background-color: #55aaff;
807
- width: 0;
808
- height: 12px;
809
- -webkit-box-sizing: border-box;
810
- -moz-box-sizing: border-box;
811
- -ms-box-sizing: border-box;
812
- box-sizing: border-box;
737
+ DROPDOWN FORMATTING
813
738
 
739
+ ##############################################
740
+ */
741
+ .redactor-dropdown .redactor-formatting-blockquote {
742
+ color: rgba(0, 0, 0, 0.4);
743
+ font-style: italic;
744
+ }
745
+ .redactor-dropdown .redactor-formatting-pre {
746
+ font-family: monospace, sans-serif;
747
+ }
748
+ .redactor-dropdown .redactor-formatting-h1 {
749
+ font-size: 36px;
750
+ line-height: 36px;
751
+ font-weight: bold;
752
+ }
753
+ .redactor-dropdown .redactor-formatting-h2 {
754
+ font-size: 24px;
755
+ line-height: 36px;
756
+ font-weight: bold;
757
+ }
758
+ .redactor-dropdown .redactor-formatting-h3 {
759
+ font-size: 21px;
760
+ line-height: 30px;
761
+ font-weight: bold;
762
+ }
763
+ .redactor-dropdown .redactor-formatting-h4 {
764
+ font-size: 18px;
765
+ line-height: 26px;
766
+ font-weight: bold;
767
+ }
768
+ .redactor-dropdown .redactor-formatting-h5 {
769
+ font-size: 16px;
770
+ line-height: 23px;
771
+ font-weight: bold;
814
772
  }
815
- .redactor-progress-striped .redactor-progress-bar {
816
- background-image: url('data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw==');
773
+ /*
774
+ ##############################################
775
+
776
+ CONTENT STYLES
777
+
778
+ ##############################################
779
+ */
780
+ .redactor-editor code,
781
+ .redactor-editor pre {
782
+ font-family: Menlo, Monaco, monospace, sans-serif;
783
+ }
784
+ .redactor-editor div,
785
+ .redactor-editor p,
786
+ .redactor-editor ul,
787
+ .redactor-editor ol,
788
+ .redactor-editor table,
789
+ .redactor-editor dl,
790
+ .redactor-editor blockquote,
791
+ .redactor-editor pre {
792
+ font-size: 14px;
793
+ line-height: 1.6em;
794
+ }
795
+ .redactor-editor a {
796
+ color: #15c;
797
+ text-decoration: underline;
798
+ }
799
+ .redactor-editor object,
800
+ .redactor-editor embed,
801
+ .redactor-editor video,
802
+ .redactor-editor img {
803
+ max-width: 100%;
804
+ width: auto;
805
+ }
806
+ .redactor-editor video,
807
+ .redactor-editor img {
808
+ height: auto;
809
+ }
810
+ .redactor-editor div,
811
+ .redactor-editor p,
812
+ .redactor-editor ul,
813
+ .redactor-editor ol,
814
+ .redactor-editor table,
815
+ .redactor-editor dl,
816
+ .redactor-editor figure,
817
+ .redactor-editor blockquote,
818
+ .redactor-editor pre {
819
+ margin: 0;
820
+ margin-bottom: 15px;
821
+ border: none;
822
+ background: none;
823
+ box-shadow: none;
824
+ }
825
+ .redactor-editor iframe,
826
+ .redactor-editor object,
827
+ .redactor-editor hr {
828
+ margin-bottom: 15px;
829
+ }
830
+ .redactor-editor iframe {
831
+ width: auto;
832
+ }
833
+ .redactor-editor blockquote {
834
+ margin-left: 1.6em !important;
835
+ padding-left: 0;
836
+ color: #777;
837
+ font-style: italic;
838
+ }
839
+ .redactor-editor ul,
840
+ .redactor-editor ol {
841
+ padding-left: 2em;
842
+ }
843
+ .redactor-editor ul ul,
844
+ .redactor-editor ol ol,
845
+ .redactor-editor ul ol,
846
+ .redactor-editor ol ul {
847
+ margin: 2px;
848
+ padding: 0;
849
+ padding-left: 2em;
850
+ border: none;
851
+ }
852
+ .redactor-editor dl dt {
853
+ font-weight: bold;
854
+ }
855
+ .redactor-editor dd {
856
+ margin-left: 1em;
857
+ }
858
+ .redactor-editor table {
859
+ border-collapse: collapse;
860
+ font-size: 1em;
861
+ width: 100%;
862
+ }
863
+ .redactor-editor table td,
864
+ .redactor-editor table th {
865
+ padding: 5px;
866
+ border: 1px solid #ddd;
867
+ vertical-align: top;
868
+ }
869
+ .redactor-editor table thead td,
870
+ .redactor-editor table th {
871
+ font-weight: bold;
872
+ border-bottom-color: #888;
873
+ }
874
+ .redactor-editor code {
875
+ background-color: #d8d7d7;
876
+ }
877
+ .redactor-editor pre {
878
+ overflow: auto;
879
+ padding: 1em;
880
+ border: 1px solid #ddd;
881
+ border-radius: 3px;
882
+ background: #f8f8f8;
883
+ white-space: pre;
884
+ font-size: 90%;
885
+ }
886
+ .redactor-editor hr {
887
+ display: block;
888
+ height: 1px;
889
+ border: 0;
890
+ border-top: 1px solid #ccc;
817
891
  }
818
- .redactor-progress-striped .redactor-progress-bar:after {
819
- content: "";
820
- position: absolute;
821
- top: 0;
822
- right: 0;
823
- bottom: 0;
824
- left: 0;
825
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII=');
892
+ .redactor-editor h1,
893
+ .redactor-editor h2,
894
+ .redactor-editor h3,
895
+ .redactor-editor h4,
896
+ .redactor-editor h5,
897
+ .redactor-editor h6 {
898
+ font-weight: bold;
899
+ color: #000;
900
+ padding: 0;
901
+ background: none;
902
+ text-rendering: optimizeLegibility;
903
+ margin: 0 0 .5em 0;
904
+ }
905
+ .redactor-editor h1,
906
+ .redactor-editor h2,
907
+ .redactor-editor h3,
908
+ .redactor-editor h4 {
909
+ line-height: 1.3;
910
+ }
911
+ .redactor-editor h1 {
912
+ font-size: 36px;
913
+ }
914
+ .redactor-editor h2 {
915
+ font-size: 24px;
916
+ margin-bottom: .7em;
917
+ }
918
+ .redactor-editor h3 {
919
+ font-size: 21px;
920
+ }
921
+ .redactor-editor h4 {
922
+ font-size: 18px;
923
+ }
924
+ .redactor-editor h5 {
925
+ font-size: 16px;
926
+ }
927
+ .redactor-editor h6 {
928
+ font-size: 12px;
929
+ text-transform: uppercase;
826
930
  }
827
-