raptor-editor-rails 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -5,7 +5,7 @@ Asset Pipeline in your Rails applications.
5
5
 
6
6
  ## Version
7
7
 
8
- Version 0.1.7 contains Raptor Editor 0.0.29-beta.
8
+ Version 0.187 contains Raptor Editor 0.0.30-beta.
9
9
 
10
10
  ## Requirements
11
11
 
@@ -1,4 +1,4 @@
1
1
  module RaptorEditorRails
2
- VERSION = "0.1.7"
3
- RAPTOR_EDITOR_VERSION = "0.0.29-beta"
2
+ VERSION = "0.1.8"
3
+ RAPTOR_EDITOR_VERSION = "0.0.30-beta"
4
4
  end
@@ -1,5 +1,397 @@
1
1
  /*!
2
- VERSION: 0.0.29
2
+ VERSION: 0.0.30
3
3
  For license information, see http://www.raptor-editor.com/license
4
4
  */
5
+ window.rangy=function(){function a(a,i){var d=typeof a[i];return d==o||!!(d==m&&a[i])||"unknown"==d}function q(a,i){return!!(typeof a[i]==m&&a[i])}function h(a,i){return typeof a[i]!=p}function v(a){return function(i,d){for(var b=d.length;b--;)if(!a(i,d[b]))return!1;return!0}}function r(a){return a&&d(a,k)&&D(a,b)}function t(a){window.alert("Rangy not supported in your browser. Reason: "+a);s.initialized=!0;s.supported=!1}function e(){if(!s.initialized){var i,b=!1,m=!1;a(document,"createRange")&&
6
+ (i=document.createRange(),d(i,l)&&D(i,n)&&(b=!0),i.detach());if((i=q(document,"body")?document.body:document.getElementsByTagName("body")[0])&&a(i,"createTextRange"))i=i.createTextRange(),r(i)&&(m=!0);!b&&!m&&t("Neither Range nor TextRange are implemented");s.initialized=!0;s.features={implementsDomRange:b,implementsTextRange:m};b=G.concat(A);m=0;for(i=b.length;m<i;++m)try{b[m](s)}catch(e){q(window,"console")&&a(window.console,"log")&&window.console.log("Init listener threw an exception. Continuing.",
7
+ e)}}}function B(a){this.name=a;this.supported=this.initialized=!1}var m="object",o="function",p="undefined",n="startContainer,startOffset,endContainer,endOffset,collapsed,commonAncestorContainer,START_TO_START,START_TO_END,END_TO_START,END_TO_END".split(","),l="setStart,setStartBefore,setStartAfter,setEnd,setEndBefore,setEndAfter,collapse,selectNode,selectNodeContents,compareBoundaryPoints,deleteContents,extractContents,cloneContents,insertNode,surroundContents,cloneRange,toString,detach".split(","),
8
+ b="boundingHeight,boundingLeft,boundingTop,boundingWidth,htmlText,text".split(","),k="collapse,compareEndPoints,duplicate,getBookmark,moveToBookmark,moveToElementText,parentElement,pasteHTML,select,setEndPoint,getBoundingClientRect".split(","),d=v(a),i=v(q),D=v(h),s={version:"1.2.3",initialized:!1,supported:!0,util:{isHostMethod:a,isHostObject:q,isHostProperty:h,areHostMethods:d,areHostObjects:i,areHostProperties:D,isTextRange:r},features:{},modules:{},config:{alertOnWarn:!1,preferTextRange:!1}};
9
+ s.fail=t;s.warn=function(a){a="Rangy warning: "+a;s.config.alertOnWarn?window.alert(a):typeof window.console!=p&&typeof window.console.log!=p&&window.console.log(a)};({}).hasOwnProperty?s.util.extend=function(a,i){for(var d in i)i.hasOwnProperty(d)&&(a[d]=i[d])}:t("hasOwnProperty not supported");var A=[],G=[];s.init=e;s.addInitListener=function(a){s.initialized?a(s):A.push(a)};var I=[];s.addCreateMissingNativeApiListener=function(a){I.push(a)};s.createMissingNativeApi=function(a){a=a||window;e();
10
+ for(var i=0,d=I.length;i<d;++i)I[i](a)};B.prototype.fail=function(a){this.initialized=!0;this.supported=!1;throw Error("Module '"+this.name+"' failed to load: "+a);};B.prototype.warn=function(a){s.warn("Module "+this.name+": "+a)};B.prototype.createError=function(a){return Error("Error in Rangy "+this.name+" module: "+a)};s.createModule=function(a,i){var d=new B(a);s.modules[a]=d;G.push(function(a){i(a,d);d.initialized=!0;d.supported=!0})};s.requireModules=function(a){for(var i=0,d=a.length,b,D;i<
11
+ d;++i){D=a[i];b=s.modules[D];if(!b||!(b instanceof B))throw Error("Module '"+D+"' not found");if(!b.supported)throw Error("Module '"+D+"' not supported");}};var y=!1,i=function(){y||(y=!0,s.initialized||e())};if(typeof window==p)t("No window found");else if(typeof document==p)t("No document found");else return a(document,"addEventListener")&&document.addEventListener("DOMContentLoaded",i,!1),a(window,"addEventListener")?window.addEventListener("load",i,!1):a(window,"attachEvent")?window.attachEvent("onload",
12
+ i):t("Window does not have required addEventListener or attachEvent method"),s}();
13
+ rangy.createModule("DomUtil",function(a,q){function h(a){for(var d=0;a=a.previousSibling;)d++;return d}function v(a,b){var m=[],e;for(e=a;e;e=e.parentNode)m.push(e);for(e=b;e;e=e.parentNode)if(d(m,e))return e;return null}function r(a,d,b){for(b=b?a:a.parentNode;b;){a=b.parentNode;if(a===d)return b;b=a}return null}function t(a){a=a.nodeType;return 3==a||4==a||8==a}function e(a,d){var b=d.nextSibling,m=d.parentNode;b?m.insertBefore(a,b):m.appendChild(a);return a}function B(a){if(9==a.nodeType)return a;
14
+ if(typeof a.ownerDocument!=l)return a.ownerDocument;if(typeof a.document!=l)return a.document;if(a.parentNode)return B(a.parentNode);throw Error("getDocument: no document found for node");}function m(a){return!a?"[No node]":t(a)?'"'+a.data+'"':1==a.nodeType?"<"+a.nodeName+(a.id?' id="'+a.id+'"':"")+">["+a.childNodes.length+"]":a.nodeName}function o(a){this._next=this.root=a}function p(a,d){this.node=a;this.offset=d}function n(a){this.code=this[a];this.codeName=a;this.message="DOMException: "+this.codeName}
15
+ var l="undefined",b=a.util;b.areHostMethods(document,["createDocumentFragment","createElement","createTextNode"])||q.fail("document missing a Node creation method");b.isHostMethod(document,"getElementsByTagName")||q.fail("document missing getElementsByTagName method");var k=document.createElement("div");b.areHostMethods(k,["insertBefore","appendChild","cloneNode"])||q.fail("Incomplete Element implementation");b.isHostProperty(k,"innerHTML")||q.fail("Element is missing innerHTML property");k=document.createTextNode("test");
16
+ b.areHostMethods(k,["splitText","deleteData","insertData","appendData","cloneNode"])||q.fail("Incomplete Text Node implementation");var d=function(a,d){for(var b=a.length;b--;)if(a[b]===d)return!0;return!1};o.prototype={_current:null,hasNext:function(){return!!this._next},next:function(){var a=this._current=this._next,d;if(this._current){d=a.firstChild;if(!d)for(d=null;a!==this.root&&!(d=a.nextSibling);)a=a.parentNode;this._next=d}return this._current},detach:function(){this._current=this._next=this.root=
17
+ null}};p.prototype={equals:function(a){return this.node===a.node&this.offset==a.offset},inspect:function(){return"[DomPosition("+m(this.node)+":"+this.offset+")]"}};n.prototype={INDEX_SIZE_ERR:1,HIERARCHY_REQUEST_ERR:3,WRONG_DOCUMENT_ERR:4,NO_MODIFICATION_ALLOWED_ERR:7,NOT_FOUND_ERR:8,NOT_SUPPORTED_ERR:9,INVALID_STATE_ERR:11};n.prototype.toString=function(){return this.message};a.dom={arrayContains:d,isHtmlNamespace:function(a){var d;return typeof a.namespaceURI==l||null===(d=a.namespaceURI)||"http://www.w3.org/1999/xhtml"==
18
+ d},parentElement:function(a){a=a.parentNode;return 1==a.nodeType?a:null},getNodeIndex:h,getNodeLength:function(a){var d;return t(a)?a.length:(d=a.childNodes)?d.length:0},getCommonAncestor:v,isAncestorOf:function(a,d,b){for(d=b?d:d.parentNode;d;){if(d===a)return!0;d=d.parentNode}return!1},getClosestAncestorIn:r,isCharacterDataNode:t,insertAfter:e,splitDataNode:function(a,d){var b=a.cloneNode(!1);b.deleteData(0,d);a.deleteData(d,a.length-d);e(b,a);return b},getDocument:B,getWindow:function(a){a=B(a);
19
+ if(typeof a.defaultView!=l)return a.defaultView;if(typeof a.parentWindow!=l)return a.parentWindow;throw Error("Cannot get a window object for node");},getIframeWindow:function(a){if(typeof a.contentWindow!=l)return a.contentWindow;if(typeof a.contentDocument!=l)return a.contentDocument.defaultView;throw Error("getIframeWindow: No Window object found for iframe element");},getIframeDocument:function(a){if(typeof a.contentDocument!=l)return a.contentDocument;if(typeof a.contentWindow!=l)return a.contentWindow.document;
20
+ throw Error("getIframeWindow: No Document object found for iframe element");},getBody:function(a){return b.isHostObject(a,"body")?a.body:a.getElementsByTagName("body")[0]},getRootContainer:function(a){for(var d;d=a.parentNode;)a=d;return a},comparePoints:function(a,d,b,m){var e;if(a==b)return d===m?0:d<m?-1:1;if(e=r(b,a,!0))return d<=h(e)?-1:1;if(e=r(a,b,!0))return h(e)<m?-1:1;d=v(a,b);a=a===d?d:r(a,d,!0);b=b===d?d:r(b,d,!0);if(a===b)throw Error("comparePoints got to case 4 and childA and childB are the same!");
21
+ for(d=d.firstChild;d;){if(d===a)return-1;if(d===b)return 1;d=d.nextSibling}throw Error("Should not be here!");},inspectNode:m,fragmentFromNodeChildren:function(a){for(var d=B(a).createDocumentFragment(),b;b=a.firstChild;)d.appendChild(b);return d},createIterator:function(a){return new o(a)},DomPosition:p};a.DOMException=n});
22
+ rangy.createModule("DomRange",function(a){function q(c,a){return 3!=c.nodeType&&(f.isAncestorOf(c,a.startContainer,!0)||f.isAncestorOf(c,a.endContainer,!0))}function h(c){return f.getDocument(c.startContainer)}function v(c,a,g){if(a=c._listeners[a])for(var j=0,d=a.length;j<d;++j)a[j].call(c,{target:c,args:g})}function r(c){return new V(c.parentNode,f.getNodeIndex(c))}function t(c){return new V(c.parentNode,f.getNodeIndex(c)+1)}function e(c,a,g){var j=11==c.nodeType?c.firstChild:c;f.isCharacterDataNode(a)?
23
+ g==a.length?f.insertAfter(c,a):a.parentNode.insertBefore(c,0==g?a:f.splitDataNode(a,g)):g>=a.childNodes.length?a.appendChild(c):a.insertBefore(c,a.childNodes[g]);return j}function B(c){for(var a,g,j=h(c.range).createDocumentFragment();g=c.next();){a=c.isPartiallySelectedSubtree();g=g.cloneNode(!a);a&&(a=c.getSubtreeIterator(),g.appendChild(B(a)),a.detach(!0));if(10==g.nodeType)throw new L("HIERARCHY_REQUEST_ERR");j.appendChild(g)}return j}function m(c,a,g){for(var j,d,g=g||{stop:!1};j=c.next();)if(c.isPartiallySelectedSubtree())if(!1===
24
+ a(j)){g.stop=!0;break}else{if(j=c.getSubtreeIterator(),m(j,a,g),j.detach(!0),g.stop)break}else for(j=f.createIterator(j);d=j.next();)if(!1===a(d)){g.stop=!0;return}}function o(c){for(var a;c.next();)c.isPartiallySelectedSubtree()?(a=c.getSubtreeIterator(),o(a),a.detach(!0)):c.remove()}function p(c){for(var a,g=h(c.range).createDocumentFragment(),j;a=c.next();){c.isPartiallySelectedSubtree()?(a=a.cloneNode(!1),j=c.getSubtreeIterator(),a.appendChild(p(j)),j.detach(!0)):c.remove();if(10==a.nodeType)throw new L("HIERARCHY_REQUEST_ERR");
25
+ g.appendChild(a)}return g}function n(c,a,g){var j=!(!a||!a.length),d,z=!!g;j&&(d=RegExp("^("+a.join("|")+")$"));var x=[];m(new b(c,!1),function(c){(!j||d.test(c.nodeType))&&(!z||g(c))&&x.push(c)});return x}function l(c){return"["+("undefined"==typeof c.getName?"Range":c.getName())+"("+f.inspectNode(c.startContainer)+":"+c.startOffset+", "+f.inspectNode(c.endContainer)+":"+c.endOffset+")]"}function b(c,a){this.range=c;this.clonePartiallySelectedTextNodes=a;if(!c.collapsed){this.sc=c.startContainer;
26
+ this.so=c.startOffset;this.ec=c.endContainer;this.eo=c.endOffset;var g=c.commonAncestorContainer;this.sc===this.ec&&f.isCharacterDataNode(this.sc)?(this.isSingleCharacterDataNode=!0,this._first=this._last=this._next=this.sc):(this._first=this._next=this.sc===g&&!f.isCharacterDataNode(this.sc)?this.sc.childNodes[this.so]:f.getClosestAncestorIn(this.sc,g,!0),this._last=this.ec===g&&!f.isCharacterDataNode(this.ec)?this.ec.childNodes[this.eo-1]:f.getClosestAncestorIn(this.ec,g,!0))}}function k(c){this.code=
27
+ this[c];this.codeName=c;this.message="RangeException: "+this.codeName}function d(c,a,g){this.nodes=n(c,a,g);this._next=this.nodes[0];this._position=0}function i(c){return function(a,g){for(var j,d=g?a:a.parentNode;d;){j=d.nodeType;if(f.arrayContains(c,j))return d;d=d.parentNode}return null}}function D(c,a){if($(c,a))throw new k("INVALID_NODE_TYPE_ERR");}function s(c){if(!c.startContainer)throw new L("INVALID_STATE_ERR");}function A(c,a){if(!f.arrayContains(a,c.nodeType))throw new k("INVALID_NODE_TYPE_ERR");
28
+ }function G(c,a){if(0>a||a>(f.isCharacterDataNode(c)?c.length:c.childNodes.length))throw new L("INDEX_SIZE_ERR");}function I(c,a){if(N(c,!0)!==N(a,!0))throw new L("WRONG_DOCUMENT_ERR");}function y(c){if(X(c,!0))throw new L("NO_MODIFICATION_ALLOWED_ERR");}function E(c,a){if(!c)throw new L(a);}function M(c){return!!c.startContainer&&!!c.endContainer&&!(!f.arrayContains(S,c.startContainer.nodeType)&&!N(c.startContainer,!0))&&!(!f.arrayContains(S,c.endContainer.nodeType)&&!N(c.endContainer,!0))&&c.startOffset<=
29
+ (f.isCharacterDataNode(c.startContainer)?c.startContainer.length:c.startContainer.childNodes.length)&&c.endOffset<=(f.isCharacterDataNode(c.endContainer)?c.endContainer.length:c.endContainer.childNodes.length)}function C(c){s(c);if(!M(c))throw Error("Range error: Range is no longer valid after DOM mutation ("+c.inspect()+")");}function R(){}function O(a){a.START_TO_START=c;a.START_TO_END=g;a.END_TO_END=j;a.END_TO_START=z;a.NODE_BEFORE=J;a.NODE_AFTER=ca;a.NODE_BEFORE_AND_AFTER=da;a.NODE_INSIDE=aa}
30
+ function K(c){O(c);O(c.prototype)}function u(c,a){return function(){C(this);var g=this.startContainer,j=this.startOffset,d=this.commonAncestorContainer,z=new b(this,!0);g!==d&&(g=f.getClosestAncestorIn(g,d,!0),j=t(g),g=j.node,j=j.offset);m(z,y);z.reset();d=c(z);z.detach();a(this,g,j,g,j);return d}}function w(c,g,j){function d(c,a){return function(g){s(this);A(g,P);A(T(g),S);g=(c?r:t)(g);(a?z:x)(this,g.node,g.offset)}}function z(c,a,j){var d=c.endContainer,x=c.endOffset;if(a!==c.startContainer||j!==
31
+ c.startOffset){if(T(a)!=T(d)||1==f.comparePoints(a,j,d,x))d=a,x=j;g(c,a,j,d,x)}}function x(c,a,j){var d=c.startContainer,z=c.startOffset;if(a!==c.endContainer||j!==c.endOffset){if(T(a)!=T(d)||-1==f.comparePoints(a,j,d,z))d=a,z=j;g(c,d,z,a,j)}}c.prototype=new R;a.util.extend(c.prototype,{setStart:function(c,a){s(this);D(c,!0);G(c,a);z(this,c,a)},setEnd:function(c,a){s(this);D(c,!0);G(c,a);x(this,c,a)},setStartBefore:d(!0,!0),setStartAfter:d(!1,!0),setEndBefore:d(!0,!1),setEndAfter:d(!1,!1),collapse:function(c){C(this);
32
+ c?g(this,this.startContainer,this.startOffset,this.startContainer,this.startOffset):g(this,this.endContainer,this.endOffset,this.endContainer,this.endOffset)},selectNodeContents:function(c){s(this);D(c,!0);g(this,c,0,c,f.getNodeLength(c))},selectNode:function(c){s(this);D(c,!1);A(c,P);var a=r(c),c=t(c);g(this,a.node,a.offset,c.node,c.offset)},extractContents:u(p,g),deleteContents:u(o,g),canSurroundContents:function(){C(this);y(this.startContainer);y(this.endContainer);var c=new b(this,!0),a=c._first&&
33
+ q(c._first,this)||c._last&&q(c._last,this);c.detach();return!a},detach:function(){j(this)},splitBoundaries:function(){C(this);var c=this.startContainer,a=this.startOffset,j=this.endContainer,d=this.endOffset,z=c===j;f.isCharacterDataNode(j)&&0<d&&d<j.length&&f.splitDataNode(j,d);f.isCharacterDataNode(c)&&0<a&&a<c.length&&(c=f.splitDataNode(c,a),z?(d-=a,j=c):j==c.parentNode&&d>=f.getNodeIndex(c)&&d++,a=0);g(this,c,a,j,d)},normalizeBoundaries:function(){C(this);var c=this.startContainer,a=this.startOffset,
34
+ j=this.endContainer,d=this.endOffset,z=function(c){var a=c.nextSibling;a&&a.nodeType==c.nodeType&&(j=c,d=c.length,c.appendData(a.data),a.parentNode.removeChild(a))},x=function(g){var z=g.previousSibling;if(z&&z.nodeType==g.nodeType){c=g;var x=g.length;a=z.length;g.insertData(0,z.data);z.parentNode.removeChild(z);c==j?(d+=a,j=c):j==g.parentNode&&(z=f.getNodeIndex(g),d==z?(j=g,d=x):d>z&&d--)}},J=!0;f.isCharacterDataNode(j)?j.length==d&&z(j):(0<d&&(J=j.childNodes[d-1])&&f.isCharacterDataNode(J)&&z(J),
35
+ J=!this.collapsed);J?f.isCharacterDataNode(c)?0==a&&x(c):a<c.childNodes.length&&(z=c.childNodes[a])&&f.isCharacterDataNode(z)&&x(z):(c=j,a=d);g(this,c,a,j,d)},collapseToPoint:function(c,a){s(this);D(c,!0);G(c,a);(c!==this.startContainer||a!==this.startOffset||c!==this.endContainer||a!==this.endOffset)&&g(this,c,a,c,a)}});K(c)}function F(c){c.collapsed=c.startContainer===c.endContainer&&c.startOffset===c.endOffset;c.commonAncestorContainer=c.collapsed?c.startContainer:f.getCommonAncestor(c.startContainer,
36
+ c.endContainer)}function W(c,a,g,j,d){var z=c.startContainer!==a||c.startOffset!==g,x=c.endContainer!==j||c.endOffset!==d;c.startContainer=a;c.startOffset=g;c.endContainer=j;c.endOffset=d;F(c);v(c,"boundarychange",{startMoved:z,endMoved:x})}function H(c){this.startContainer=c;this.startOffset=0;this.endContainer=c;this.endOffset=0;this._listeners={boundarychange:[],detach:[]};F(this)}a.requireModules(["DomUtil"]);var f=a.dom,V=f.DomPosition,L=a.DOMException;b.prototype={_current:null,_next:null,_first:null,
37
+ _last:null,isSingleCharacterDataNode:!1,reset:function(){this._current=null;this._next=this._first},hasNext:function(){return!!this._next},next:function(){var c=this._current=this._next;c&&(this._next=c!==this._last?c.nextSibling:null,f.isCharacterDataNode(c)&&this.clonePartiallySelectedTextNodes&&(c===this.ec&&(c=c.cloneNode(!0)).deleteData(this.eo,c.length-this.eo),this._current===this.sc&&(c=c.cloneNode(!0)).deleteData(0,this.so)));return c},remove:function(){var c=this._current,a,g;f.isCharacterDataNode(c)&&
38
+ (c===this.sc||c===this.ec)?(a=c===this.sc?this.so:0,g=c===this.ec?this.eo:c.length,a!=g&&c.deleteData(a,g-a)):c.parentNode&&c.parentNode.removeChild(c)},isPartiallySelectedSubtree:function(){return q(this._current,this.range)},getSubtreeIterator:function(){var c;if(this.isSingleCharacterDataNode)c=this.range.cloneRange(),c.collapse();else{c=new H(h(this.range));var a=this._current,g=a,j=0,d=a,z=f.getNodeLength(a);f.isAncestorOf(a,this.sc,!0)&&(g=this.sc,j=this.so);f.isAncestorOf(a,this.ec,!0)&&(d=
39
+ this.ec,z=this.eo);W(c,g,j,d,z)}return new b(c,this.clonePartiallySelectedTextNodes)},detach:function(c){c&&this.range.detach();this.range=this._current=this._next=this._first=this._last=this.sc=this.so=this.ec=this.eo=null}};k.prototype={BAD_BOUNDARYPOINTS_ERR:1,INVALID_NODE_TYPE_ERR:2};k.prototype.toString=function(){return this.message};d.prototype={_current:null,hasNext:function(){return!!this._next},next:function(){this._current=this._next;this._next=this.nodes[++this._position];return this._current},
40
+ detach:function(){this._current=this._next=this.nodes=null}};var P=[1,3,4,5,7,8,10],S=[2,9,11],U=[1,3,4,5,7,8,10,11],x=[1,3,4,5,7,8],T=f.getRootContainer,N=i([9,11]),X=i([5,6,10,12]),$=i([6,10,12]),Y=document.createElement("style"),Z=!1;try{Y.innerHTML="<b>x</b>",Z=3==Y.firstChild.nodeType}catch(ba){}a.features.htmlParsingConforms=Z;var Q="startContainer,startOffset,endContainer,endOffset,collapsed,commonAncestorContainer".split(","),c=0,g=1,j=2,z=3,J=0,ca=1,da=2,aa=3;R.prototype={attachListener:function(c,
41
+ a){this._listeners[c].push(a)},compareBoundaryPoints:function(a,j){C(this);I(this.startContainer,j.startContainer);var d=a==z||a==c?"start":"end",x=a==g||a==c?"start":"end";return f.comparePoints(this[d+"Container"],this[d+"Offset"],j[x+"Container"],j[x+"Offset"])},insertNode:function(c){C(this);A(c,U);y(this.startContainer);if(f.isAncestorOf(c,this.startContainer,!0))throw new L("HIERARCHY_REQUEST_ERR");this.setStartBefore(e(c,this.startContainer,this.startOffset))},cloneContents:function(){C(this);
42
+ var c,a;if(this.collapsed)return h(this).createDocumentFragment();if(this.startContainer===this.endContainer&&f.isCharacterDataNode(this.startContainer))return c=this.startContainer.cloneNode(!0),c.data=c.data.slice(this.startOffset,this.endOffset),a=h(this).createDocumentFragment(),a.appendChild(c),a;a=new b(this,!0);c=B(a);a.detach();return c},canSurroundContents:function(){C(this);y(this.startContainer);y(this.endContainer);var c=new b(this,!0),a=c._first&&q(c._first,this)||c._last&&q(c._last,
43
+ this);c.detach();return!a},surroundContents:function(c){A(c,x);if(!this.canSurroundContents())throw new k("BAD_BOUNDARYPOINTS_ERR");var a=this.extractContents();if(c.hasChildNodes())for(;c.lastChild;)c.removeChild(c.lastChild);e(c,this.startContainer,this.startOffset);c.appendChild(a);this.selectNode(c)},cloneRange:function(){C(this);for(var c=new H(h(this)),a=Q.length,g;a--;)g=Q[a],c[g]=this[g];return c},toString:function(){C(this);var c=this.startContainer;if(c===this.endContainer&&f.isCharacterDataNode(c))return 3==
44
+ c.nodeType||4==c.nodeType?c.data.slice(this.startOffset,this.endOffset):"";var a=[],c=new b(this,!0);m(c,function(c){(3==c.nodeType||4==c.nodeType)&&a.push(c.data)});c.detach();return a.join("")},compareNode:function(c){C(this);var a=c.parentNode,g=f.getNodeIndex(c);if(!a)throw new L("NOT_FOUND_ERR");c=this.comparePoint(a,g);a=this.comparePoint(a,g+1);return 0>c?0<a?da:J:0<a?ca:aa},comparePoint:function(c,a){C(this);E(c,"HIERARCHY_REQUEST_ERR");I(c,this.startContainer);return 0>f.comparePoints(c,
45
+ a,this.startContainer,this.startOffset)?-1:0<f.comparePoints(c,a,this.endContainer,this.endOffset)?1:0},createContextualFragment:Z?function(c){var a=this.startContainer,g=f.getDocument(a);if(!a)throw new L("INVALID_STATE_ERR");var j=null;1==a.nodeType?j=a:f.isCharacterDataNode(a)&&(j=f.parentElement(a));j=null===j||"HTML"==j.nodeName&&f.isHtmlNamespace(f.getDocument(j).documentElement)&&f.isHtmlNamespace(j)?g.createElement("body"):j.cloneNode(!1);j.innerHTML=c;return f.fragmentFromNodeChildren(j)}:
46
+ function(c){s(this);var a=h(this).createElement("body");a.innerHTML=c;return f.fragmentFromNodeChildren(a)},toHtml:function(){C(this);var c=h(this).createElement("div");c.appendChild(this.cloneContents());return c.innerHTML},intersectsNode:function(c,a){C(this);E(c,"NOT_FOUND_ERR");if(f.getDocument(c)!==h(this))return!1;var g=c.parentNode,j=f.getNodeIndex(c);E(g,"NOT_FOUND_ERR");var d=f.comparePoints(g,j,this.endContainer,this.endOffset),g=f.comparePoints(g,j+1,this.startContainer,this.startOffset);
47
+ return a?0>=d&&0<=g:0>d&&0<g},isPointInRange:function(c,a){C(this);E(c,"HIERARCHY_REQUEST_ERR");I(c,this.startContainer);return 0<=f.comparePoints(c,a,this.startContainer,this.startOffset)&&0>=f.comparePoints(c,a,this.endContainer,this.endOffset)},intersectsRange:function(c,a){C(this);if(h(c)!=h(this))throw new L("WRONG_DOCUMENT_ERR");var g=f.comparePoints(this.startContainer,this.startOffset,c.endContainer,c.endOffset),j=f.comparePoints(this.endContainer,this.endOffset,c.startContainer,c.startOffset);
48
+ return a?0>=g&&0<=j:0>g&&0<j},intersection:function(c){if(this.intersectsRange(c)){var a=f.comparePoints(this.startContainer,this.startOffset,c.startContainer,c.startOffset),g=f.comparePoints(this.endContainer,this.endOffset,c.endContainer,c.endOffset),j=this.cloneRange();-1==a&&j.setStart(c.startContainer,c.startOffset);1==g&&j.setEnd(c.endContainer,c.endOffset);return j}return null},union:function(c){if(this.intersectsRange(c,!0)){var a=this.cloneRange();-1==f.comparePoints(c.startContainer,c.startOffset,
49
+ this.startContainer,this.startOffset)&&a.setStart(c.startContainer,c.startOffset);1==f.comparePoints(c.endContainer,c.endOffset,this.endContainer,this.endOffset)&&a.setEnd(c.endContainer,c.endOffset);return a}throw new k("Ranges do not intersect");},containsNode:function(c,a){return a?this.intersectsNode(c,!1):this.compareNode(c)==aa},containsNodeContents:function(c){return 0<=this.comparePoint(c,0)&&0>=this.comparePoint(c,f.getNodeLength(c))},containsRange:function(c){return this.intersection(c).equals(c)},
50
+ containsNodeText:function(c){var a=this.cloneRange();a.selectNode(c);var g=a.getNodes([3]);return 0<g.length?(a.setStart(g[0],0),c=g.pop(),a.setEnd(c,c.length),c=this.containsRange(a),a.detach(),c):this.containsNodeContents(c)},createNodeIterator:function(c,a){C(this);return new d(this,c,a)},getNodes:function(c,a){C(this);return n(this,c,a)},getDocument:function(){return h(this)},collapseBefore:function(c){s(this);this.setEndBefore(c);this.collapse(!1)},collapseAfter:function(c){s(this);this.setStartAfter(c);
51
+ this.collapse(!0)},getName:function(){return"DomRange"},equals:function(c){return H.rangesEqual(this,c)},isValid:function(){return M(this)},inspect:function(){return l(this)}};w(H,W,function(c){s(c);c.startContainer=c.startOffset=c.endContainer=c.endOffset=null;c.collapsed=c.commonAncestorContainer=null;v(c,"detach",null);c._listeners=null});a.rangePrototype=R.prototype;H.rangeProperties=Q;H.RangeIterator=b;H.copyComparisonConstants=K;H.createPrototypeRange=w;H.inspect=l;H.getRangeDocument=h;H.rangesEqual=
52
+ function(c,a){return c.startContainer===a.startContainer&&c.startOffset===a.startOffset&&c.endContainer===a.endContainer&&c.endOffset===a.endOffset};a.DomRange=H;a.RangeException=k});
53
+ rangy.createModule("WrappedRange",function(a){function q(a,e,p,h){var l=a.duplicate();l.collapse(p);var b=l.parentElement();r.isAncestorOf(e,b,!0)||(b=e);if(!b.canHaveHTML)return new t(b.parentNode,r.getNodeIndex(b));var e=r.getDocument(b).createElement("span"),k,d=p?"StartToStart":"StartToEnd";do b.insertBefore(e,e.previousSibling),l.moveToElementText(e);while(0<(k=l.compareEndPoints(d,a))&&e.previousSibling);d=e.nextSibling;if(-1==k&&d&&r.isCharacterDataNode(d)){l.setEndPoint(p?"EndToStart":"EndToEnd",
54
+ a);if(/[\r\n]/.test(d.data)){b=l.duplicate();p=b.text.replace(/\r\n/g,"\r").length;for(p=b.moveStart("character",p);-1==b.compareEndPoints("StartToEnd",b);)p++,b.moveStart("character",1)}else p=l.text.length;b=new t(d,p)}else d=(h||!p)&&e.previousSibling,b=(p=(h||p)&&e.nextSibling)&&r.isCharacterDataNode(p)?new t(p,0):d&&r.isCharacterDataNode(d)?new t(d,d.length):new t(b,r.getNodeIndex(e));e.parentNode.removeChild(e);return b}function h(a,e){var p,h,l=a.offset,b=r.getDocument(a.node),k=b.body.createTextRange(),
55
+ d=r.isCharacterDataNode(a.node);d?(p=a.node,h=p.parentNode):(p=a.node.childNodes,p=l<p.length?p[l]:null,h=a.node);b=b.createElement("span");b.innerHTML="&#feff;";p?h.insertBefore(b,p):h.appendChild(b);k.moveToElementText(b);k.collapse(!e);h.removeChild(b);if(d)k[e?"moveStart":"moveEnd"]("character",l);return k}a.requireModules(["DomUtil","DomRange"]);var v,r=a.dom,t=r.DomPosition,e=a.DomRange;if(a.features.implementsDomRange&&(!a.features.implementsTextRange||!a.config.preferTextRange))(function(){function m(a){for(var b=
56
+ h.length,e;b--;)e=h[b],a[e]=a.nativeRange[e]}var o,h=e.rangeProperties,n;v=function(a){if(!a)throw Error("Range must be specified");this.nativeRange=a;m(this)};e.createPrototypeRange(v,function(a,b,e,m,k){var o=a.endContainer!==m||a.endOffset!=k;if(a.startContainer!==b||a.startOffset!=e||o)a.setEnd(m,k),a.setStart(b,e)},function(a){a.nativeRange.detach();a.detached=!0;for(var b=h.length,e;b--;)e=h[b],a[e]=null});o=v.prototype;o.selectNode=function(a){this.nativeRange.selectNode(a);m(this)};o.deleteContents=
57
+ function(){this.nativeRange.deleteContents();m(this)};o.extractContents=function(){var a=this.nativeRange.extractContents();m(this);return a};o.cloneContents=function(){return this.nativeRange.cloneContents()};o.surroundContents=function(a){this.nativeRange.surroundContents(a);m(this)};o.collapse=function(a){this.nativeRange.collapse(a);m(this)};o.cloneRange=function(){return new v(this.nativeRange.cloneRange())};o.refresh=function(){m(this)};o.toString=function(){return this.nativeRange.toString()};
58
+ var l=document.createTextNode("test");r.getBody(document).appendChild(l);var b=document.createRange();b.setStart(l,0);b.setEnd(l,0);try{b.setStart(l,1),o.setStart=function(a,b){this.nativeRange.setStart(a,b);m(this)},o.setEnd=function(a,b){this.nativeRange.setEnd(a,b);m(this)},n=function(a){return function(b){this.nativeRange[a](b);m(this)}}}catch(k){o.setStart=function(a,b){try{this.nativeRange.setStart(a,b)}catch(e){this.nativeRange.setEnd(a,b),this.nativeRange.setStart(a,b)}m(this)},o.setEnd=function(a,
59
+ b){try{this.nativeRange.setEnd(a,b)}catch(e){this.nativeRange.setStart(a,b),this.nativeRange.setEnd(a,b)}m(this)},n=function(a,b){return function(e){try{this.nativeRange[a](e)}catch(k){this.nativeRange[b](e),this.nativeRange[a](e)}m(this)}}}o.setStartBefore=n("setStartBefore","setEndBefore");o.setStartAfter=n("setStartAfter","setEndAfter");o.setEndBefore=n("setEndBefore","setStartBefore");o.setEndAfter=n("setEndAfter","setStartAfter");b.selectNodeContents(l);o.selectNodeContents=b.startContainer==
60
+ l&&b.endContainer==l&&0==b.startOffset&&b.endOffset==l.length?function(a){this.nativeRange.selectNodeContents(a);m(this)}:function(a){this.setStart(a,0);this.setEnd(a,e.getEndOffset(a))};b.selectNodeContents(l);b.setEnd(l,3);n=document.createRange();n.selectNodeContents(l);n.setEnd(l,4);n.setStart(l,2);o.compareBoundaryPoints=-1==b.compareBoundaryPoints(b.START_TO_END,n)&1==b.compareBoundaryPoints(b.END_TO_START,n)?function(a,b){b=b.nativeRange||b;a==b.START_TO_END?a=b.END_TO_START:a==b.END_TO_START&&
61
+ (a=b.START_TO_END);return this.nativeRange.compareBoundaryPoints(a,b)}:function(a,b){return this.nativeRange.compareBoundaryPoints(a,b.nativeRange||b)};a.util.isHostMethod(b,"createContextualFragment")&&(o.createContextualFragment=function(a){return this.nativeRange.createContextualFragment(a)});r.getBody(document).removeChild(l);b.detach();n.detach()})(),a.createNativeRange=function(a){return(a||document).createRange()};else if(a.features.implementsTextRange){v=function(a){this.textRange=a;this.refresh()};
62
+ v.prototype=new e(document);v.prototype.refresh=function(){var a,e,h=this.textRange;a=h.parentElement();var n=h.duplicate();n.collapse(!0);e=n.parentElement();n=h.duplicate();n.collapse(!1);h=n.parentElement();e=e==h?e:r.getCommonAncestor(e,h);e=e==a?e:r.getCommonAncestor(a,e);0==this.textRange.compareEndPoints("StartToEnd",this.textRange)?e=a=q(this.textRange,e,!0,!0):(a=q(this.textRange,e,!0,!1),e=q(this.textRange,e,!1,!1));this.setStart(a.node,a.offset);this.setEnd(e.node,e.offset)};e.copyComparisonConstants(v);
63
+ var B=function(){return this}();"undefined"==typeof B.Range&&(B.Range=v);a.createNativeRange=function(a){return(a||document).body.createTextRange()}}a.features.implementsTextRange&&(v.rangeToTextRange=function(a){if(a.collapsed)return h(new t(a.startContainer,a.startOffset),!0);var e=h(new t(a.startContainer,a.startOffset),!0),p=h(new t(a.endContainer,a.endOffset),!1),a=r.getDocument(a.startContainer).body.createTextRange();a.setEndPoint("StartToStart",e);a.setEndPoint("EndToEnd",p);return a});v.prototype.getName=
64
+ function(){return"WrappedRange"};a.WrappedRange=v;a.createRange=function(e){return new v(a.createNativeRange(e||document))};a.createRangyRange=function(a){return new e(a||document)};a.createIframeRange=function(e){return a.createRange(r.getIframeDocument(e))};a.createIframeRangyRange=function(e){return a.createRangyRange(r.getIframeDocument(e))};a.addCreateMissingNativeApiListener(function(e){e=e.document;if(typeof e.createRange=="undefined")e.createRange=function(){return a.createRange(this)};e=
65
+ e=null})});
66
+ rangy.createModule("WrappedSelection",function(a,q){function h(a){return(a||window).getSelection()}function v(a){return(a||window).document.selection}function r(a,d,b){var e=b?"end":"start",b=b?"start":"end";a.anchorNode=d[e+"Container"];a.anchorOffset=d[e+"Offset"];a.focusNode=d[b+"Container"];a.focusOffset=d[b+"Offset"]}function t(a){a.anchorNode=a.focusNode=null;a.anchorOffset=a.focusOffset=0;a.rangeCount=0;a.isCollapsed=!0;a._ranges.length=0}function e(x){var b;x instanceof D?(b=x._selectionNativeRange,b||
67
+ (b=a.createNativeRange(d.getDocument(x.startContainer)),b.setEnd(x.endContainer,x.endOffset),b.setStart(x.startContainer,x.startOffset),x._selectionNativeRange=b,x.attachListener("detach",function(){this._selectionNativeRange=null}))):x instanceof s?b=x.nativeRange:a.features.implementsDomRange&&x instanceof d.getWindow(x.startContainer).Range&&(b=x);return b}function B(a){var b=a.getNodes(),e;a:if(!b.length||1!=b[0].nodeType)e=!1;else{e=1;for(var u=b.length;e<u;++e)if(!d.isAncestorOf(b[0],b[e])){e=
68
+ !1;break a}e=!0}if(!e)throw Error("getSingleElementFromRange: range "+a.inspect()+" did not consist of a single element");return b[0]}function m(a,d){var b=new s(d);a._ranges=[b];r(a,b,!1);a.rangeCount=1;a.isCollapsed=b.collapsed}function o(b){b._ranges.length=0;if("None"==b.docSelection.type)t(b);else{var e=b.docSelection.createRange();if(e&&"undefined"!=typeof e.text)m(b,e);else{b.rangeCount=e.length;for(var u,w=d.getDocument(e.item(0)),f=0;f<b.rangeCount;++f)u=a.createRange(w),u.selectNode(e.item(f)),
69
+ b._ranges.push(u);b.isCollapsed=1==b.rangeCount&&b._ranges[0].collapsed;r(b,b._ranges[b.rangeCount-1],!1)}}}function p(a,b){for(var e=a.docSelection.createRange(),u=B(b),w=d.getDocument(e.item(0)),w=d.getBody(w).createControlRange(),f=0,F=e.length;f<F;++f)w.add(e.item(f));try{w.add(u)}catch(k){throw Error("addRange(): Element within the specified Range could not be added to control selection (does it have layout?)");}w.select();o(a)}function n(a,d,b){this.nativeSelection=a;this.docSelection=d;this._ranges=
70
+ [];this.win=b;this.refresh()}function l(a,b){for(var e=d.getDocument(b[0].startContainer),e=d.getBody(e).createControlRange(),u=0,w;u<rangeCount;++u){w=B(b[u]);try{e.add(w)}catch(f){throw Error("setRanges(): Element within the one of the specified Ranges could not be added to control selection (does it have layout?)");}}e.select();o(a)}function b(a,b){if(a.anchorNode&&d.getDocument(a.anchorNode)!==d.getDocument(b))throw new A("WRONG_DOCUMENT_ERR");}function k(a){var d=[],b=new G(a.anchorNode,a.anchorOffset),
71
+ e=new G(a.focusNode,a.focusOffset),u="function"==typeof a.getName?a.getName():"Selection";if("undefined"!=typeof a.rangeCount)for(var w=0,f=a.rangeCount;w<f;++w)d[w]=D.inspect(a.getRangeAt(w));return"["+u+"(Ranges: "+d.join(", ")+")(anchor: "+b.inspect()+", focus: "+e.inspect()+"]"}a.requireModules(["DomUtil","DomRange","WrappedRange"]);a.config.checkSelectionRanges=!0;var d=a.dom,i=a.util,D=a.DomRange,s=a.WrappedRange,A=a.DOMException,G=d.DomPosition,I,y,E=a.util.isHostMethod(window,"getSelection"),
72
+ M=a.util.isHostObject(document,"selection"),C=M&&(!E||a.config.preferTextRange);C?(I=v,a.isSelectionValid=function(a){var a=(a||window).document,b=a.selection;return"None"!=b.type||d.getDocument(b.createRange().parentElement())==a}):E?(I=h,a.isSelectionValid=function(){return!0}):q.fail("Neither document.selection or window.getSelection() detected.");a.getNativeSelection=I;var E=I(),R=a.createNativeRange(document),O=d.getBody(document),K=i.areHostObjects(E,i.areHostProperties(E,["anchorOffset","focusOffset"]));
73
+ a.features.selectionHasAnchorAndFocus=K;var u=i.isHostMethod(E,"extend");a.features.selectionHasExtend=u;var w="number"==typeof E.rangeCount;a.features.selectionHasRangeCount=w;var F=!1,W=!0;i.areHostMethods(E,["addRange","getRangeAt","removeAllRanges"])&&"number"==typeof E.rangeCount&&a.features.implementsDomRange&&function(){var a=document.createElement("iframe");a.frameBorder=0;a.style.position="absolute";a.style.left="-10000px";O.appendChild(a);var b=d.getIframeDocument(a);b.open();b.write("<html><head></head><body>12</body></html>");
74
+ b.close();var e=d.getIframeWindow(a).getSelection(),u=b.documentElement.lastChild.firstChild,b=b.createRange();b.setStart(u,1);b.collapse(true);e.addRange(b);W=e.rangeCount==1;e.removeAllRanges();var w=b.cloneRange();b.setStart(u,0);w.setEnd(u,2);e.addRange(b);e.addRange(w);F=e.rangeCount==2;b.detach();w.detach();O.removeChild(a)}();a.features.selectionSupportsMultipleRanges=F;a.features.collapsedNonEditableSelectionsSupported=W;var H=!1,f;O&&i.isHostMethod(O,"createControlRange")&&(f=O.createControlRange(),
75
+ i.areHostProperties(f,["item","add"])&&(H=!0));a.features.implementsControlRange=H;y=K?function(a){return a.anchorNode===a.focusNode&&a.anchorOffset===a.focusOffset}:function(a){return a.rangeCount?a.getRangeAt(a.rangeCount-1).collapsed:false};var V;i.isHostMethod(E,"getRangeAt")?V=function(a,d){try{return a.getRangeAt(d)}catch(b){return null}}:K&&(V=function(b){var e=d.getDocument(b.anchorNode),e=a.createRange(e);e.setStart(b.anchorNode,b.anchorOffset);e.setEnd(b.focusNode,b.focusOffset);if(e.collapsed!==
76
+ this.isCollapsed){e.setStart(b.focusNode,b.focusOffset);e.setEnd(b.anchorNode,b.anchorOffset)}return e});a.getSelection=function(a){var a=a||window,b=a._rangySelection,d=I(a),e=M?v(a):null;if(b){b.nativeSelection=d;b.docSelection=e;b.refresh(a)}else{b=new n(d,e,a);a._rangySelection=b}return b};a.getIframeSelection=function(b){return a.getSelection(d.getIframeWindow(b))};f=n.prototype;if(!C&&K&&i.areHostMethods(E,["removeAllRanges","addRange"])){f.removeAllRanges=function(){this.nativeSelection.removeAllRanges();
77
+ t(this)};var L=function(b,d){var u=D.getRangeDocument(d),u=a.createRange(u);u.collapseToPoint(d.endContainer,d.endOffset);b.nativeSelection.addRange(e(u));b.nativeSelection.extend(d.startContainer,d.startOffset);b.refresh()};f.addRange=w?function(b,d){if(H&&M&&this.docSelection.type=="Control")p(this,b);else if(d&&u)L(this,b);else{var w;if(F)w=this.rangeCount;else{this.removeAllRanges();w=0}this.nativeSelection.addRange(e(b));this.rangeCount=this.nativeSelection.rangeCount;if(this.rangeCount==w+1){if(a.config.checkSelectionRanges)(w=
78
+ V(this.nativeSelection,this.rangeCount-1))&&!D.rangesEqual(w,b)&&(b=new s(w));this._ranges[this.rangeCount-1]=b;r(this,b,U(this.nativeSelection));this.isCollapsed=y(this)}else this.refresh()}}:function(a,b){if(b&&u)L(this,a);else{this.nativeSelection.addRange(e(a));this.refresh()}};f.setRanges=function(a){if(H&&a.length>1)l(this,a);else{this.removeAllRanges();for(var b=0,d=a.length;b<d;++b)this.addRange(a[b])}}}else if(i.isHostMethod(E,"empty")&&i.isHostMethod(R,"select")&&H&&C)f.removeAllRanges=
79
+ function(){try{this.docSelection.empty();if(this.docSelection.type!="None"){var a;if(this.anchorNode)a=d.getDocument(this.anchorNode);else if(this.docSelection.type=="Control"){var b=this.docSelection.createRange();b.length&&(a=d.getDocument(b.item(0)).body.createTextRange())}if(a){a.body.createTextRange().select();this.docSelection.empty()}}}catch(e){}t(this)},f.addRange=function(a){if(this.docSelection.type=="Control")p(this,a);else{s.rangeToTextRange(a).select();this._ranges[0]=a;this.rangeCount=
80
+ 1;this.isCollapsed=this._ranges[0].collapsed;r(this,a,false)}},f.setRanges=function(a){this.removeAllRanges();var b=a.length;b>1?l(this,a):b&&this.addRange(a[0])};else return q.fail("No means of selecting a Range or TextRange was found"),!1;f.getRangeAt=function(a){if(a<0||a>=this.rangeCount)throw new A("INDEX_SIZE_ERR");return this._ranges[a]};var P;if(C)P=function(b){var e;if(a.isSelectionValid(b.win))e=b.docSelection.createRange();else{e=d.getBody(b.win.document).createTextRange();e.collapse(true)}b.docSelection.type==
81
+ "Control"?o(b):e&&typeof e.text!="undefined"?m(b,e):t(b)};else if(i.isHostMethod(E,"getRangeAt")&&"number"==typeof E.rangeCount)P=function(b){if(H&&M&&b.docSelection.type=="Control")o(b);else{b._ranges.length=b.rangeCount=b.nativeSelection.rangeCount;if(b.rangeCount){for(var d=0,e=b.rangeCount;d<e;++d)b._ranges[d]=new a.WrappedRange(b.nativeSelection.getRangeAt(d));r(b,b._ranges[b.rangeCount-1],U(b.nativeSelection));b.isCollapsed=y(b)}else t(b)}};else if(K&&"boolean"==typeof E.isCollapsed&&"boolean"==
82
+ typeof R.collapsed&&a.features.implementsDomRange)P=function(a){var b;b=a.nativeSelection;if(b.anchorNode){b=V(b,0);a._ranges=[b];a.rangeCount=1;b=a.nativeSelection;a.anchorNode=b.anchorNode;a.anchorOffset=b.anchorOffset;a.focusNode=b.focusNode;a.focusOffset=b.focusOffset;a.isCollapsed=y(a)}else t(a)};else return q.fail("No means of obtaining a Range or TextRange from the user's selection was found"),!1;f.refresh=function(a){var b=a?this._ranges.slice(0):null;P(this);if(a){a=b.length;if(a!=this._ranges.length)return false;
83
+ for(;a--;)if(!D.rangesEqual(b[a],this._ranges[a]))return false;return true}};var S=function(a,b){var d=a.getAllRanges(),e=false;a.removeAllRanges();for(var u=0,w=d.length;u<w;++u)e||b!==d[u]?a.addRange(d[u]):e=true;a.rangeCount||t(a)};f.removeRange=H?function(a){if(this.docSelection.type=="Control"){for(var b=this.docSelection.createRange(),a=B(a),e=d.getDocument(b.item(0)),e=d.getBody(e).createControlRange(),u,w=false,f=0,F=b.length;f<F;++f){u=b.item(f);u!==a||w?e.add(b.item(f)):w=true}e.select();
84
+ o(this)}else S(this,a)}:function(a){S(this,a)};var U;!C&&K&&a.features.implementsDomRange?(U=function(a){var b=false;a.anchorNode&&(b=d.comparePoints(a.anchorNode,a.anchorOffset,a.focusNode,a.focusOffset)==1);return b},f.isBackwards=function(){return U(this)}):U=f.isBackwards=function(){return false};f.toString=function(){for(var a=[],b=0,d=this.rangeCount;b<d;++b)a[b]=""+this._ranges[b];return a.join("")};f.collapse=function(e,u){b(this,e);var w=a.createRange(d.getDocument(e));w.collapseToPoint(e,
85
+ u);this.removeAllRanges();this.addRange(w);this.isCollapsed=true};f.collapseToStart=function(){if(this.rangeCount){var a=this._ranges[0];this.collapse(a.startContainer,a.startOffset)}else throw new A("INVALID_STATE_ERR");};f.collapseToEnd=function(){if(this.rangeCount){var a=this._ranges[this.rangeCount-1];this.collapse(a.endContainer,a.endOffset)}else throw new A("INVALID_STATE_ERR");};f.selectAllChildren=function(e){b(this,e);var u=a.createRange(d.getDocument(e));u.selectNodeContents(e);this.removeAllRanges();
86
+ this.addRange(u)};f.deleteFromDocument=function(){if(H&&M&&this.docSelection.type=="Control"){for(var a=this.docSelection.createRange(),b;a.length;){b=a.item(0);a.remove(b);b.parentNode.removeChild(b)}this.refresh()}else if(this.rangeCount){a=this.getAllRanges();this.removeAllRanges();b=0;for(var d=a.length;b<d;++b)a[b].deleteContents();this.addRange(a[d-1])}};f.getAllRanges=function(){return this._ranges.slice(0)};f.setSingleRange=function(a){this.setRanges([a])};f.containsNode=function(a,b){for(var d=
87
+ 0,e=this._ranges.length;d<e;++d)if(this._ranges[d].containsNode(a,b))return true;return false};f.toHtml=function(){var a="";if(this.rangeCount){for(var a=D.getRangeDocument(this._ranges[0]).createElement("div"),b=0,d=this._ranges.length;b<d;++b)a.appendChild(this._ranges[b].cloneContents());a=a.innerHTML}return a};f.getName=function(){return"WrappedSelection"};f.inspect=function(){return k(this)};f.detach=function(){this.win=this.anchorNode=this.focusNode=this.win._rangySelection=null};n.inspect=
88
+ k;a.Selection=n;a.selectionPrototype=f;a.addCreateMissingNativeApiListener(function(b){if(typeof b.getSelection=="undefined")b.getSelection=function(){return a.getSelection(this)};b=null})});
89
+ rangy.createModule("CssClassApplier",function(a,q){function h(a,b){return a.className&&RegExp("(?:^|\\s)"+b+"(?:\\s|$)").test(a.className)}function v(a,b){a.className?h(a,b)||(a.className+=" "+b):a.className=b}function r(a){return a.split(/\s+/).sort().join(" ")}function t(a,b){return r(a.className)==r(b.className)}function e(a){for(var b=a.parentNode;a.hasChildNodes();)b.insertBefore(a.firstChild,a);b.removeChild(a)}function B(a,b){var d=a.cloneRange();d.selectNodeContents(b);var e=d.intersection(a),
90
+ e=e?e.toString():"";d.detach();return""!=e}function m(a){return a.getNodes([3],function(b){return B(a,b)})}function o(a,b){if(a.attributes.length!=b.attributes.length)return!1;for(var d=0,e=a.attributes.length,k,f;d<e;++d)if(k=a.attributes[d],f=k.name,"class"!=f&&(f=b.attributes.getNamedItem(f),k.specified!=f.specified||k.specified&&k.nodeValue!==f.nodeValue))return!1;return!0}function p(a,b){for(var d=0,e=a.attributes.length,k;d<e;++d)if(k=a.attributes[d].name,(!b||!A.arrayContains(b,k))&&a.attributes[d].specified&&
91
+ "class"!=k)return!0;return!1}function n(a){var b;return a&&1==a.nodeType&&((b=a.parentNode)&&9==b.nodeType&&"on"==b.designMode||y(a)&&!y(a.parentNode))}function l(a){return(y(a)||1!=a.nodeType&&y(a.parentNode))&&!n(a)}function b(a){return a&&1==a.nodeType&&!E.test(I(a,"display"))}function k(a){if(0==a.data.length)return!0;if(M.test(a.data))return!1;switch(I(a.parentNode,"whiteSpace")){case "pre":case "pre-wrap":case "-moz-pre-wrap":return!1;case "pre-line":if(/[\r\n]/.test(a.data))return!1}return b(a.previousSibling)||
92
+ b(a.nextSibling)}function d(a,b,e,k){var i,f=0==e;if(A.isAncestorOf(b,a))return a;if(A.isCharacterDataNode(b))if(0==e)e=A.getNodeIndex(b),b=b.parentNode;else if(e==b.length)e=A.getNodeIndex(b)+1,b=b.parentNode;else throw q.createError("splitNodeAt should not be called with offset in the middle of a data node ("+e+" in "+b.data);if(A.isCharacterDataNode(b)?0==e?b.previousSibling:e==b.length?b.nextSibling:1:0<e&&e<b.childNodes.length){if(!i){i=b.cloneNode(!1);for(i.id&&i.removeAttribute("id");f=b.childNodes[e];)i.appendChild(f);
93
+ A.insertAfter(i,b)}return b==a?i:d(a,i.parentNode,A.getNodeIndex(i),k)}return a!=b?(i=b.parentNode,b=A.getNodeIndex(b),f||b++,d(a,i,b,k)):a}function i(a){var b=a?"nextSibling":"previousSibling";return function(d,e){var k=d.parentNode,f=d[b];if(f){if(f&&3==f.nodeType)return f}else if(e&&(f=k[b])&&1==f.nodeType&&k.tagName==f.tagName&&t(k,f)&&o(k,f))return f[a?"firstChild":"lastChild"];return null}}function D(a){this.firstTextNode=(this.isElementMerge=1==a.nodeType)?a.lastChild:a;this.textNodes=[this.firstTextNode]}
94
+ function s(a,b,d){this.cssClass=a;var e,k,f=null;if("object"==typeof b&&null!==b){d=b.tagNames;f=b.elementProperties;for(e=0;k=O[e++];)b.hasOwnProperty(k)&&(this[k]=b[k]);e=b.normalize}else e=b;this.normalize="undefined"==typeof e?!0:e;this.attrExceptions=[];e=document.createElement(this.elementTagName);this.elementProperties={};for(var i in f)f.hasOwnProperty(i)&&(K.hasOwnProperty(i)&&(i=K[i]),e[i]=f[i],this.elementProperties[i]=e[i],this.attrExceptions.push(i));this.elementSortedClassName=this.elementProperties.hasOwnProperty("className")?
95
+ r(this.elementProperties.className+" "+a):a;this.applyToAnyTagName=!1;a=typeof d;if("string"==a)"*"==d?this.applyToAnyTagName=!0:this.tagNames=d.toLowerCase().replace(/^\s\s*/,"").replace(/\s\s*$/,"").split(/\s*,\s*/);else if("object"==a&&"number"==typeof d.length){this.tagNames=[];e=0;for(a=d.length;e<a;++e)"*"==d[e]?this.applyToAnyTagName=!0:this.tagNames.push(d[e].toLowerCase())}else this.tagNames=[this.elementTagName]}a.requireModules(["WrappedSelection","WrappedRange"]);var A=a.dom,G=function(){function a(b,
96
+ d,e){return d&&e?" ":""}return function(b,d){b.className&&(b.className=b.className.replace(RegExp("(?:^|\\s)"+d+"(?:\\s|$)"),a))}}(),I;"undefined"!=typeof window.getComputedStyle?I=function(a,b){return A.getWindow(a).getComputedStyle(a,null)[b]}:"undefined"!=typeof document.documentElement.currentStyle?I=function(a,b){return a.currentStyle[b]}:q.fail("No means of obtaining computed style properties found");var y;(function(){y="boolean"==typeof document.createElement("div").isContentEditable?function(a){return a&&
97
+ 1==a.nodeType&&a.isContentEditable}:function(a){return!a||1!=a.nodeType||"false"==a.contentEditable?!1:"true"==a.contentEditable||y(a.parentNode)}})();var E=/^inline(-block|-table)?$/i,M=/[^\r\n\t\f \u200B]/,C=i(!1),R=i(!0);D.prototype={doMerge:function(){for(var a=[],b,d,e=0,k=this.textNodes.length;e<k;++e)b=this.textNodes[e],d=b.parentNode,a[e]=b.data,e&&(d.removeChild(b),d.hasChildNodes()||d.parentNode.removeChild(d));return this.firstTextNode.data=a=a.join("")},getLength:function(){for(var a=
98
+ this.textNodes.length,b=0;a--;)b+=this.textNodes[a].length;return b},toString:function(){for(var a=[],b=0,d=this.textNodes.length;b<d;++b)a[b]="'"+this.textNodes[b].data+"'";return"[Merge("+a.join(",")+")]"}};var O=["elementTagName","ignoreWhiteSpace","applyToEditableOnly"],K={"class":"className"};s.prototype={elementTagName:"span",elementProperties:{},ignoreWhiteSpace:!0,applyToEditableOnly:!1,hasClass:function(a){return 1==a.nodeType&&A.arrayContains(this.tagNames,a.tagName.toLowerCase())&&h(a,
99
+ this.cssClass)},getSelfOrAncestorWithClass:function(a){for(;a;){if(this.hasClass(a,this.cssClass))return a;a=a.parentNode}return null},isModifiable:function(a){return!this.applyToEditableOnly||l(a)},isIgnorableWhiteSpaceNode:function(a){return this.ignoreWhiteSpace&&a&&3==a.nodeType&&k(a)},postApply:function(a,b,d){for(var e=a[0],k=a[a.length-1],f=[],i,m=e,h=k,l=0,o=k.length,s,p,n=0,t=a.length;n<t;++n)if(s=a[n],p=C(s,!d)){if(i||(i=new D(p),f.push(i)),i.textNodes.push(s),s===e&&(m=i.firstTextNode,
100
+ l=m.length),s===k)h=i.firstTextNode,o=i.getLength()}else i=null;if(a=R(k,!d))i||(i=new D(k),f.push(i)),i.textNodes.push(a);if(f.length){n=0;for(t=f.length;n<t;++n)f[n].doMerge();b.setStart(m,l);b.setEnd(h,o)}},createContainer:function(b){b=b.createElement(this.elementTagName);a.util.extend(b,this.elementProperties);v(b,this.cssClass);return b},applyToTextNode:function(a){var b=a.parentNode;1==b.childNodes.length&&A.arrayContains(this.tagNames,b.tagName.toLowerCase())?v(b,this.cssClass):(b=this.createContainer(A.getDocument(a)),
101
+ a.parentNode.insertBefore(b,a),b.appendChild(a))},isRemovable:function(a){var b;if(b=a.tagName.toLowerCase()==this.elementTagName)if(b=r(a.className)==this.elementSortedClassName){var d;a:{b=this.elementProperties;for(d in b)if(b.hasOwnProperty(d)&&a[d]!==b[d]){d=!1;break a}d=!0}b=d&&!p(a,this.attrExceptions)&&this.isModifiable(a)}return b},undoToTextNode:function(a,b,k){b.containsNode(k)||(a=b.cloneRange(),a.selectNode(k),a.isPointInRange(b.endContainer,b.endOffset)&&(d(k,b.endContainer,b.endOffset,
102
+ [b]),b.setEndAfter(k)),a.isPointInRange(b.startContainer,b.startOffset)&&(k=d(k,b.startContainer,b.startOffset,[b])));this.isRemovable(k)?e(k):G(k,this.cssClass)},applyToRange:function(a){a.splitBoundaries();var b=m(a);if(b.length){for(var d,e=0,k=b.length;e<k;++e)d=b[e],!this.isIgnorableWhiteSpaceNode(d)&&!this.getSelfOrAncestorWithClass(d)&&this.isModifiable(d)&&this.applyToTextNode(d);a.setStart(b[0],0);d=b[b.length-1];a.setEnd(d,d.length);this.normalize&&this.postApply(b,a,!1)}},applyToSelection:function(b){var b=
103
+ a.getSelection(b||window),d,e=b.getAllRanges();b.removeAllRanges();for(var k=e.length;k--;)d=e[k],this.applyToRange(d),b.addRange(d)},undoToRange:function(a){a.splitBoundaries();var b=m(a),d,e,k=b[b.length-1];if(b.length){for(var f=0,i=b.length;f<i;++f)d=b[f],(e=this.getSelfOrAncestorWithClass(d))&&this.isModifiable(d)&&this.undoToTextNode(d,a,e),a.setStart(b[0],0),a.setEnd(k,k.length);this.normalize&&this.postApply(b,a,!0)}},undoToSelection:function(b){var b=a.getSelection(b||window),d=b.getAllRanges(),
104
+ e;b.removeAllRanges();for(var k=0,i=d.length;k<i;++k)e=d[k],this.undoToRange(e),b.addRange(e)},getTextSelectedByRange:function(a,b){var d=b.cloneRange();d.selectNodeContents(a);var e=d.intersection(b),e=e?e.toString():"";d.detach();return e},isAppliedToRange:function(a){if(a.collapsed)return!!this.getSelfOrAncestorWithClass(a.commonAncestorContainer);for(var b=a.getNodes([3]),d=0,e;e=b[d++];)if(!this.isIgnorableWhiteSpaceNode(e)&&B(a,e)&&this.isModifiable(e)&&!this.getSelfOrAncestorWithClass(e))return!1;
105
+ return!0},isAppliedToSelection:function(b){for(var b=a.getSelection(b||window).getAllRanges(),d=b.length;d--;)if(!this.isAppliedToRange(b[d]))return!1;return!0},toggleRange:function(a){this.isAppliedToRange(a)?this.undoToRange(a):this.applyToRange(a)},toggleSelection:function(a){this.isAppliedToSelection(a)?this.undoToSelection(a):this.applyToSelection(a)},detach:function(){}};s.util={hasClass:h,addClass:v,removeClass:G,hasSameClasses:t,replaceWithOwnChildren:e,elementsHaveSameNonClassAttributes:o,
106
+ elementHasNonClassAttributes:p,splitNodeAt:d,isEditableElement:y,isEditingHost:n,isEditable:l};a.CssClassApplier=s;a.createCssClassApplier=function(a,b,d){return new s(a,b,d)}});
107
+ rangy.createModule("SaveRestore",function(a,q){function h(a,h){var p="selectionBoundary_"+ +new Date+"_"+(""+Math.random()).slice(2),n,l=e.getDocument(a.startContainer),b=a.cloneRange();b.collapse(h);n=l.createElement("span");n.id=p;n.style.lineHeight="0";n.style.display="none";n.className="rangySelectionBoundary";n.appendChild(l.createTextNode(B));b.insertNode(n);b.detach();return n}function v(a,e,h,n){(a=(a||document).getElementById(h))?(e[n?"setStartBefore":"setEndBefore"](a),a.parentNode.removeChild(a)):
108
+ q.warn("Marker element has been removed. Cannot restore selection.")}function r(a,e){return e.compareBoundaryPoints(a.START_TO_START,a)}function t(a,e){var h=(a||document).getElementById(e);h&&h.parentNode.removeChild(h)}a.requireModules(["DomUtil","DomRange","WrappedRange"]);var e=a.dom,B="\ufeff";a.saveSelection=function(e){var e=e||window,o=e.document;if(a.isSelectionValid(e)){var p=a.getSelection(e),n=p.getAllRanges(),l=[],b,k;n.sort(r);for(var d=0,i=n.length;d<i;++d)b=n[d],b.collapsed?(k=h(b,
109
+ !1),l.push({markerId:k.id,collapsed:!0})):(k=h(b,!1),b=h(b,!0),l[d]={startMarkerId:b.id,endMarkerId:k.id,collapsed:!1,backwards:1==n.length&&p.isBackwards()});for(d=i-1;0<=d;--d)b=n[d],b.collapsed?b.collapseBefore((o||document).getElementById(l[d].markerId)):(b.setEndBefore((o||document).getElementById(l[d].endMarkerId)),b.setStartAfter((o||document).getElementById(l[d].startMarkerId)));p.setRanges(n);return{win:e,doc:o,rangeInfos:l,restored:!1}}q.warn("Cannot save selection. This usually happens when the selection is collapsed and the selection document has lost focus.")};
110
+ a.restoreSelection=function(e,h){if(!e.restored){for(var p=e.rangeInfos,n=a.getSelection(e.win),l=[],b=p.length,k=b-1,d,i;0<=k;--k){d=p[k];i=a.createRange(e.doc);if(d.collapsed)if(d=(e.doc||document).getElementById(d.markerId)){d.style.display="inline";var D=d.previousSibling;D&&3==D.nodeType?(d.parentNode.removeChild(d),i.collapseToPoint(D,D.length)):(i.collapseBefore(d),d.parentNode.removeChild(d))}else q.warn("Marker element has been removed. Cannot restore selection.");else v(e.doc,i,d.startMarkerId,
111
+ !0),v(e.doc,i,d.endMarkerId,!1);1==b&&i.normalizeBoundaries();l[k]=i}1==b&&h&&a.features.selectionHasExtend&&p[0].backwards?(n.removeAllRanges(),n.addRange(l[0],!0)):n.setRanges(l);e.restored=!0}};a.removeMarkerElement=t;a.removeMarkers=function(a){for(var e=a.rangeInfos,h=0,n=e.length,l;h<n;++h)l=e[h],l.collapsed?t(a.doc,l.markerId):(t(a.doc,l.startMarkerId),t(a.doc,l.endMarkerId))}});
112
+ rangy.createModule("Serializer",function(a,q){function h(a,e){var e=e||[],d=a.nodeType,i=a.childNodes,l=i.length,s=[d,a.nodeName,l].join(":"),m="",n="";switch(d){case 3:m=a.nodeValue.replace(/</g,"&lt;").replace(/>/g,"&gt;");break;case 8:m="<\!--"+a.nodeValue.replace(/</g,"&lt;").replace(/>/g,"&gt;")+"--\>";break;default:m="<"+s+">",n="</>"}m&&e.push(m);for(d=0;d<l;++d)h(i[d],e);n&&e.push(n);return e}function v(a){a=h(a).join("");return n(a).toString(16)}function r(a,e,d){for(var i=[],h=a,d=d||l.getDocument(a).documentElement;h&&
113
+ h!=d;)i.push(l.getNodeIndex(h,!0)),h=h.parentNode;return i.join("/")+":"+e}function t(a,e,d){e?d||l.getDocument(e):e=(d||document).documentElement;for(var a=a.split(":"),d=a[0]?a[0].split("/"):[],i=d.length,h;i--;)if(h=parseInt(d[i],10),h<e.childNodes.length)e=e.childNodes[parseInt(d[i],10)];else throw q.createError("deserializePosition failed: node "+l.inspectNode(e)+" has no child with index "+h+", "+i);return new l.DomPosition(e,parseInt(a[1],10))}function e(b,e,d){d=d||a.DomRange.getRangeDocument(b).documentElement;
114
+ if(!l.isAncestorOf(d,b.commonAncestorContainer,!0))throw Error("serializeRange: range is not wholly contained within specified root node");b=r(b.startContainer,b.startOffset,d)+","+r(b.endContainer,b.endOffset,d);e||(b+="{"+v(d)+"}");return b}function B(b,e,d){e?d=d||l.getDocument(e):(d=d||document,e=d.documentElement);var b=/^([^,]+),([^,\{]+)({([^}]+)})?$/.exec(b),i=b[4],h=v(e);if(i&&i!==v(e))throw Error("deserializeRange: checksums of serialized range root node ("+i+") and target root node ("+
115
+ h+") do not match");i=t(b[1],e,d);e=t(b[2],e,d);d=a.createRange(d);d.setStart(i.node,i.offset);d.setEnd(e.node,e.offset);return d}function m(a,e,d){e?d||l.getDocument(e):e=(d||document).documentElement;a=/^([^,]+),([^,]+)({([^}]+)})?$/.exec(a)[3];return!a||a===v(e)}function o(b,k,d){for(var b=b||a.getSelection(),b=b.getAllRanges(),i=[],h=0,l=b.length;h<l;++h)i[h]=e(b[h],k,d);return i.join("|")}function p(b,e,d){e?d=d||l.getWindow(e):(d=d||window,e=d.document.documentElement);for(var b=b.split("|"),
116
+ i=a.getSelection(d),h=[],m=0,n=b.length;m<n;++m)h[m]=B(b[m],e,d.document);i.setRanges(h);return i}a.requireModules(["WrappedSelection","WrappedRange"]);("undefined"==typeof encodeURIComponent||"undefined"==typeof decodeURIComponent)&&q.fail("Global object is missing encodeURIComponent and/or decodeURIComponent method");var n=function(){var a=null;return function(e){for(var d=[],i=0,h=e.length,l;i<h;++i)l=e.charCodeAt(i),128>l?d.push(l):2048>l?d.push(l>>6|192,l&63|128):d.push(l>>12|224,l>>6&63|128,
117
+ l&63|128);e=-1;if(!a){for(var i=[],h=0,m;256>h;++h){m=h;for(l=8;l--;)m=1==(m&1)?m>>>1^3988292384:m>>>1;i[h]=m>>>0}a=i}i=a;h=0;for(l=d.length;h<l;++h)m=(e^d[h])&255,e=e>>>8^i[m];return(e^-1)>>>0}}(),l=a.dom;a.serializePosition=r;a.deserializePosition=t;a.serializeRange=e;a.deserializeRange=B;a.canDeserializeRange=m;a.serializeSelection=o;a.deserializeSelection=p;a.canDeserializeSelection=function(a,e,d){var i;e?i=d?d.document:l.getDocument(e):e=(d||window).document.documentElement;for(var a=a.split("|"),
118
+ d=0,h=a.length;d<h;++d)if(!m(a[d],e,i))return!1;return!0};a.restoreSelectionFromCookie=function(a){var a=a||window,e;a:{e=a.document.cookie.split(/[;,]/);for(var d=0,i=e.length,h;d<i;++d)if(h=e[d].split("="),"rangySerializedSelection"==h[0].replace(/^\s+/,"")&&(h=h[1])){e=decodeURIComponent(h.replace(/\s+$/,""));break a}e=null}e&&p(e,a.doc)};a.saveSelectionCookie=function(b,e){var b=b||window,e="object"==typeof e?e:{},d=e.expires?";expires="+e.expires.toUTCString():"",h=e.path?";path="+e.path:"",
119
+ l=e.domain?";domain="+e.domain:"",m=e.secure?";secure":"",n=o(a.getSelection(b));b.document.cookie=encodeURIComponent("rangySerializedSelection")+"="+encodeURIComponent(n)+d+h+l+m};a.getElementChecksum=v});
120
+ (function(a){function q(h){if("string"===typeof h.data){var q=h.handler,r=h.data.toLowerCase().split(" ");h.handler=function(h){if(!(this!==h.target&&(/textarea|select/i.test(h.target.nodeName)||"text"===h.target.type))){var e="keypress"!==h.type&&a.hotkeys.specialKeys[h.which],B=String.fromCharCode(h.which).toLowerCase(),m="",o={};h.altKey&&"alt"!==e&&(m+="alt+");h.ctrlKey&&"ctrl"!==e&&(m+="ctrl+");h.metaKey&&!h.ctrlKey&&"meta"!==e&&(m+="meta+");h.shiftKey&&"shift"!==e&&(m+="shift+");e?o[m+e]=!0:
121
+ (o[m+B]=!0,o[m+a.hotkeys.shiftNums[B]]=!0,"shift+"===m&&(o[a.hotkeys.shiftNums[B]]=!0));e=0;for(B=r.length;e<B;e++)if(o[r[e]])return q.apply(this,arguments)}}}}a.hotkeys={version:"0.8",specialKeys:{8:"backspace",9:"tab",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",
122
+ 109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",191:"/",224:"meta"},shiftNums:{"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(","0":")","-":"_","=":"+",";":": ","'":'"',",":"<",".":">","/":"?","\\":"|"}};a.each(["keydown","keyup","keypress"],function(){a.event.special[this]={add:q}})})(jQuery);
123
+ (function(a,q,h,v){function r(a,g,j){X[a]=j;$[a]=g;N||(N=a)}function t(c){N!==c&&(N=c,a.ui.editor.eachInstance(function(){this.reinit()}))}function e(a,g){N&&X[N]&&X[N][a]&&(a=X[N][a]);if(!g)return a;for(var j in g)a=a.replace("{{"+j+"}}",g[j]);return a}function B(c){if(Y===v){Y=!0;if(Z=/(iPhone|iPod|iPad).*AppleWebKit/i.test(navigator.userAgent))a("html").addClass(c.options.baseClass+"-ios"),Z&&a(document).bind("scroll",function(){setInterval(function(){a("body").css("height","+=1").css("height",
124
+ "-=1")},0)});a.browser.mozilla&&a("html").addClass(c.options.baseClass+"-ff");if(a.browser.msie&&9>a.browser.version){Y=!1;var g=a("<div/>").addClass(c.options.baseClass+"-unsupported").html(c.getTemplate("unsupported")).appendTo("body");m(g);g.find("."+c.options.baseClass+"-unsupported-close").click(function(){g.remove()})}ba=jQuery.hotkeys!==v}return Y}function m(c){var g=1;c.siblings().each(function(){var c=a(this).css("z-index");!isNaN(c)&&c>g&&(g=c+1)});c.css("z-index",g)}function o(a){return a.clone().wrap("<div/>").parent().html()}
125
+ function p(a){var g,a=document.createElement(a);g="getComputedStyle"in q;document.body.appendChild(a);g=(g?q.getComputedStyle(a,""):a.currentStyle).display;document.body.removeChild(a);return g}function n(c,g){return-1!==a.inArray(a(c)[0].tagName.toLowerCase(),g)}function l(a){for(var g={},a=q.getComputedStyle(a[0],null),j=0;j<a.length;j++)g[a.item(j)]=a.getPropertyValue(a.item(j));return g}function b(c,g){A();a(c).each(function(){var j=a("<"+g+"/>").html(a(this).html());c.html(j)});G()}function k(c,
126
+ g){a.each(g,function(g,b){a(c).css(g)===b?a(c).css(g,""):a(c).css(g,b)})}function d(c,g){for(var j="",b=0,e=c.childNodes.length;b<e;b++){var d=c.childNodes.item(b);(d=3===d.nodeType?d.nodeValue:o(a(d)))&&(j+=d)}g&&(j=a("<"+g+">"+j+"</"+g+">"),j.find("p").wrapInner("<"+g+"/>"),j.find("p > *").unwrap(),j=a("<div/>").html(j).html());return j}function i(c,g){var j=a("<div/>").append(c)[0].childNodes;g.deleteContents();j.length===v||1===j.length?g.insertNode(j[0].cloneNode(!0)):a.each(j,function(a,c){g.insertNodeAtEnd(c.cloneNode(!0))})}
127
+ function D(c){var c=c||h.getSelection(),g;a(c.getAllRanges()).each(function(c,b){g=3===this.commonAncestorContainer.nodeType?a(b.commonAncestorContainer).parent()[0]:b.commonAncestorContainer});return g}function s(a){return a.startOffset===a.endOffset&&a.startContainer===a.endContainer}function A(a){if(!Q||a)Q=h.saveSelection()}function G(){Q&&(h.restoreSelection(Q),Q=!1)}function I(){Q&&h.removeMarkers(Q);Q=!1}function y(a,g,j){for(var g=g||h.getSelection(),b,e=0;b=g.getAllRanges()[e++];)a.call(j,
128
+ b)}function E(a,g){y(function(g){i(a,g)},g,this)}function M(c,g){g=g||h.getSelection();g.removeAllRanges();a(c).focus().contents().each(function(){var a=h.createRange();a.selectNodeContents(this);g.addRange(a)})}function C(c,g){g=g||h.getSelection();g.removeAllRanges();a(c).each(function(){var a=h.createRange();a.selectNode(this);g.addRange(a)}).focus()}function R(c,g,j){g=g||h.getSelection();g.removeAllRanges();a(c).each(function(){var a=h.createRange();a.selectNodeContents(this);a.collapse(j);g.addRange(a)})}
129
+ function O(a,g){R(a,g,!1)}function K(a,g){R(a,g,!0)}function u(a){a=a||h.getSelection();return a.toHtml()}function w(c){c=c||h.getSelection().getRangeAt(0);return a(3===c.commonAncestorContainer.nodeType?c.commonAncestorContainer.parentNode:c.commonAncestorContainer)}function F(a){var g=new jQuery;y(function(a){g.push(w(a)[0])},a,this);return g}function W(){var c=h.getSelection();if(null===c.anchorNode)return null;if(c.isBackwards())return 3===c.focusNode.nodeType?a(c.focusNode.parentElement):a(c.focusNode);
130
+ c.anchorNode||console.trace();return 3===c.anchorNode.nodeType?a(c.anchorNode.parentElement):a(c.anchorNode)}function H(){var c=h.getSelection();return null===c.anchorNode?null:c.isBackwards()?3===c.anchorNode.nodeType?a(c.anchorNode.parentElement):a(c.anchorNode):3===c.focusNode.nodeType?a(c.focusNode.parentElement):a(c.focusNode)}function f(c,g){var g=g||{},j=h.createCssClassApplier(g.classes||"",{normalize:!0,elementTagName:c,elementProperties:g.attributes||{}});y(function(b){var e=b.cloneContents(),
131
+ e=d(e);"string"===typeof e&&(e=e.replace(/([ #;&,.+*~\':"!^$[\]()=>|\/@])/g,"\\$1"));a(e).is(":empty")?(e=a("<"+c+"/>").addClass(g.classes).attr(g.attributes||{}).append(d(b.cloneContents())),i(e,b)):j.toggleRange(b)},null,this)}function V(a,g,b){y(function(e){e=w(e);e.is(a)?e.attr(g):f(a,{classes:b,attributes:g})},null,this)}function L(c,g){var g=g||h.getSelection(),b=g.getRangeAt(0),e=F()[0],J=h.createRange();J.setStartBefore(e);J.setEnd(b.startContainer,b.startOffset);var J=J.cloneContents(),f=
132
+ h.createRange();f.setStart(b.endContainer,b.endOffset);f.setEndAfter(e);b=f.cloneContents();J=o(a(d(J)));J+=o(a(c));J+=o(a(d(b)));a(e).replaceWith(a(J))}function P(a,g,b){var b=b||h.getSelection(),e=W()[0],d=H()[0],f=F()[0],f=n(f,g),e=n(e,g),g=n(d,g);f&&e&&g?E(a):L(a,b)}function S(c,g){y(function(j){for(j=a(j.commonAncestorContainer);j.length&&j[0]!==g[0]&&(3===j[0].nodeType||"inline"===j.css("display"));)j=j.parent();j[0]===g[0]&&"inline"!==g.css("display")&&(b(g,"div"),j=g.children().first());k(j,
133
+ c)},null,this)}function U(c,g){c=a(c)[0];if(g=g||h.getSelection()){var b;a(g.getAllRanges()).each(function(e,d){b=3===this.commonAncestorContainer.nodeType?a(d.commonAncestorContainer).parent()[0]:d.commonAncestorContainer;c!==b&&!a.contains(c,b)&&g.removeRange(d)})}else K(c)}function x(a,g){allowed=[];for(var b=0;b<g.length;b++)g[b].match(/[a-z][a-z0-9]{0,}/g)&&allowed.push(g[b]);return a.replace(/<\!--[\s\S]*?--\>|<\?(?:php)?[\s\S]*?\?>/gi,"").replace(/<\/?([a-z][a-z0-9]*)\b[^>]*\/?>/gi,function(a,
134
+ c){return-1<allowed.indexOf(c.toLowerCase())?a:""})}function T(a){return!isNaN(a-0)&&null!==a}var N=null,X={},$={};a(function(){h.initialized||h.init();a.isFunction(h.rangePrototype.insertNodeAtEnd)||(h.rangePrototype.insertNodeAtEnd=function(a){var g=this.cloneRange();g.collapse(!1);g.insertNode(a);g.detach();this.setEndAfter(a)})});a("html").click(function(){a(".ui-editor-selectmenu-visible").removeClass("ui-editor-selectmenu-visible")});a.widget("ui.editor",{_init:function(){-1===a.inArray(this,
135
+ a.ui.editor.instances)&&a.ui.editor.instances.push(this);var c=this;this.options=a.extend({},a.ui.editor.defaults,this.options);this.options.uiOrder=this.options.uiOrder||[["logo"],["save","cancel"],["dock","showGuides","clean"],["viewSource"],["undo","redo"],["alignLeft","alignCenter","alignJustify","alignRight"],["textBold","textItalic","textUnderline","textStrike"],["textSuper","textSub"],["listUnordered","listOrdered"],["hr","quoteBlock"],["fontSizeInc","fontSizeDec"],["colorPickerBasic"],["clearFormatting"],
136
+ ["link","unlink"],["embed"],["floatLeft","floatNone","floatRight"],["tagMenu"],["i18n"],["raptorize"],["statistics"],["debugReinit","debugDestroy"]];this.element.attr("id")||this.element.attr("id",this.getUniqueId());this.ready=!1;this.events={};this.ui={};this.plugins={};this.templates=a.extend({},a.ui.editor.templates);this.path=this.toolbarWrapper=this.toolbar=this.wrapper=this.target=null;this.visible=this.enabled=!1;this.uiObjects={};this.hotkeys={};this.options.enableHotkeys&&this.registerHotkey(this.hotkeys);
137
+ for(var g in this.options.bind)this.bind(g,this.options.bind[g]);this.history=[];this.present=0;this.historyEnabled=!0;B(this)&&(this.cloneDomTools(),this.setOriginalHtml(this.element.is(":input")?this.element.val():this.element.html()),this.element.is(":input")&&this.replaceOriginal(),this.attach(),this.loadPlugins(),this.dirty=!1,this.previousSelection=this.previousContent=null,g=this.persist("locale")||this.options.initialLocale,t(g),this.ready=!0,this.fire("ready"),this.options.autoEnable&&a(function(){c.showToolbar();
138
+ c.enableEditing()}))},attach:function(){this.bind("change",this.historyPush);this.bind("selectionChange",this.updateTagTree);this.bind("show",this.updateTagTree);var c=a.proxy(this.checkChange,this);this.getElement().find("img").bind("click."+this.widgetName,a.proxy(function(a){C(a.target)},this));this.getElement().bind("mouseup."+this.widgetName,c);this.getElement().bind("keyup."+this.widgetName,c);a(q).bind("beforeunload",a.proxy(a.ui.editor.unloadWarning,a.ui.editor));var g=this;a(q).resize(function(){g.fire("resize")})},
139
+ reinit:function(){if(this.ready){var a=this.enabled,g=this.visible;this.destruct(!0);this._init();a&&this.enableEditing();g&&this.showToolbar()}else{var b;b=function(){this.unbind("ready",b);this.reinit()};this.bind("ready",b)}},getElement:function(){return this.target?this.target:this.element},getOriginalElement:function(){return this.element},replaceOriginal:function(){if(!this.target){for(var c=a("<div/>").html(this.element.val()).insertBefore(this.element).attr("id",this.getUniqueId()).addClass(this.element.attr("class")),
140
+ g=l(this.element),b=0;b<this.options.replaceStyle.length;b++)c.css(this.options.replaceStyle[b],g[this.options.replaceStyle[b]]);this.element.hide();this.bind("change",function(){this.getOriginalElement().is(":input")?this.getOriginalElement().val(this.getHtml()):this.getOriginalElement().html(this.getHtml())});this.target=c}},cloneDomTools:function(){for(var a in this.options.domTools)this[a]||(this[a]=function(a){return function(){U(this.getElement());var c=this.getHtml(),b=this.options.domTools[a].apply(this.options.domTools,
141
+ arguments);c!==this.getHtml()&&this.change();return b}}(a))},checkChange:function(){var a=h.serializeSelection();this.previousSelection!==a&&this.fire("selectionChange");this.previousSelection=a;var a=this.getCleanHtml(),g=this.dirty;this.dirty=this.getOriginalHtml()!==a;this.previousHtml!==a&&(this.previousHtml=a,this.change(),g!==this.dirty&&(this.dirty?this.fire("dirty"):this.fire("cleaned")))},change:function(){this.fire("change")},destruct:function(a){a||this.hideToolbar();this.disableEditing();
142
+ this.fire("destroy",!1);this.events={};this.getElement().unbind("."+this.widgetName);this.getOriginalElement().is(":input")&&(this.target.remove(),this.target=null,this.element.show());this.wrapper&&this.wrapper.remove()},destroy:function(){this.destruct();a.Widget.prototype.destroy.call(this)},persist:function(c,g){return!this.options.persistence?null:a.ui.editor.persist(c,g,this.options.namespace)},enableEditing:function(){this.isToolbarLoaded()||this.loadToolbar();this.enabled||(this.enabled=!0,
143
+ this.getElement().addClass(this.options.baseClass+"-editing"),this.options.partialEdit?this.getElement().find(this.options.partialEdit).attr("contenteditable",!0):this.getElement().attr("contenteditable",!0),this.execCommand("enableInlineTableEditing",!1,!1),this.execCommand("styleWithCSS",!0,!0),this.bindHotkeys(),this.fire("enabled"),this.fire("resize"))},disableEditing:function(){this.enabled&&(this.enabled=!1,this.getElement().attr("contenteditable",!1).removeClass(this.options.baseClass+"-editing"),
144
+ h.getSelection().removeAllRanges(),this.fire("disabled"))},isEditing:function(){return this.enabled},updateTagTree:function(){if(this.isEditing()){var c=this,g="",b=[],e=0;y(function(d){var d=d.commonAncestorContainer,f;f=3===d.nodeType?a(d).parent():a(d);!c.isRoot(f)&&!a.contains(c.getElement().get(0),f.get(0))&&(f=c.getElement());d=[];for(b.push(d);f[0]&&!c.isRoot(f)&&"body"!==f[0].tagName.toLowerCase();)d.push(f),f=f.parent();d.reverse();g&&(g+=" | ");g+=this.getTemplate("root");for(f=0;f<d.length;f++)g+=
145
+ this.getTemplate("tag",{element:d[f][0].tagName.toLowerCase(),data:"["+e+","+f+"]"});e++},null,this);g||(g=this.getTemplate("root"));this.path.html(g).find("a").click(function(){var g=a(this).data("ui-editor-selection");g?(C(b[g[0]][g[1]]),c.updateTagTree()):C(c.getElement())});this.fire("tagTreeUpdated")}},isRoot:function(c){return this.getElement()[0]===a(c)[0]},unify:function(c,g){!1!==g&&c(this);if(this.options.unify){var b=this;a.ui.editor.eachInstance(function(a){a!==b&&a.options.unify&&c(a)})}},
146
+ getUniqueId:function(){return a.ui.editor.getUniqueId()},loadMessages:function(){this.messages=a(this.getTemplate("messages")).appendTo(this.wrapper)},showMessage:function(c,g,b){var b=a.extend({},this.options.message,b),e;e={timer:null,editor:this,show:function(){this.element.slideDown();this.timer=q.setTimeout(function(){this.timer=null;e.hide()},b.delay,this)},hide:function(){this.timer&&(q.clearTimeout(this.timer),this.timer=null);this.element.stop().slideUp(a.proxy(function(){a.isFunction(b.hide)&&
147
+ b.hide.call(this);this.element.remove()},this))}};e.element=a(this.getTemplate("message",{type:c,message:g})).hide().appendTo(this.messages).find(".ui-editor-message-close").click(function(){e.hide()}).end();e.show();return e},showLoading:function(a,g){return this.showMessage("clock",a,g)},showInfo:function(a,g){return this.showMessage("info",a,g)},showError:function(a,g){return this.showMessage("circle-close",a,g)},showConfirm:function(a,g){return this.showMessage("circle-check",a,g)},showWarning:function(a,
148
+ g){return this.showMessage("alert",a,g)},loadToolbar:function(){var c=this.toolbar=a("<div/>").addClass(this.options.baseClass+"-toolbar"),c=this.toolbarWrapper=a("<div/>").addClass(this.options.baseClass+"-toolbar-wrapper").addClass("ui-widget-content").append(c),g=this.path=a("<div/>").addClass(this.options.baseClass+"-path").addClass("ui-widget-header").html(this.getTemplate("root")),b=this.wrapper=a("<div/>").addClass(this.options.baseClass+"-wrapper").css("display","none").append(g).append(c);
149
+ a.fn.draggable&&this.options.draggable&&(b.draggable({cancel:"a, button",cursor:"move",handle:".ui-editor-path",stop:a.proxy(function(){var a=this.persist("position",[b.css("top"),b.css("left")]);b.css({top:Math.abs(a[0]),left:Math.abs(a[1])})},this)}),b.css("position",""),(c=this.persist("position")||this.options.dialogPosition)||(c=[10,10]),parseInt(c[0],10)+b.outerHeight()>a(q).height()&&(c[0]=a(q).height()-b.outerHeight()),parseInt(c[1],10)+b.outerWidth()>a(q).width()&&(c[1]=a(q).width()-b.outerWidth()),
150
+ b.css({top:Math.abs(parseInt(c[0],10)),left:Math.abs(parseInt(c[1],10))}),this.loadMessages());a(function(){b.appendTo("body")});this.loadUi()},isToolbarLoaded:function(){return null!==this.wrapper},showToolbar:function(c){this.isToolbarLoaded()||this.loadToolbar();if(!this.visible){this.options.unify&&this.hideOtherToolbars(!0);this.visible=!0;this.wrapper.css("display","");this.fire("resize");"undefined"===typeof this.getElement().attr("tabindex")&&this.getElement().attr("tabindex",-1);if(c)if(c.select)c.select();
151
+ else{var g=q.getSelection();g.removeAllRanges();g.addRange(c)}var b=this;a(function(){b.fire("show");b.element.is(":input")||b.getElement().focus()})}},hideToolbar:function(){this.visible&&(this.visible=!1,this.wrapper.hide(),this.element.is(":input")&&this.element.show(),this.fire("hide"),this.fire("resize"))},hideOtherToolbars:function(){this.unify(function(a){a.hideToolbar()},!1)},isVisible:function(){return this.visible},getTemplate:function(c,g){var b;b=this.templates[c]?this.templates[c]:a.ui.editor.getTemplate(c,
152
+ this.options.urlPrefix);b=b.replace(/_\(['"]{1}(.*?)['"]{1}\)/g,function(a,c){c=c.replace(/\\(.?)/g,function(a,c){switch(c){case "\\":return"\\";case "0":return"\x00";case "":return"";default:return c}});return e(c)});g=a.extend({},this.options,g||{});g=this.getTemplateVars(g);return b=b.replace(/\{\{(.*?)\}\}/g,function(a,c){return g[c]})},getTemplateVars:function(a,g,b){g=g?g+".":"";b||(b=1);var e={},d;for(d in a)if("object"===typeof a[d]&&5>b){var f=this.getTemplateVars(a[d],g+d,++b),h;for(h in f)e[h]=
153
+ f[h]}else e[g+d]=a[d];return e},historyPush:function(){this.historyEnabled&&this.getHtml()!==this.historyPeak()&&(this.present!==this.history.length-1&&(this.history=this.history.splice(0,this.present+1)),this.history.push(this.getHtml()),this.present=this.history.length-1)},historyPeak:function(){return!this.history.length?null:this.history[this.present]},historyBack:function(){0<this.present&&(this.present--,this.setHtml(this.history[this.present]),this.historyEnabled=!1,this.change(),this.historyEnabled=
154
+ !0)},historyForward:function(){this.present<this.history.length-1&&(this.present++,this.setHtml(this.history[this.present]),this.historyEnabled=!1,this.change(),this.historyEnabled=!0)},registerHotkey:function(c,g,b){if("string"===typeof c)this.hotkeys[c]=a.extend({},{context:b,restoreSelection:!0},g);else for(var e in c)this.registerHotkey(e,c[e],b)},bindHotkeys:function(){for(var a in this.hotkeys){var g=this,b=this.hotkeys[a].force||!1;(this.options.enableHotkeys||b)&&this.getElement().bind("keydown."+
155
+ this.widgetName,a,function(a){A();var c=g.hotkeys[a.data];!0!==c.action.call(c.context)&&a.preventDefault();c.restoreSelection&&G();g.checkChange()})}},uiEnabled:function(c){return!1===this.options.enableUi&&"undefined"===typeof this.options.ui[c]||!1===this.options.ui[c]||-1!==a.inArray(c,this.options.disabledUi)?!1:!0},getUi:function(a){return this.uiObjects[a]},loadUi:function(){for(var c=0,g=this.options.uiOrder.length;c<g;c++){for(var b=this.options.uiOrder[c],e=a("<div/>"),d=0,f=b.length;d<
156
+ f;d++)if(this.uiEnabled(b[d])){var h=b[d].replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()});if(a.ui.editor.ui[b[d]]){var i=a.extend({},a.ui.editor.ui[b[d]]),h=a.extend(!0,{},this.options,{baseClass:this.options.baseClass+"-ui-"+h},i.options,this.options.ui[b[d]]);i.editor=this;i.options=h;i.ui=i.init(this,h);i.hotkeys&&ba&&(this.registerHotkey(i.hotkeys,null,i),i.ui.title+=" ("+a.map(i.hotkeys,function(a,c){return c})[0]+")");i.ui.init(b[d],this,h,i).appendTo(e);this.uiObjects[b[d]]=i}}e.addClass("ui-buttonset").addClass(this.options.baseClass+
157
+ "-buttonset");0<e.children().length&&e.appendTo(this.toolbar)}a("<div/>").css("clear","both").appendTo(this.toolbar)},uiButton:function(c){return a.extend({button:null,options:{},init:function(c,b,d,f){var h=c.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()}),d=a.extend({},b.options,{baseClass:b.options.baseClass+"-"+h+"-button"},this.options,b.options.ui[c]);this.title||(this.title=e("Unnamed Button"));this.button=a("<div/>").html(this.label||this.title).addClass(d.baseClass).attr("name",
158
+ c).attr("title",this.title).val(c);d.classes&&this.button.addClass(d.classes);this.button.bind("mousedown."+f.editor.widgetName,function(a){a.preventDefault()});var i=this;this.button.bind("mouseup."+f.editor.widgetName,function(a){a.preventDefault();i.click.apply(f,arguments);b.checkChange()});b.bind("destroy",a.proxy(function(){this.button.button("destroy").remove()},this));this.button.button({icons:{primary:this.icon||"ui-icon-"+h},disabled:d.disabled?!0:!1,text:this.text||!1,label:this.label||
159
+ null});this.ready.call(f);return this.button},disable:function(){this.button.button("option","disabled",!0)},enable:function(){this.button.button("option","disabled",!1)},ready:function(){},click:function(){}},c)},uiSelectMenu:function(c){return a.extend({select:null,selectMenu:null,button:null,menu:null,options:{},init:function(c,b){var d=this;d.select.attr("disabled","disabled");var f=c.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()});a.extend({},b.options,{baseClass:b.options.baseClass+
160
+ f+"-select-menu"},d.options,b.options.ui[c]);d.title||(d.title=e("Unnamed Select Menu"));d.wrapper=a('<div class="ui-editor-selectmenu-wrapper"/>').append(d.select.hide()).addClass(d.select.attr("class"));d.selectMenu=a('<div class="ui-editor-selectmenu"/>').appendTo(d.wrapper);d.menu=a('<div class="ui-editor-selectmenu-menu ui-widget-content ui-corner-bottom ui-corner-tr"/>').appendTo(d.wrapper);d.select.find("option, .ui-editor-selectmenu-option").each(function(){a("<div/>").addClass("ui-editor-selectmenu-menu-item").addClass("ui-corner-all").html(a(this).html()).appendTo(d.menu).bind("mouseenter."+
161
+ b.widgetName,function(){a(this).addClass("ui-state-focus")}).bind("mouseleave."+b.widgetName,function(){a(this).removeClass("ui-state-focus")}).bind("mousedown."+b.widgetName,function(){return false}).bind("click."+b.widgetName,function(){var c=d.select.find("option, .ui-editor-selectmenu-option").eq(a(this).index()),c=c.attr("value")||c.val();d.select.val(c);d.update();d.wrapper.removeClass("ui-editor-selectmenu-visible");d.button.addClass("ui-corner-all").removeClass("ui-corner-top");d.change(c);
162
+ return false})});var f=a("<div/>").addClass("ui-editor-selectmenu-text"),h=a("<div/>").addClass("ui-icon ui-icon-triangle-1-s");d.button=a("<div/>").addClass("ui-editor-selectmenu-button ui-editor-selectmenu-button ui-button ui-state-default").attr("title",d.title).append(f).append(h).prependTo(d.selectMenu);d.button.bind("mousedown."+b.widgetName,function(){return false}).bind("click."+b.widgetName,function(){if(!a(this).hasClass("ui-state-disabled")){parseInt(d.menu.css("min-width"),10)<d.button.outerWidth()+
163
+ 10&&d.menu.css("min-width",d.button.outerWidth()+10);d.wrapper.toggleClass("ui-editor-selectmenu-visible");return false}}).bind("mouseenter."+b.widgetName,function(){a(this).hasClass("ui-state-disabled")||a(this).addClass("ui-state-hover",a(this).hasClass("ui-state-disabled"))}).bind("mouseleave."+b.widgetName,function(){a(this).removeClass("ui-state-hover")});f=d.select.find("option[value="+this.select.val()+"], .ui-editor-selectmenu-option[value="+this.select.val()+"]").html()||d.select.find("option, .ui-editor-selectmenu-option").first().html();
164
+ d.button.find(".ui-editor-selectmenu-text").html(f);return d.wrapper},update:function(){var a=this.select.find("option[value="+this.select.val()+"], .ui-editor-selectmenu-option[value="+this.select.val()+"]").html();this.button.find(".ui-editor-selectmenu-text").html(a)},val:function(){var a=this.select.val.apply(this.select,arguments);this.update();return a},change:function(){}},c)},getPlugin:function(a){return this.plugins[a]},loadPlugins:function(){this.options.plugins||(this.options.plugins={});
165
+ for(var c in a.ui.editor.plugins)if(!(!1===this.options.enablePlugins&&"undefined"===typeof this.options.plugins[c]||!1===this.options.plugins[c])&&-1===a.inArray(c,this.options.disabledPlugins)){var b=a.extend({},a.ui.editor.plugins[c]),d=c.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()}),d=a.extend(!0,{},this.options,{baseClass:this.options.baseClass+"-"+d},b.options,this.options.plugins[c]);b.editor=this;b.options=d;b.init(this,d);b.hotkeys&&this.registerHotkey(b.hotkeys,null,b);this.plugins[c]=
166
+ b}},isDirty:function(){return this.dirty},getHtml:function(){var c=this.getElement().html(),c=a("<div/>").html(c);c.find(".rangySelectionBoundary").remove();return c=c.html()},getCleanHtml:function(){this.fire("clean");var c=this.getElement().html();this.fire("restore");c=a("<div/>").html(c);c.find(".rangySelectionBoundary").remove();return c=c.html()},setHtml:function(a){this.getElement().html(a);this.fire("html");this.change()},resetHtml:function(){this.setHtml(this.getOriginalHtml());this.fire("cleaned")},
167
+ getOriginalHtml:function(){return this.originalHtml},save:function(){var a=this.getCleanHtml();this.fire("save");this.setOriginalHtml(a);this.fire("saved");this.fire("cleaned");return a},setOriginalHtml:function(a){this.originalHtml=a},bind:function(c,b,d){var e=this.events;a.each(c.split(","),function(c,f){f=a.trim(f);e[f]||(e[f]=[]);e[f].push({context:d,callback:b})})},unbind:function(a,b,d){for(var e=0,f=this.events[a].length;e<f;e++)this.events[a][e]&&this.events[a][e].callback===b&&this.events[a][e].context===
168
+ d&&this.events[a].splice(e,1)},fire:function(c,b,e){e||this.fire("before:"+c,b,!0);if(this.events[c])for(var d=0,f=this.events[c].length;d<f;d++){var h=this.events[c][d];"undefined"!==typeof h.callback&&h.callback.call(h.context||this)}!1!==b&&a.ui.editor.fire(c);e||this.fire("after:"+c,b,!0)}});a.extend(a.ui.editor,{elementRemoveComments:function(c){c.contents().each(function(){8==this.nodeType&&a(this).remove()});c.children().each(function(){element.removeComments(a(this))});return c},elementRemoveAttributes:function(c,
169
+ b){c.children().each(function(){var c=a.map(this.attributes,function(c){if(-1===a.inArray(c.name,b))return c.name}),e=a(this);a.each(c,function(a,c){e.removeAttr(c)});element.removeAttributes(a(this),b)});return c},elementBringToTop:m,elementOuterHtml:o,elementOuterText:function(a){return a.clone().wrap("<div/>").parent().text()},elementIsBlock:function(a){return"block"===p(a.tagName)},elementDefaultDisplay:p,elementIsValid:n,elementGetStyles:l,elementWrapInner:b,elementToggleStyle:k,elementSwapStyles:function(a,
170
+ b,e){for(var d in e)a.css(d,b.css(d)),b.css(d,e[d])},fragmentToHtml:d,fragmentInsertBefore:function(c,b,e){for(var d=0,f=c.childNodes.length;d<f;d++){var h=c.childNodes.item(d);(h=3===h.nodeType?h.nodeValue:a(h).html())&&a("<"+e+"/>").html(a.trim(h)).insertBefore(b)}},rangeExpandToParent:function(a){a.setStartBefore(a.startContainer);a.setEndAfter(a.endContainer)},rangeGetCommonAncestor:D,rangeIsEmpty:s,selectionSave:A,selectionRestore:G,selectionDestroy:I,selectionEachRange:y,selectionReplace:E,
171
+ selectionSelectInner:M,selectionSelectOuter:C,selectionSelectEdge:R,selectionSelectEnd:O,selectionSelectStart:K,selectionGetHtml:u,selectionGetElements:F,selectionToggleWrapper:f,selectionExists:function(a){var b=!1;y(function(a){s(a)||(b=!0)},a,this);return b},selectionReplaceSplittingSelectedElement:L,selectionReplaceWithinValidTags:P,selectionToggleBlockStyle:S,stringStripTags:x,typeIsNumber:T,defaults:{plugins:{},ui:{},bind:{},domTools:{unwrapParentTag:function(c){F().each(function(){a(this).is(c)&&
172
+ a(this).replaceWith(a(this).html())})},execCommand:function(a,b,d){try{document.execCommand(a,b,d)}catch(e){}},insertTag:function(c,b){y(function(b){b.insertNode(a("<"+c+"/>")[0])},b,this)},insertTagAtEnd:function(c,b){y(function(b){b.insertNodeAtEnd(a("<"+c+"/>")[0])},b,this)},insertElement:function(c,b,d){y(function(d){a(c).each(function(){d.insertNode(!1===b?this:this.cloneNode(!0))})},d,this)},insertElementAtEnd:function(c,b,d){y(function(d){a(c).each(function(){d.insertNodeAtEnd(!1===b?this:
173
+ this.cloneNode(!0))})},d,this)},inverseWrapWithTagClass:function(c,b,d,e){A();var f="domTools"+Math.ceil(1E7*Math.random());y(function(a){var c=h.createCssClassApplier(e,{elementTagName:d});c.isAppliedToRange(a)?c.toggleSelection():h.createCssClassApplier(b,{elementTagName:f}).toggleSelection()},null,this);a(f).each(function(){a(this).replaceWith(a("<"+c+"/>").addClass(b).html(a(this).html()))});G()}},namespace:null,unify:!0,persistence:!0,persistenceName:"uiEditor",unloadWarning:!0,autoEnable:!1,
174
+ partialEdit:!1,enablePlugins:!0,disabledPlugins:[],uiOrder:null,enableUi:!0,disabledUi:[],message:{delay:5E3},replaceStyle:"display,position,float,width,padding-left,padding-right,padding-top,padding-bottom,margin-left,margin-right,margin-top,margin-bottom".split(","),baseClass:"ui-editor",cssPrefix:"cms-",draggable:!0,enableHotkeys:!0,hotkeys:{},supplementaryClass:"supplementary-element-class",initialLocale:"en"},events:{},plugins:{},ui:{},instances:[],getInstances:function(){return this.instances},
175
+ eachInstance:function(a){for(var b=0;b<this.instances.length;b++)a.call(this.instances[b],this.instances[b])},urlPrefix:"/raptor/",templates:{"paste.dialog":'<div class="ui-editor-paste-panel ui-dialog-content ui-widget-content">\n <div class="ui-editor-paste-panel-tabs ui-tabs ui-widget ui-widget-content ui-corner-all">\n <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">\n <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a>_(\'Plain Text\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Formatted &amp; Cleaned\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Formatted Unclean\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Source Code\')</a></li>\n </ul>\n <div class="ui-editor-paste-plain-tab">\n <textarea class="ui-editor-paste-area ui-editor-paste-plain">{{plain}}</textarea>\n </div>\n <div class="ui-editor-paste-markup-tab" style="display: none">\n <div contenteditable="true" class="ui-editor-paste-area ui-editor-paste-markup">{{markup}}</div>\n </div>\n <div class="ui-editor-paste-rich-tab" style="display: none">\n <div contenteditable="true" class="ui-editor-paste-area ui-editor-paste-rich">{{html}}</div>\n </div>\n <div class="ui-editor-paste-source-tab" style="display: none">\n <textarea class="ui-editor-paste-area ui-editor-paste-source">{{html}}</textarea>\n </div>\n </div>\n</div>\n',
176
+ "imageresize.manually-resize-image":'<div>\n <fieldset>\n <label for="{{baseClass}}-width">_(\'Image width\')</label>\n <input id="{{baseClass}}-width" name="width" type="text" value="{{width}}" placeholder="_(\'Image width\')"/>\n </fieldset>\n <fieldset>\n <label for="{{baseClass}}-height">_(\'Image height\')</label>\n <input id="{{baseClass}}-height" name="height" type="text" value="{{height}}" placeholder="_(\'Image height\')"/>\n </fieldset>\n</div>',"viewsource.dialog":'<div style="display:none" class="{{baseClass}}-dialog">\n <div class="{{baseClass}}-plain-text">\n <textarea>{{source}}</textarea>\n </div>\n</div>\n',
177
+ "statistics.dialog":"<div>\n <ul>\n <li>{{characters}}</li>\n <li>{{words}}</li>\n <li>{{sentences}}</li>\n <li>{{truncation}}</li>\n </ul>\n</div>\n","i18n.menu":'<select autocomplete="off" name="tag" class="ui-editor-tag-select">\n <option value="na">_(\'N/A\')</option>\n <option value="p">_(\'Paragraph\')</option>\n <option value="h1">_(\'Heading&nbsp;1\')</option>\n <option value="h2">_(\'Heading&nbsp;2\')</option>\n <option value="h3">_(\'Heading&nbsp;3\')</option>\n <option value="div">_(\'Divider\')</option>\n</select>\n',
178
+ "link.label":'<label>\n <input class="{{classes}}" type="radio" value="{{type}}" name="link-type" autocomplete="off"/>\n <span>{{title}}</span>\n</label>\n',"link.email":'<h2>_(\'Link to an email address\')</h2>\n<fieldset class="{{baseClass}}-email">\n <label for="{{baseClass}}-email">_(\'Email\')</label>\n <input id="{{baseClass}}-email" name="email" type="text" placeholder="_(\'Enter email address\')"/>\n</fieldset>\n<fieldset class="{{baseClass}}-email">\n <label for="{{baseClass}}-email-subject">_(\'Subject (optional)\')</label>\n <input id="{{baseClass}}-email-subject" name="subject" type="text" placeholder="_(\'Enter subject\')"/>\n</fieldset>\n',
179
+ "link.error":'<div style="display:none" class="ui-widget {{baseClass}}-error-message {{messageClass}}">\n <div class="ui-state-error ui-corner-all"> \n <p>\n <span class="ui-icon ui-icon-alert"></span> \n {{message}}\n </p>\n </div>\n</div>',"link.dialog":'<div style="display:none" class="{{baseClass}}-panel">\n <div class="{{baseClass}}-menu">\n <p>_(\'Choose a link type:\')</p>\n <fieldset></fieldset>\n </div>\n <div class="{{baseClass}}-wrap">\n <div class="{{baseClass}}-content"></div>\n </div>\n</div>\n',
180
+ "link.file-url":'<h2>_(\'Link to a document or other file\')</h2>\n<fieldset>\n <label for="{{baseClass}}-external-href">_(\'Location\')</label>\n <input id="{{baseClass}}-external-href" value="http://" name="location" class="{{baseClass}}-external-href" type="text" placeholder="_(\'Enter your URL\')" />\n</fieldset>\n<h2>_(\'New window\')</h2>\n<fieldset>\n <label for="{{baseClass}}-external-target">\n <input id="{{baseClass}}-external-target" name="blank" type="checkbox" />\n <span>_(\'Check this box to have the file open in a new browser window\')</span>\n </label>\n</fieldset>\n<h2>_(\'Not sure what to put in the box above?\')</h2>\n<ol>\n <li>_(\'Ensure the file has been uploaded to your website\')</li>\n <li>_(\'Open the uploaded file in your browser\')</li>\n <li>_("Copy the file\'s URL from your browser\'s address bar and paste it into the box above")</li>\n</ol>\n',
181
+ "link.external":'<h2>_(\'Link to a page on this or another website\')</h2>\n<fieldset>\n <label for="{{baseClass}}-external-href">_(\'Location\')</label>\n <input id="{{baseClass}}-external-href" value="http://" name="location" class="{{baseClass}}-external-href" type="text" placeholder="_(\'Enter your URL\')" />\n</fieldset>\n<h2>_(\'New window\')</h2>\n<fieldset>\n <label for="{{baseClass}}-external-target">\n <input id="{{baseClass}}-external-target" name="blank" type="checkbox" />\n <span>_(\'Check this box to have the link open in a new browser window\')</span>\n </label>\n</fieldset>\n<h2>_(\'Not sure what to put in the box above?\')</h2>\n<ol>\n <li>_(\'Find the page on the web you want to link to\')</li>\n <li>_(\'Copy the web address from your browser\'s address bar and paste it into the box above\')</li>\n</ol>\n',
182
+ "clickbuttontoedit.edit-button":"<button class=\"{{baseClass}}-button\">_('Click to begin editing')</button>\n","embed.dialog":'<div style="display:none" class="{{baseClass}}-dialog">\n <div class="ui-editor-embed-panel-tabs ui-tabs ui-widget ui-widget-content ui-corner-all">\n <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">\n <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a>_(\'Embed Code\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Preview\')</a></li>\n </ul>\n <div class="ui-editor-embed-code-tab">\n <p>_(\'Paste your embed code into the text area below.\')</p>\n <textarea></textarea>\n </div>\n <div class="ui-editor-preview-tab" style="display: none">\n <p>_(\'A preview of your embedded object is displayed below.\')</p>\n <div class="ui-editor-embed-preview"></div>\n </div>\n </div>\n</div>\n',
183
+ "cancel.dialog":"<div>\n _('Are you sure you want to stop editing?')\n <br/><br/>\n _('All changes will be lost!')\n</div>\n","tagmenu.menu":'<select autocomplete="off" name="tag" class="ui-editor-tag-select">\n <option value="na">_(\'N/A\')</option>\n <option value="p">_(\'Paragraph\')</option>\n <option value="h1">_(\'Heading&nbsp;1\')</option>\n <option value="h2">_(\'Heading&nbsp;2\')</option>\n <option value="h3">_(\'Heading&nbsp;3\')</option>\n</select>\n',"unsavededitwarning.warning":'<div title="_(\'This block contains unsaved changes\')" class="{{baseClass}}">\n <span class="ui-icon ui-icon-alert"></span>\n <span>There are unsaved edits on this page</span>\n</div>',
184
+ root:"<a href=\"javascript: // _('Select all editable content')\" \n class=\"{{baseClass}}-select-element\"\n title=\"_('Click to select all editable content')\">_('root')</a> \n",message:'<div class="{{baseClass}}-message-wrapper {{baseClass}}-message-{{type}}">\n <div class="ui-icon ui-icon-{{type}}" />\n <div class="{{baseClass}}-message">{{message}}</div>\n <div class="{{baseClass}}-message-close ui-icon ui-icon-circle-close"></div>\n</div>\n',tag:' &gt; <a href="javascript: // _(\'Select {{element}} element\')" \n class="{{baseClass}}-select-element"\n title="_(\'Click to select the contents of the \'{{element}}\' element\')"\n data-ui-editor-selection="{{data}}">{{element}}</a> \n',
185
+ unsupported:'<div class="{{baseClass}}-unsupported-overlay"></div>\n<div class="{{baseClass}}-unsupported-content">\n It has been detected that you a using a browser that is not supported by Raptor, please\n use one of the following browsers:\n\n <ul>\n <li><a href="http://www.google.com/chrome">Google Chrome</a></li>\n <li><a href="http://www.firefox.com">Mozilla Firefox</a></li>\n <li><a href="http://www.google.com/chromeframe">Internet Explorer with Chrome Frame</a></li>\n </ul>\n\n <div class="{{baseClass}}-unsupported-input">\n <button class="{{baseClass}}-unsupported-close">Close</button>\n <input name="{{baseClass}}-unsupported-show" type="checkbox" />\n <label>Don\'t show this message again</label>\n </div>\n<div>',
186
+ messages:'<div class="{{baseClass}}-messages" />\n'},getTemplate:function(c,b){var d;if(this.templates[c])d=this.templates[c];else{var e=b||this.urlPrefix,f=c.split("."),e=1===f.length?e+("templates/"+f[0]+".html"):e+("plugins/"+f[0]+"/templates/"+f.splice(1).join("/")+".html");a.ajax({url:e,type:"GET",async:!1,timeout:15E3,error:function(){d=null},success:function(a){d=a}});this.templates[c]=d}return d},getUniqueId:function(){for(var c=a.ui.editor.defaults.baseClass+"-uid-"+(new Date).getTime()+
187
+ "-"+Math.floor(1E5*Math.random());a("#"+c).length;)c=a.ui.editor.defaults.baseClass+"-uid-"+(new Date).getTime()+"-"+Math.floor(1E5*Math.random());return c},isDirty:function(){for(var a=this.getInstances(),b=0;b<a.length;b++)if(a[b].isDirty())return!0;return!1},unloadWarning:function(){for(var a=this.getInstances(),b=0;b<a.length;b++)if(a[b].isDirty()&&a[b].isEditing()&&a[b].options.unloadWarning)return e("\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes")},
188
+ defaultUi:{ui:null,editor:null,options:null,init:function(){},persist:function(a,b){return this.editor.persist(a,b)},bind:function(a,b,d){this.editor.bind(a,b,d||this)},unbind:function(a,b,d){this.editor.unbind(a,b,d||this)}},registerUi:function(c,b){if("string"===typeof c)this.ui[c]=a.extend({},this.defaultUi,b);else for(var d in c)this.registerUi(d,c[d])},defaultPlugin:{editor:null,options:null,init:function(){},persist:function(a,b){return this.editor.persist(a,b)},bind:function(a,b,d){this.editor.bind(a,
189
+ b,d||this)},unbind:function(a,b,d){this.editor.unbind(a,b,d||this)}},registerPlugin:function(c,b){if("string"===typeof c)this.plugins[c]=a.extend({},this.defaultPlugin,b);else for(var d in c)this.registerPlugin(d,c[d])},bind:function(a,b){this.events[a]||(this.events[a]=[]);this.events[a].push(b)},unbind:function(c){a.each(this.events,function(a){for(var b=0;b<this.length;b++)this[b]===c&&this.events[a].splice(b,1)})},fire:function(a){if(this.events[a])for(var b=0,d=this.events[a].length;b<d;b++)this.events[a][b].call(this)},
190
+ persist:function(a,b,d){a=d?d+"."+a:a;if(localStorage){d=localStorage.uiWidgetEditor?JSON.parse(localStorage.uiWidgetEditor):{};if(b===v)return d[a];d[a]=b;localStorage.uiWidgetEditor=JSON.stringify(d)}return b}});var Y,Z,ba;a.ui.editor.registerUi({alignLeft:{init:function(a){return a.uiButton({title:e("Left Align"),click:function(){S({"text-align":"left"},a.getElement())}})}},alignJustify:{init:function(a){return a.uiButton({title:e("Justify"),click:function(){S({"text-align":"justify"},a.getElement())}})}},
191
+ alignCenter:{init:function(a){return a.uiButton({title:e("Center Align"),click:function(){S({"text-align":"center"},a.getElement())}})}},alignRight:{init:function(a){return a.uiButton({title:e("Right Align"),click:function(){S({"text-align":"right"},a.getElement())}})}}});a.ui.editor.registerUi({textBold:{hotkeys:{"ctrl+b":{action:function(){this.ui.click()}}},init:function(a,b){return this.editor.uiButton({title:e("Bold"),click:function(){f("strong",{classes:b.classes||b.cssPrefix+"bold"})}})}},
192
+ textItalic:{hotkeys:{"ctrl+i":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:e("Italic"),click:function(){f("em",{classes:b.classes||b.cssPrefix+"italic"})}})}},textUnderline:{hotkeys:{"ctrl+u":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:e("Underline"),click:function(){f("u",{classes:b.classes||b.cssPrefix+"underline"})}})}},textStrike:{hotkeys:{"ctrl+k":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:e("Strikethrough"),
193
+ click:function(){f("del",{classes:b.classes||b.cssPrefix+"strike"})}})}},textSub:{init:function(a,b){return a.uiButton({title:e("Sub script"),click:function(){f("sub",{classes:b.classes||b.cssPrefix+"sub"})}})}},textSuper:{init:function(a,b){return a.uiButton({title:e("Super script"),click:function(){f("sup",{classes:b.classes||b.cssPrefix+"super"})}})}}});a.ui.editor.registerUi({quoteBlock:{init:function(a,b){return a.uiButton({title:e("Blockquote"),icon:"ui-icon-quote",click:function(){f("blockquote",
194
+ {classes:b.classes||b.cssPrefix+"blockquote"})}})}}});a.ui.editor.registerUi({cancel:{hotkeys:{esc:{action:function(){this.confirm()}}},init:function(a){return a.uiButton({name:"cancel",title:e("Cancel"),icons:{primary:"ui-icon-cancel"},dialog:null,click:function(){this.confirm()}})},confirm:function(){var c=this.editor.getPlugin("cancel"),b=this.editor,d=function(){return c.options.callback&&a.isFunction(c.options.callback)&&!1===c.options.callback.call(c)?!1:!0};b.isDirty()?(this.dialog||(this.dialog=
195
+ a(b.getTemplate("cancel.dialog"))),this.dialog.dialog({modal:!0,resizable:!1,title:e("Confirm Cancel Editing"),dialogClass:b.options.dialogClass+" "+b.options.baseClass,show:b.options.dialogShowAnimation,hide:b.options.dialogHideAnimation,buttons:[{text:e("OK"),click:function(){d()&&c.cancel();a(this).dialog("close")}},{text:e("Cancel"),click:function(){a(this).dialog("close")}}],open:function(){var c=a(this).parent().find(".ui-dialog-buttonpane");c.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});
196
+ c.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){a(this).dialog("destroy").remove()}})):d()&&c.cancel()}}});a.ui.editor.registerPlugin({cancel:{options:{callback:null},cancel:function(){this.editor.unify(function(a){a.fire("cancel");a.resetHtml();a.hideToolbar();a.disableEditing();I()})}}});a.ui.editor.registerPlugin("clean",{options:{stripAttrs:["_moz_dirty"],stripAttrContent:{type:"_moz"},stripEmptyTags:"span,h1,h2,h3,h4,h5,h6,p,b,i,u,strong,em,big,small,div".split(","),
197
+ stripEmptyAttrs:["class","id","style"],stripDomains:[{selector:"a",attributes:["href"]},{selector:"img",attributes:["src"]}]},init:function(a){a.bind("change",this.clean,this)},clean:function(){var c,b=this.editor;for(c=0;c<this.options.stripAttrs.length;c++)b.getElement().find("["+this.options.stripAttrs[c]+"]").removeAttr(this.options.stripAttrs[c]);for(c=0;c<this.options.stripAttrContent.length;c++)b.getElement().find("["+c+'="'+this.options.stripAttrs[c]+'"]').removeAttr(this.options.stripAttrs[c]);
198
+ for(c=0;c<this.options.stripEmptyTags.length;c++)b.getElement().find(this.options.stripEmptyTags[c]).filter(function(){if(a(this).hasClass(b.options.supplementaryClass)||a(this).hasClass("rangySelectionBoundary")&&!1!==Q)return!1;if(""===a.trim(a(this).html()))return!0}).remove();for(c=0;c<this.options.stripEmptyAttrs.length;c++){var d=this.options.stripEmptyAttrs[c];b.getElement().find("["+this.options.stripEmptyAttrs[c]+"]").filter(function(){return""===a.trim(a(this).attr(d))}).removeAttr(this.options.stripEmptyAttrs[c])}var e=
199
+ q.location.protocol+"//"+q.location.host,f="//"+q.location.host;for(c=0;c<this.options.stripDomains.length;c++){var h=this.options.stripDomains[c];this.editor.getElement().find(h.selector).each(function(){for(var c=0;c<h.attributes.length;c++){var b=a(this).attr(h.attributes[c]);"undefined"!==typeof b&&(0===b.indexOf(e)?a(this).attr(h.attributes[c],b.substr(e.length)):0===b.indexOf(f)&&a(this).attr(h.attributes[c],b.substr(f.length)))}})}this.editor.getElement().find("ul, ol").each(function(){a(this).find(" > :not(li)").each(function(){p(a(this).attr("tag"))?
200
+ a(this).replaceWith(a("<li>"+a(this).html()+"</li>").appendTo("body")):a(this).wrap(a("<li>"))})})}});a.ui.editor.registerUi({clean:{init:function(a){return a.uiButton({title:e("Remove unnecessary markup from editor content"),click:function(){a.getPlugin("clean").clean()}})}}});a.ui.editor.registerUi({clearFormatting:{init:function(c){return this.editor.uiButton({title:e("Clear Formatting"),click:function(){var b=h.getSelection();if(0<b.rangeCount){var e=b.getRangeAt(0).cloneRange(),f=e.extractContents();
201
+ ""===d(f)&&(c.expandToParent(e),b.setSingleRange(e),f=e.extractContents());f=a("<div/>").append(d(f)).text();for(b=e.commonAncestorContainer;b&&b.parentNode!=c.getElement().get(0);)b=b.parentNode;if(b){e.setEndAfter(b);var i=e.extractContents();e.collapseAfter(b);e.insertNode(i);e.collapseAfter(b)}e.insertNode(document.createTextNode(f))}c.checkChange()}})}}});a.ui.editor.registerPlugin({clickButtonToEdit:{hovering:!1,buttonClass:null,buttonSelector:null,button:!1,options:{button:{text:!0,icons:{primary:"ui-icon-pencil"}},
202
+ callback:null},init:function(c,b){var d=this;this.buttonClass=this.options.baseClass+"-button-element";this.buttonSelector="."+this.buttonClass;this.show=function(){if(!c.isEditing()){c.getElement().addClass(b.baseClass+"-highlight");c.getElement().addClass(b.baseClass+"-hover");var e=d.getButton();var f=c.getElement(),f=a(f),h=Math.round(f.offset().top),i=Math.round(f.offset().left),l=Math.round(f.outerWidth()),f=Math.round(f.outerHeight()),k=a(q).scrollTop(),m=a(q).height(),n=k+m,o=Math.round(f+
203
+ h);k<h&&n>o||(k>h&&(h=k),f=n<o?n-h:m-(n-o));e.css({position:"absolute",top:h+(f/2-a(e).outerHeight()/2),left:i+l/2-a(e).outerWidth()/2})}};this.hide=function(e){var f=d.getButton();if(!e||!(e.relatedTarget===f.get(0)||f.get(0)===a(e.relatedTarget).parent().get(0)))c.getElement().removeClass(b.baseClass+"-highlight"),c.getElement().removeClass(b.baseClass+"-hover"),d.destroyButton()};this.edit=function(){if(d.options.callback&&a.isFunction(d.options.callback)&&!1===d.options.callback.call(d))return!1;
204
+ d.hide();c.isEditing()||c.enableEditing();c.isVisible()||c.showToolbar()};this.buttonOut=function(b){b.relatedTarget===d.getButton().get(0)||b.relatedTarget===c.getElement().get(0)||a.contains(c.getElement().get(0),b.relatedTarget)||d.hide()};c.getElement().addClass("ui-editor-click-button-to-edit");c.bind("ready, hide, cancel",function(){c.getElement().bind("mouseenter."+c.widgetName,d.show);c.getElement().bind("mouseleave."+c.widgetName,d.hide)});c.bind("show",function(){d.destroyButton();c.getElement().unbind("mouseenter."+
205
+ c.widgetName,d.show);c.getElement().unbind("mouseleave."+c.widgetName,d.hide)})},getButton:function(){a(this.buttonSelector).length||(this.button=a(this.editor.getTemplate("clickbuttontoedit.edit-button",this.options)).appendTo("body").addClass(this.buttonClass),this.button.button(this.options.button));this.button=a(this.buttonSelector);this.button.unbind("click."+this.editor.widgetName).bind("click."+this.editor.widgetName,this.edit);this.button.unbind("mouseleave."+this.editor.widgetName).bind("mouseleave."+
206
+ this.editor.widgetName,this.buttonOut);return this.button},destroyButton:function(){"undefined"===typeof this.button||!1===this.button||(this.button.button("destroy").remove(),this.button=!1)}}});a.ui.editor.registerPlugin("dock",{enabled:!1,docked:!1,topSpacer:null,bottomSpacer:null,options:{docked:!1,dockToElement:!1,dockUnder:!1,persist:!0,persistID:null},init:function(){this.bind("show",this.show);this.bind("resize",this.resize,this);this.bind("hide",this.hide);this.bind("disabled",this.disable);
207
+ this.bind("cancel",this.cancel);this.bind("destroy",this.destroy,this)},show:function(){this.enabled?this.isDocked()&&this.showSpacers():((this.loadState()||this.options.docked)&&this.dock(),this.enabled=!0)},hide:function(){this.hideSpacers();this.editor.toolbar.css("width","auto")},resize:function(){if(this.editor.toolbar&&!this.options.dockToElement&&this.editor.toolbar.is(":visible")){var c=a("."+this.options.baseClass+"-top-spacer");c.length&&c.height(this.editor.toolbar.outerHeight())}},showSpacers:function(){!this.options.dockToElement&&
208
+ this.editor.toolbar.is(":visible")&&(this.topSpacer=a("<div/>").addClass(this.options.baseClass+"-top-spacer").height(this.editor.toolbar.outerHeight()).prependTo("body"),this.bottomSpacer=a("<div/>").addClass(this.options.baseClass+"-bottom-spacer").height(this.editor.path.outerHeight()).appendTo("body"),this.editor.fire("resize"))},hideSpacers:function(){this.topSpacer&&(this.topSpacer.remove(),this.topSpacer=null);this.bottomSpacer&&(this.bottomSpacer.remove(),this.bottomSpacer=null);this.editor.fire("resize")},
209
+ swapStyle:function(a,b,d){var e={},f;for(f in d)a.css(f,b.css(f)),e[f]=b.css(f),b.css(f,d[f]);return e},revertStyle:function(a,b){for(var d in b)a.css(d,b[d])},getDockToElementWrapper:function(){var c=this.options.baseClass+"-docked-to-element-wrapper-"+this.editor.getElement().attr("id");wrapper=a("#"+c);wrapper.length||(wrapper=a("<div/>").insertBefore(this.editor.getElement()).addClass(this.options.baseClass+"-docked-to-element-wrapper").attr("id",c));return wrapper},dockToElement:function(){wrapper=
210
+ this.getDockToElementWrapper();this.editor.wrapper.appendTo(wrapper);this.swapStyle(wrapper,this.editor.getElement(),{display:this.editor.getElement().css("display")||"block","float":this.editor.getElement().css("float")||"none",clear:this.editor.getElement().css("clear")||"none",position:this.editor.getElement().css("position")||"static",margin:this.editor.getElement().css("margin")||0,"margin-left":this.editor.getElement().css("margin-left")||0,"margin-right":this.editor.getElement().css("margin-right")||
211
+ 0,"margin-top":this.editor.getElement().css("margin-top")||0,"margin-bottom":this.editor.getElement().css("margin-bottom")||0,padding:this.editor.getElement().css("padding")||0,"padding-left":this.editor.getElement().css("padding-left")||0,"padding-right":this.editor.getElement().css("padding-right")||0,"padding-top":this.editor.getElement().css("padding-top")||0,"padding-bottom":this.editor.getElement().css("padding-bottom")||0,outline:this.editor.getElement().css("outline")||0,width:this.editor.getElement().css("width")||
212
+ "auto",border:this.editor.getElement().css("border")||"none"});wrapper.css("width",wrapper.width()+parseInt(this.editor.getElement().css("padding-left"),10)+parseInt(this.editor.getElement().css("padding-right"),10));this.editor.getElement().appendTo(this.editor.wrapper).addClass(this.options.baseClass+"-docked-element")},undockFromElement:function(){this.editor.getElement().insertAfter(this.editor.wrapper).removeClass(this.options.baseClass+"-docked-element");this.editor.wrapper.appendTo("body").removeClass(this.options.baseClass+
213
+ "-docked-to-element");this.editor.wrapper.css("width","auto")},dockToBody:function(){var c=0;a(this.options.dockUnder).length&&(c=a(this.options.dockUnder).outerHeight());this.top=this.editor.toolbarWrapper.css("top");this.editor.toolbarWrapper.css("top",c);this.editor.wrapper.addClass(this.options.baseClass+"-docked");this.editor.messages.css("top",c+this.editor.toolbar.outerHeight())},undockFromBody:function(){this.editor.toolbarWrapper.css("top",this.top);this.editor.wrapper.removeClass(this.options.baseClass+
214
+ "-docked");this.hideSpacers()},dock:function(){if(!this.docked){this.docked=this.saveState(!0);this.options.dockToElement?this.dockToElement():this.dockToBody();var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-w"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").addClass("ui-widget-header");this.showSpacers()}},undock:function(){if(this.docked){this.docked=
215
+ this.destroying?!1:this.saveState(!1);this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").removeClass("ui-widget-header");var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-s"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.options.dockToElement?this.undockFromElement():this.undockFromBody();this.editor.fire("resize")}},isDocked:function(){return this.docked},getTitle:function(){return this.isDocked()?
216
+ e("Click to detach the toolbar"):e("Click to dock the toolbar")},saveState:function(a){if(this.persist)return this.persistID?this.persist("docked:"+this.persistID,a):this.persist("docked",a),a},loadState:function(){return!this.persist?null:this.persistID?this.persist("docked:"+this.persistID):this.persist("docked")},disable:function(){this.hideSpacers()},cancel:function(){var a=this.getDockToElementWrapper();a&&a.length&&a.remove()},destroy:function(){this.destroying=!0;this.undock()}});a.ui.editor.registerUi({dock:{hotkeys:{"ctrl+d":{action:function(){this.ui.click()}}},
217
+ init:function(a){return a.uiButton({title:a.getPlugin("dock").getTitle(),icon:a.getPlugin("dock").isDocked()?"ui-icon-pin-w":"ui-icon-pin-s",click:function(){var b=a.getPlugin("dock");b.isDocked()?b.undock():b.dock();a.unify(function(a){a=a.getPlugin("dock");a.isDocked()?a.dock():a.undock()})}})}}});a.ui.editor.registerUi({embed:{dialog:null,init:function(a){a.bind("hide",this.hide,this);return a.uiButton({icon:"ui-icon-youtube",title:e("Embed object"),click:function(){this.show()}})},hide:function(){this.dialog&&
218
+ a(this.dialog).dialog("destroy").remove();this.dialog=null;a(this.ui.button).button("option","disabled",!1)},show:function(){if(!this.dialog){a(this.ui.button).button("option","disabled",!0);var c=this;A();this.dialog=a(this.editor.getTemplate("embed.dialog"));this.dialog.dialog({modal:!1,width:600,height:400,resizable:!0,title:e("Paste Embed Code"),autoOpen:!0,dialogClass:c.options.baseClass+" "+c.options.dialogClass,buttons:[{text:e("Embed Object"),click:function(){G();E(a(this).find("textarea").val());
219
+ a(this).dialog("close")}},{text:e("Close"),click:function(){c.hide()}}],open:function(){var c=a(this).parent().find(".ui-dialog-buttonpane");c.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});c.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var b=a(this).find(".ui-editor-embed-panel-tabs");b.find("ul li").click(function(){b.find("ul li").removeClass("ui-state-active").removeClass("ui-tabs-selected");a(this).addClass("ui-state-active").addClass("ui-tabs-selected");
220
+ b.children("div").hide().eq(a(this).index()).show()});var d=a(this).find(".ui-editor-embed-preview");a(this).find("textarea").change(function(){a(d).html(a(this).val())})},close:function(){c.hide()}})}}}});a.ui.editor.registerPlugin("emptyElement",{options:{tag:"<p/>"},init:function(){this.bind("change",this.change)},change:function(){var c=this;this.textNodes(this.editor.getElement()).each(function(){a(this).wrap(a(c.options.tag));O(this)});this.editor.checkChange()},textNodes:function(c){return a(c).contents().filter(function(){return 3==
221
+ this.nodeType&&a.trim(this.nodeValue).length})}});a.ui.editor.registerUi({floatLeft:{init:function(c){return c.uiButton({title:e("Float Image Left"),click:function(){y(function(c){a(c.commonAncestorContainer).find("img").css("float","left")})}})}},floatRight:{init:function(c){return c.uiButton({title:e("Float Image Right"),click:function(){y(function(c){a(c.commonAncestorContainer).find("img").css("float","right")})}})}},floatNone:{init:function(c){return c.uiButton({title:e("Remove Image Float"),
222
+ click:function(){y(function(c){a(c.commonAncestorContainer).find("img").css("float","none")})}})}}});a.ui.editor.registerUi({fontSizeInc:{init:function(a,b){return a.uiButton({title:e("Increase Font Size"),click:function(){a.inverseWrapWithTagClass("big",b.cssPrefix+"big","small",b.cssPrefix+"small")}})}},fontSizeDec:{init:function(a,b){return a.uiButton({title:e("Decrease Font Size"),click:function(){a.inverseWrapWithTagClass("small",b.cssPrefix+"small","big",b.cssPrefix+"big")}})}}});a.ui.editor.registerUi({showGuides:{init:function(a,
223
+ b){a.bind("cancel",this.cancel,this);a.bind("destroy",this.cancel,this);return a.uiButton({title:e("Show Guides"),icon:"ui-icon-pencil",click:function(){a.getElement().toggleClass(b.baseClass+"-visible")}})},cancel:function(){this.editor.getElement().removeClass(this.options.baseClass+"-visible")}}});a.ui.editor.registerUi({undo:{options:{disabled:!0},hotkeys:{"ctrl+z":{action:function(){this.editor.historyBack()}}},init:function(a){a.bind("change",this.change,this);return a.uiButton({title:e("Step Back"),
224
+ click:function(){a.historyBack()}})},change:function(){0===this.editor.present?this.ui.disable():this.ui.enable()}},redo:{options:{disabled:!0},hotkeys:{"ctrl+shift+z":{action:function(){this.editor.historyForward()}},"ctrl+y":{action:function(){this.editor.historyForward()}}},init:function(a){a.bind("change",this.change,this);return this.ui=a.uiButton({title:e("Step Forward"),click:function(){a.historyForward()}})},change:function(){this.editor.present===this.editor.history.length-1?this.ui.disable():
225
+ this.ui.enable()}}});a.ui.editor.registerUi({hr:{init:function(a){return a.uiButton({title:e("Insert Horizontal Rule"),click:function(){E("<hr/>")}})}}});a.ui.editor.registerUi({i18n:{init:function(c){var b=this,d=a('<select autocomplete="off" name="i18n"/>'),f;for(f in X){var h=a('<option value="'+f+'" class="'+f+'"/>');h.html($[f]);N===f&&h.attr("selected","selected");d.append(h)}return c.uiSelectMenu({title:e("Change Language"),select:d,change:function(a){t(b.persist("locale",a))}})}}});r("de",
226
+ "Deutsch",{"A preview of your embedded object is displayed below.":"Eine Vorschau ihres eingebundenen Objekts wird unterhalb angezeigt.","Added link: {{link}}":"Link hinzugef\u00fcgt: {{link}}","All changes will be lost!":"Alle \u00c4nderungen gehen verloren!","Apply Source":"Quellcode anwenden","Are you sure you want to stop editing?":"Wollen Sie wirklich mit der Bearbeitung aufh\u00f6ren?",Blockquote:"Zitat",Bold:"Fett",Cancel:"Abbrechen","Center Align":"Zentrieren","Change HTML tag of selected element":"HTML Tag des selektierten Elements \u00e4ndern",
227
+ "Change Language":"Sprache wechseln","Change the color of the selected text.":"Farbe des gew\u00e4hlten Texts \u00e4ndern.","Check this box to have the file open in a new browser window":"Markieren Sie diese Box um die Datei in einem neuen Browser zu \u00f6ffnen","Check this box to have the link open in a new browser window":"Markieren Sie diese Box um den Link in einem neuen Browser zu \u00f6ffnen","Choose a link type:":"W\u00e4hlen Sie einen Link Typ:","Clear Formatting":"Formatierung l\u00f6schen",
228
+ "Click to begin editing":"Zum Bearbeiten klicken","Click to detach the toolbar":"Zum L\u00f6sen der Werkzeugleiste klicken","Click to dock the toolbar":"Zum Befestigen der Werkzeugleiste klicken","Click to edit the image":"Um das Bild zu bearbeiten klicken","Click to select all editable content":"Um alle bearbeitbaren Elemente zu selektieren klicken","Click to select the contents of the '{{element}}' element":"Um den Inhalt des '{{element}}' Element zu selektieren klicken","Click to view statistics":"Um die Statistiken zu sehen klicken",
229
+ Close:"Schliessen","Confirm Cancel Editing":"Bearbeitung abbrechen best\u00e4tigen","Content Statistics":"Inhaltsstatistik","Content contains more than {{limit}} characters and may be truncated":"Der Inhalt hat mehr als {{limit}} Zeichen und kann gek\u00fcrzt werden","Content will not be truncated":"Der Inhalt wird nicht gek\u00fcrzt","Copy the file's URL from your browser's address bar and paste it into the box above":"Kopieren Sie die URL der Datei von der Adressleiste ihres Browser und f\u00fcgen Sie diese in der Box oberhalb ein",
230
+ "Copy the web address from your browser's address bar and paste it into the box above":"Kopieren Sie die URL von der Adressleiste ihres Browser und f\u00fcgen Sie diese in der Box oberhalb ein","Decrease Font Size":"Schriftgr\u00f6sse verkleinern",Destroy:"L\u00f6schen",Divider:"Trennzeichen","Document or other file":"Dokument oder andere Datei","Edit Link":"Link bearbeiten",Email:"E-Mail","Email address":"E-Mail Adresse","Embed Code":"Quellcode einbinden","Embed Object":"Objekt einbinden","Embed object":"Objekt einbinden",
231
+ "Ensure the file has been uploaded to your website":"Stellen Sie sicher, dass die Datei auf ihre Webseite hochgeladen wurde","Enter email address":"E-Mail Adresse eingeben","Enter subject":"Betreff eingeben","Enter your URL":"Ihre URL eingeben","Failed to save {{failed}} content block(s).":"{{failed}} Inhaltsbl\u00f6cke konnten nicht gespeichert werden.","Find the page on the web you want to link to":"Finden Sie die Seite im Web welche Sie verlinken wollen","Float Image Left":"Bild nach links stellen",
232
+ "Float Image Right":"Bild nach rechts stellen","Formatted &amp; Cleaned":"Formatiert &amp; Bereinigt","Formatted Unclean":"Formatiert &amp; Unbereinigt","Heading&nbsp;1":"Titel&nbsp;1","Heading&nbsp;2":"Titel&nbsp;2","Heading&nbsp;3":"Titel&nbsp;3","Image height":"Bildh\u00f6he","Image width":"Bildbreite","Increase Font Size":"Schriftgr\u00f6sse vergr\u00f6ssern",Initializing:"Initialisieren",Insert:"Einf\u00fcgen","Insert Horizontal Rule":"Horizontale Trennlinie einf\u00fcgen","Insert Link":"Link einf\u00fcgen",
233
+ "Insert Snippet":"Schnipsel einf\u00fcgen",Italic:"Kursiv",Justify:"B\u00fcndig","Learn More About the Raptor WYSIWYG Editor":"Erfahren Sie mehr \u00fcber dem Raptor WYSIWYG Editor","Left Align":"Links ausrichten","Link to a document or other file":"Ein Dokument oder eine Datei verlinken","Link to a page on this or another website":"Eine Seite auf dieser oder einer anderen Webseite verlinken","Link to an email address":"Eine E-Mail Adresse verlinken",Location:"URL","Modify Image Size":"Bildgr\u00f6sse \u00e4ndern",
234
+ "N/A":"n.v.","New window":"Neues Fenster","No changes detected to save...":"Keine \u00c4nderungen zum Speichern erkannt...","Not sure what to put in the box above?":"Nicht sicher was in die Box oberhalb geh\u00f6rt?",OK:!1,"Open the uploaded file in your browser":"\u00d6ffnen Sie die hochgeladene Datei in ihrem Browser","Ordered List":"Geordnete Liste","Page on this or another website":"Seite auf dieser oder einer anderen Webseite",Paragraph:"Paragraf","Paste Embed Code":"Quellcode einf\u00fcgen",
235
+ "Paste your embed code into the text area below.":"F\u00fcgen Sie ihren Quellcode zum Einbetten des Objektes in das Textfeld unterhalb ein.","Plain Text":"Einfacher Text",Preview:"Vorschau",Raptorize:!1,Reinitialise:"Reinitialisieren","Remaining characters before the recommended character limit is reached. Click to view statistics":"Verbleibende Zeichen bevor die empfohlene Zeichenlimite erreicht wird. Um die Statistiken zu sehen klicken","Remove Image Float":"Bildausrichtung entfernen","Remove Link":"Link entfernen",
236
+ "Remove unnecessary markup from editor content":"Unn\u00f6tige Markierungselemente im Inhalt entfernen","Resize Image":"Bildgr\u00f6sse anpassen","Right Align":"Rechts ausrichten",Save:"Speichern","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} von {{dirty}} Inhaltsbl\u00f6cken gespeichert.","Saving changes...":"\u00c4nderungen speichern...","Select all editable content":"Alle editierbaren Inhalte ausw\u00e4hlen","Select {{element}} element":"{{element}} Element ausw\u00e4hlen","Show Guides":"Hilfslinien anzeigen",
237
+ "Source Code":"Quelltext","Step Back":"Schritt zur\u00fcck","Step Forward":"Schritt vorw\u00e4rts",Strikethrough:"Durchstreichen","Sub script":"Tiefstellen","Subject (optional)":"Betreff (optional)","Successfully saved {{saved}} content block(s).":"{{saved}} Inhaltsbl\u00f6cke erfolgreich gespeichert.","Super script":"Hochstellen","The URL does not look well formed":"Die URL scheint nicht g\u00fcltig zu sein","The email address does not look well formed":"Die E-Mail Adresse scheint nicht g\u00fcltig zu sein",
238
+ "The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"Das Bild '{{image}}' ist zu breit f\u00fcr das gerade editierte Element.<br/>Es wird so ge\u00e4ndert, dass es passt.","The url for the file you inserted doesn't look well formed":"Die URL der Datei scheint nicht g\u00fcltig zu sein","The url for the link you inserted doesn't look well formed":"Die URL des Links scheint nicht g\u00fcltig zu sein","This block contains unsaved changes":"Dieser Block enth\u00e4lt ungespeicherte \u00c4nderungen",
239
+ Underline:"Unterstreichen","Unnamed Button":"Knopf ohne Name","Unnamed Select Menu":"Auswahlmenu ohne Name","Unordered List":"Ungeordnete Liste","Update Link":"Link aktualisieren","Updated link: {{link}}":"Link aktualisiert: {{link}}","View / Edit Source":"Quellcode anschauen/editieren","View Source":"Quellcode anschauen","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nEs gibt ungespeicherte \u00c4nderungen auf dieser Seite. \nWenn Sie diese Seite verlassen, werden Sie die ungespeicherten \u00c4nderungen verlieren",
240
+ root:"Grundelement","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} Zeichen \u00fcber der Limite","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} Zeichen verbleibend","{{characters}} characters":"{{characters}} Zeichen","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} Zeichen, {{charactersRemaining}} \u00fcber der empfohlenen Limite","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} Zeichen, {{charactersRemaining}} verbleibend",
241
+ "{{sentences}} sentences":"{{sentences}} S\u00e4tze","{{words}} word":"{{words}} Wort","{{words}} words":"{{words}} W\u00f6rter"});r("en","English",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"Apply Source","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",Blockquote:"Blockquote",Bold:"Bold",
242
+ Cancel:"Cancel","Center Align":"Center Align","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"Change Language","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:",
243
+ "Clear Formatting":"Clear Formatting","Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to edit the image":"Click to edit the image","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element","Click to view statistics":"Click to view statistics",
244
+ Close:"Close","Confirm Cancel Editing":"Confirm Cancel Editing","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated","Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above",
245
+ "Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file","Edit Link":"Edit Link",Email:"Email","Email address":"Email address","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL","Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).",
246
+ "Find the page on the web you want to link to":"Find the page on the web you want to link to","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert",
247
+ "Insert Horizontal Rule":"Insert Horizontal Rule","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",Italic:"Italic",Justify:"Justify","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"Left Align","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website","Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size",
248
+ "N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"OK","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph","Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.",
249
+ "Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached. Click to view statistics":"Remaining characters before the recommended character limit is reached. Click to view statistics","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content","Resize Image":"Resize Image","Right Align":"Right Align",
250
+ Save:"Save","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"Saving changes...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"Show Guides","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough","Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).",
251
+ "Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed",
252
+ "The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"Underline","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}","View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",
253
+ root:"root","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining","{{characters}} characters":"{{characters}} characters","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining",
254
+ "{{sentences}} sentences":"{{sentences}} sentences","{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});r("es","Espa\u00f1ol",{"A preview of your embedded object is displayed below.":"A continuaci\u00f3n se muestra una vista previa de su objeto incrustado.","Added link: {{link}}":"Enlace a\u00f1adido: {{link}}","All changes will be lost!":"\u00a1Todos los cambios ser\u00e1n perdidos!","Apply Source":"Aplicar Fuente","Are you sure you want to stop editing?":"\u00bfEst\u00e1 seguro de que desea detener la edici\u00f3n?",
255
+ Blockquote:"Cita en bloque",Bold:"Negrita",Cancel:"Cancelar","Center Align":"Centrar","Change HTML tag of selected element":"Cambiar la etiqueta HTML del elemento seleccionado","Change Language":"Cambiar Idioma","Change the color of the selected text.":"Cambiar el color del texto seleccionado.","Check this box to have the file open in a new browser window":"Marque esta casilla para que el archivo se abra en una nueva ventana","Check this box to have the link open in a new browser window":"Marque esta casilla para que el enlace se abra en una nueva ventana",
256
+ "Choose a link type:":"Escoja un tipo de enlace:","Clear Formatting":"Limpiar Formato","Click to begin editing":"Haga clic para empezar a editar","Click to detach the toolbar":"Haga clic para desanclar la barra de herramientas","Click to dock the toolbar":"Haga clic para anclar la barra de herramientas","Click to edit the image":"Haga clic para editar la imagen","Click to select all editable content":"Haga clic para seleccionar todo el contenido editable","Click to select the contents of the '{{element}}' element":"Haga clic para selecionar el contenido del elemento '{{element}}'",
257
+ "Click to view statistics":"Haga clic para ver las estad\u00edsticas",Close:"Cerrar","Confirm Cancel Editing":"Confirme Cancelar la Edici\u00f3n ","Content Statistics":"Contenidos Estad\u00edsticos","Content contains more than {{limit}} characters and may be truncated":"El contenido contiene m\u00e1s de {{limit}} car\u00e1cteres y debe ser truncado","Content will not be truncated":"El contenido no ser\u00e1 truncado","Copy the file's URL from your browser's address bar and paste it into the box above":"Copie la URL de su archivo desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior",
258
+ "Copy the web address from your browser's address bar and paste it into the box above":"Copie la direcci\u00f3n web desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior","Decrease Font Size":"Disminuir Tama\u00f1o de Fuente",Destroy:"Destruir",Divider:"Divisor","Document or other file":"Documento u otro archivo","Edit Link":"Editar Enlace",Email:"Correo electr\u00f3nico","Email address":"Direcci\u00f3n de correo electr\u00f3nico","Embed Code":"C\u00f3digo Incrustado",
259
+ "Embed Object":"Objeto Incrustado","Embed object":"Objeto incrustado","Ensure the file has been uploaded to your website":"Aseg\u00farese de que el archivo ha sido subido a su sitio web","Enter email address":"Introduzca una direcci\u00f3n de correo electr\u00f3nico","Enter subject":"Introduzca un sujeto","Enter your URL":"Introduzca su URL","Failed to save {{failed}} content block(s).":"Fall\u00f3 al guardar los bloques del cotenido de {{failed}}.","Find the page on the web you want to link to":"Busque la p\u00e1gina web a la que desee enlazar",
260
+ "Float Image Left":"Flotar Imagen a la Izquierda","Float Image Right":"Flotar Imagen a la Derecha","Formatted &amp; Cleaned":"Formateado y Limpiado","Formatted Unclean":"Formateado Sucio","Heading&nbsp;1":"Encabezado&nbsp;1","Heading&nbsp;2":"Encabezado&nbsp;2","Heading&nbsp;3":"Encabezado&nbsp;3","Image height":"Altura de imagen","Image width":"Ancho de imagen","Increase Font Size":"Incrementar Tama\u00f1o de Fuente",Initializing:"Inicializando",Insert:"Insertar","Insert Horizontal Rule":"Insertar L\u00ednea Horizontal",
261
+ "Insert Link":"Insertar Enlace","Insert Snippet":"Insertar Snippet",Italic:"Cursiva",Justify:"Justificar","Learn More About the Raptor WYSIWYG Editor":"Saber m\u00e1s sobre el editor WYSIWYG Raptor","Left Align":"Alinear a la Izquierda","Link to a document or other file":"Enlazar a un documento o a otro archivo","Link to a page on this or another website":"Enlazar a una p\u00e1gina en esta u otra p\u00e1gina web","Link to an email address":"Enlazar a una direcci\u00f3n de correo electr\u00f3nico",
262
+ Location:"Localizaci\u00f3n","Modify Image Size":"Cambiar Tama\u00f1o de Imagen","N/A":!1,"New window":"Nueva ventana","No changes detected to save...":"No se detectaron cambios para guardar...","Not sure what to put in the box above?":"\u00bfNo est\u00e1 seguro de qu\u00e9 poner en la caja anterior?",OK:"Aceptar","Open the uploaded file in your browser":"Abra el archivo cargado en su navegador","Ordered List":"Lista Ordenada","Page on this or another website":"P\u00e1gina en \u00e9sta u otra p\u00e1gina web",
263
+ Paragraph:"P\u00e1rrafo","Paste Embed Code":"Pegar C\u00f3digo Incrustado","Paste your embed code into the text area below.":"Pegue su c\u00f3digo incrustado en la caja de texto posterior.","Plain Text":"Texto Llano",Preview:"Previsualizar",Raptorize:"Raptorizar",Reinitialise:"Reinicializar","Remaining characters before the recommended character limit is reached. Click to view statistics":"Car\u00e1cteres restantes hasta que se alcance el l\u00edmite de car\u00e1cteres. Haga clic para ver las estad\u00edsticas",
264
+ "Remove Image Float":"No Flotar Imagen","Remove Link":"Eliminar enlace","Remove unnecessary markup from editor content":"Eliminar marcado innecesario del editor de contenido","Resize Image":"Redimensionar Imagen","Right Align":"Alinear a la Derecha",Save:"Guardar","Saved {{saved}} out of {{dirty}} content blocks.":"Guardados {{saved}} de {{dirty}} bloques de contenido.","Saving changes...":"Guardando cambios...","Select all editable content":"Seleccionar todo el contenido editable","Select {{element}} element":"Seleccionar el elemento {{element}}",
265
+ "Show Guides":"Mostrar Gu\u00edas","Source Code":"C\u00f3digo Fuente","Step Back":"Deshacer","Step Forward":"Rehacer",Strikethrough:"Tachado","Sub script":"Sub\u00edndice","Subject (optional)":"Sujeto (opcional)","Successfully saved {{saved}} content block(s).":"Guardado exitosamente {{saved}} bloque(s) de contenido.","Super script":"Super\u00edndice","The URL does not look well formed":"La URL no parece bien formada","The email address does not look well formed":"El enlace de correo electr\u00f3nico no parece bien formado",
266
+ "The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"La imagen '{{image}}' es demasiado ancha para el elemento que est\u00e1 siendo editado.<br/>Ser\u00e1 redimensionada para que se adapte.","The url for the file you inserted doesn't look well formed":"La URL del archivo que ha introducido no parece bien formada","The url for the link you inserted doesn't look well formed":"La URL del enlace que ha introducido no parece bien formada","This block contains unsaved changes":"Este bloque tiene cambios sin guardar",
267
+ Underline:"Subrayar","Unnamed Button":"Bot\u00f3n sin Nombre","Unnamed Select Menu":"Men\u00fa de Selecci\u00f3n sin Nombre","Unordered List":"Lista Desordenada","Update Link":"Actualizar Enlace","Updated link: {{link}}":"Enlace actualizado: {{link}}","View / Edit Source":"Ver / Editar C\u00f3digo Fuente","View Source":"Ver C\u00f3digo Fuente","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nHay cambios sin guardar en esta p\u00e1gina. \nSi sale de esta p\u00e1gina, perder\u00e1 todos los cambios sin guardar",
268
+ root:"or\u00edgen","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} car\u00e1cter(es) sobre el l\u00edmite","{{charactersRemaining}} characters remaining":"Queda(n) {{charactersRemaining}} car\u00e1cter(es)","{{characters}} characters":"{{characters}} car\u00e1cteres","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} car\u00e1cter(es), {{charactersRemaining}} sobre el l\u00edmite recomendado","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} car\u00e1cter(es), queda(n) {{charactersRemaining}}",
269
+ "{{sentences}} sentences":"{{sentences}} oraciones","{{words}} word":"{{words}} palabra","{{words}} words":"{{words}} palabras"});r("fr","Fran\u00e7ais",{"A preview of your embedded object is displayed below.":"Un aper\u00e7u de votre objet int\u00e9gr\u00e9 est affich\u00e9 ci-dessous.","Added link: {{link}}":"Lien ajout\u00e9 : {{link}}","All changes will be lost!":"Toutes les modifications seront perdues !","Apply Source":"Appliquer la source","Are you sure you want to stop editing?":"\u00cates-vous s\u00fbr(e) de vouloir arr\u00eater la modification ?",
270
+ Blockquote:"Citation",Bold:"Gras",Cancel:"Annuler","Center Align":"Aligner au centre","Change HTML tag of selected element":"Modifier la balise HTML de l'\u00e9l\u00e9ment s\u00e9lectionn\u00e9","Change Language":"Changer de langue","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Cochez cette case pour ouvrir le fichier dans une nouvelle fen\u00eatre de navigateur","Check this box to have the link open in a new browser window":"Cochez cette case pour ouvrir le lien dans une nouvelle fen\u00eatre de navigateur",
271
+ "Choose a link type:":"Choisissez un type de lien :","Clear Formatting":"Clear Formatting","Click to begin editing":"Cliquer pour commencer la modification","Click to detach the toolbar":"Cliquer pour d\u00e9tacher la barre d'outils","Click to dock the toolbar":"Cliquer pour ancrer la barre d'outils","Click to edit the image":"Click to edit the image","Click to select all editable content":"Cliquer pour s\u00e9lectionner tout le contenu modifiable","Click to select the contents of the '{{element}}' element":"Cliquer pour s\u00e9lectionner le contenu de l'\u00e9l\u00e9ment '{{element}}'",
272
+ "Click to view statistics":"Click to view statistics",Close:"Fermer","Confirm Cancel Editing":"Confirmer l'annulation des modifications","Content Statistics":"Statistiques de contenu","Content contains more than {{limit}} characters and may be truncated":"Le contenu contient plus de {{limit}} caract\u00e8res et peut \u00eatre tronqu\u00e9","Content will not be truncated":"Le contenu ne sera pas tronqu\u00e9","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above",
273
+ "Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above","Decrease Font Size":"Diminuer la taille de la police",Destroy:"D\u00e9truire",Divider:"Div","Document or other file":"Document ou autre fichier","Edit Link":"Modifier le lien",Email:"E-mail","Email address":"Adresse e-mail","Embed Code":"Code int\u00e9gr\u00e9","Embed Object":"Int\u00e9grer l'objet","Embed object":"Object int\u00e9gr\u00e9",
274
+ "Ensure the file has been uploaded to your website":"V\u00e9rifiez que le fichier a \u00e9t\u00e9 transf\u00e9r\u00e9 vers votre site","Enter email address":"Saisir l'adresse e-mail","Enter subject":"Saisir le sujet","Enter your URL":"Saisir l'URL","Failed to save {{failed}} content block(s).":"\u00c9chec d'enregistrement du(des) bloc(s) de contenu {{failed}}.","Find the page on the web you want to link to":"Trouvez la page web que vous voulez lier","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right",
275
+ "Formatted &amp; Cleaned":"Formatt\u00e9 &amp; Nettoy\u00e9","Formatted Unclean":"Formatt\u00e9 non nettoy\u00e9","Heading&nbsp;1":"Titre&nbsp;1","Heading&nbsp;2":"Titre&nbsp;2","Heading&nbsp;3":"Titre&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Augmenter la taille de la police",Initializing:"Initialisation",Insert:"Ins\u00e9rer","Insert Horizontal Rule":"Ins\u00e9rer une r\u00e8gle horizontale","Insert Link":"Ins\u00e9rer un lien","Insert Snippet":"Ins\u00e9rer un bout de code",
276
+ Italic:"Italique",Justify:"Justifier","Learn More About the Raptor WYSIWYG Editor":"En savoir plus sur l'\u00e9diteur WYSIWYG Raptor","Left Align":"Aligner \u00e0 gauche","Link to a document or other file":"Lier un document ou un autre fichier","Link to a page on this or another website":"Lier une page ou un autre site","Link to an email address":"Lier une adresse e-mail",Location:"Emplacement","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"Nouvelle fen\u00eatre","No changes detected to save...":"Aucune modification d\u00e9tect\u00e9e \u00e0 enregistrer...",
277
+ "Not sure what to put in the box above?":"Pas s\u00fbr(e) de savoir quoi mettre dans le champ ci-dessus ?",OK:"OK","Open the uploaded file in your browser":"Ouvrir le fichier trasnf\u00e9r\u00e9 dans votre navigateur","Ordered List":"Liste ordonn\u00e9e","Page on this or another website":"Page sur ce site ou un autre site",Paragraph:"Paragraphe","Paste Embed Code":"Coller le code","Paste your embed code into the text area below.":"Collez votre code int\u00e9gr\u00e9 dans la zone de texte ci-dessous.",
278
+ "Plain Text":"Texte brut",Preview:"Aper\u00e7u",Raptorize:"Raptoriser",Reinitialise:"R\u00e9initialiser","Remaining characters before the recommended character limit is reached. Click to view statistics":"Remaining characters before the recommended character limit is reached. Click to view statistics","Remove Image Float":"Remove Image Float","Remove Link":"Retirer le lien","Remove unnecessary markup from editor content":"Retirer le balisage non n\u00e9cessaire du contenu de l'\u00e9diteur","Resize Image":"Resize Image",
279
+ "Right Align":"Aligner \u00e0 droite",Save:"Enregistrer","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} enregistr\u00e9 sur {{dirty}} blocs de contenu.","Saving changes...":"Enregistrement des modifications...","Select all editable content":"S\u00e9lectionner tout le contenu modifiable","Select {{element}} element":"S\u00e9lectionner l'\u00e9l\u00e9ment {{element}}","Show Guides":"Afficher les guides","Source Code":"Code source","Step Back":"En arri\u00e8re","Step Forward":"En avant",
280
+ Strikethrough:"Barr\u00e9","Sub script":"Indice","Subject (optional)":"Sujet (facultatif)","Successfully saved {{saved}} content block(s).":"{{saved}} bloc(s) de contenu enregistr\u00e9(s) avec succ\u00e8s.","Super script":"Exposant","The URL does not look well formed":"L'URL para\u00eet malform\u00e9e","The email address does not look well formed":"L'adresse e-mail para\u00eet malform\u00e9e","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",
281
+ "The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"Ce bloc contient des modifications non enregistr\u00e9es",Underline:"Soulign\u00e9","Unnamed Button":"Boutton sans nom","Unnamed Select Menu":"Menu de s\u00e9lection sans nom","Unordered List":"Liste non ordonn\u00e9e",
282
+ "Update Link":"Mettre \u00e0 jour le lien","Updated link: {{link}}":"Lien mis \u00e0 jour : {{link}}","View / Edit Source":"Voir / Modifier la source","View Source":"Voir la source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nIl y a des modifications non enregistr\u00e9es sur cette page. \nSi vous quittez cette page, vous perdrez vos modifications non enregistr\u00e9es",root:"racine","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} caract\u00e8res au-dessus de la limite",
283
+ "{{charactersRemaining}} characters remaining":"{{charactersRemaining}} caract\u00e8res restants","{{characters}} characters":"{{characters}} characters","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} caract\u00e8res, {{charactersRemaining}} au-dessus de la limite","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} caract\u00e8res, {{charactersRemaining}} restants","{{sentences}} sentences":"{{sentences}} phrases","{{words}} word":"{{words}} mot",
284
+ "{{words}} words":"{{words}} mots"});r("nl","Nederlands",{"A preview of your embedded object is displayed below.":"Een voorbeeldweergave van uw ingenestelde object is hieronder weergeven.","Added link: {{link}}":"Link toegevoegd:: {{link}}","All changes will be lost!":"Alle aanpassingen zullen verloren gaan!","Apply Source":"Broncode toepassen","Are you sure you want to stop editing?":"Weet u zeker dat u wilt stoppen met aanpassen? ",Blockquote:"Blokcitaat",Bold:"Vetgedrukt",Cancel:"Annuleren","Center Align":"Centreren",
285
+ "Change HTML tag of selected element":"Verander type van geselecteerd element","Change Language":"Taal veranderen","Change the color of the selected text.":"Verander de kleur van de geselecteerde tekst.","Check this box to have the file open in a new browser window":"Vink dit aan om het bestand te laten opnenen in een nieuw browser venster","Check this box to have the link open in a new browser window":"Vink dit aan om de link te laten opnenen in een nieuw browser venster","Choose a link type:":"Kies het type link:",
286
+ "Clear Formatting":"Verwijder opmaak","Click to begin editing":"Klik hier voor het beginnen met bewerken","Click to detach the toolbar":"Klik om de werkbalk los te maken","Click to dock the toolbar":"Klik om de werkbalk vast te maken","Click to edit the image":"Klik om de afbeelding te bewerken","Click to select all editable content":"Klik om alle bewerkbare inhoud te selecteren","Click to select the contents of the '{{element}}' element":"Klik om de inhoud te selecteren van het '{{element}}' element",
287
+ "Click to view statistics":"Click to view statistics",Close:"Sluiten","Confirm Cancel Editing":"Bevestig annuleren van bewerken","Content Statistics":"Inhoud Statistieken","Content contains more than {{limit}} characters and may be truncated":"Inhoud bevat meer dan {{limit}} tekens en kan worden ingekort.","Content will not be truncated":"Inhoud wordt niet ingekort","Copy the file's URL from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres van het bestand uit de adresbalk van uw browser en plak het in het veld hierboven",
288
+ "Copy the web address from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres uit de adresbalk van uw browser en plak het in het veld hierboven","Decrease Font Size":"Groter Lettertype",Destroy:"Verwijder",Divider:"Splitser","Document or other file":"Document of ander bestand","Edit Link":"Link bewerken",Email:"E-mail","Email address":"E-mail adres","Embed Code":"Code Insluiten","Embed Object":"Object Insluiten","Embed object":"Object insluiten","Ensure the file has been uploaded to your website":"Verzeker uzelf ervan dat het bestand op uw website staat",
289
+ "Enter email address":"Voeg het e-mail adres in","Enter subject":"Voeg het onderwerp in","Enter your URL":"Voeg het internetadres in","Failed to save {{failed}} content block(s).":"Kon {{failed}} inhoud blok(ken) niet opslaan.","Find the page on the web you want to link to":"Vind de pagina op het internet waar u naartoe wilt linken","Float Image Left":"Tekst omsluiten rechts van afbeelding","Float Image Right":"Tekst omsluiten links van afbeelding","Formatted &amp; Cleaned":"Geformatteerd &amp; Opgeruimd",
290
+ "Formatted Unclean":"Rommel Opgeruimd","Heading&nbsp;1":"Kopniveau&nbsp;1","Heading&nbsp;2":"Kopniveau&nbsp;2","Heading&nbsp;3":"Kopniveau&nbsp;3","Image height":"Hoogte afbeelding","Image width":"Breedte afbeelding","Increase Font Size":"Kleiner Lettertype",Initializing:"Initialiseren",Insert:"Invoegen","Insert Horizontal Rule":"Horizontale Regel Invoegen","Insert Link":"Link Invoegen","Insert Snippet":"Snippertekst Invoegen",Italic:"Schuingedrukt",Justify:"Uitlijnen aan beide kanten","Learn More About the Raptor WYSIWYG Editor":"Meer leren over Rapor WYSIWYG Editor",
291
+ "Left Align":"Links uitlijnen","Link to a document or other file":"Link naar een document of ander bestand","Link to a page on this or another website":"Link naar een pagina op deze of een andere website","Link to an email address":"Link naar een emailadres",Location:"Locatie","Modify Image Size":"Afbeeldingsgrootte aanpassen","N/A":"n.v.t.","New window":"Nieuw venster","No changes detected to save...":"Er zijn geen aanpassingen om op te slaan...","Not sure what to put in the box above?":"Onzeker over wat er in het veld moet staan hierboven?",
292
+ OK:!1,"Open the uploaded file in your browser":"Open het ge\u00fcploade bestand in uw browser","Ordered List":"Genummerde lijst","Page on this or another website":"Pagina op deze of een andere website",Paragraph:"Alinea","Paste Embed Code":"Plak de insluitcode","Paste your embed code into the text area below.":"Plak de insluitcode in het tekstveld hieronder.","Plain Text":"Tekst zonder opmaak",Preview:"Voorbeeldweergave",Raptorize:!1,Reinitialise:"Herinitialiseren","Remaining characters before the recommended character limit is reached. Click to view statistics":"Remaining characters before the recommended character limit is reached. Click to view statistics",
293
+ "Remove Image Float":"Tekst niet omsluiten rondom afbeelding","Remove Link":"Verwijder Link","Remove unnecessary markup from editor content":"Inhoud schoonmaken van overbodige opmaak","Resize Image":"Herschaal Afbeelding","Right Align":"Rechts Uitlijnen",Save:"Opslaan","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} van de {{dirty}} inhoudsblokken zijn opgeslagen.","Saving changes...":"Aanpassingen opslaan...","Select all editable content":"Alle aanpasbare inhoud selecteren","Select {{element}} element":"Selecteer {{element}} element",
294
+ "Show Guides":"Rooster Tonen (Onderwatermodus)","Source Code":"Broncode","Step Back":"Herstel","Step Forward":"Opnieuw",Strikethrough:"Doorstrepen","Sub script":"Subscript","Subject (optional)":"Onderwerp (optioneel)","Successfully saved {{saved}} content block(s).":"{{saved}} inhoudsblok(ken) succesvol opgeslagen.","Super script":"Superscript","The URL does not look well formed":"Het lijkt er op dat het internetadres niet correct is","The email address does not look well formed":"Het e-mail adres is incorrect",
295
+ "The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"De afbeelding '{{image}}' is te breed voor het element dat wordt bewerkt.<br/>Het wordt geschaald zodat het past.","The url for the file you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor het bestand dat u heeft ingevoegd niet correct is","The url for the link you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor de link die u heeft ingevoegd niet correct is",
296
+ "This block contains unsaved changes":"Dit blok bevat aanpassingen welke niet zijn opgeslagen",Underline:"Onderstrepen","Unnamed Button":"Knop Zonder Naam","Unnamed Select Menu":"Selectiemenu Zonder Naam","Unordered List":"Lijst Van Opsommingstekens","Update Link":"Link Bijwerken","Updated link: {{link}}":"Link bijgewerkt: {{link}}","View / Edit Source":"Broncode Bekijken/Bewerken","View Source":"Broncode Bekijken","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nEr zijn aanpassingen op deze pagina die niet zijn opgeslagen. \nAls u een andere pagina opnet zult u deze aanpassingen verliezen",
297
+ root:!1,"{{charactersRemaining}} characters over limit":"{{charactersRemaining}} karakters over het limiet","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} karakters over","{{characters}} characters":"{{characters}} characters","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} karakters, {{charactersRemaining}} over het aangeraden limiet","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} karakters, {{charactersRemaining}} over",
298
+ "{{sentences}} sentences":"{{sentences}} zinnen","{{words}} word":"{{words}} woord","{{words}} words":"{{words}} woorden"});r("sv","Svenska",{"A preview of your embedded object is displayed below.":"En f\u00f6rhandsvisning av ditt inb\u00e4ddade objekt visas nedan.","Added link: {{link}}":"Tillagd l\u00e4nk: {{link}}","All changes will be lost!":"Alla \u00e4ndringar kommer f\u00f6rloras!","Apply Source":"Spara kod\u00e4ndringar","Are you sure you want to stop editing?":"\u00c4r du s\u00e4ker p\u00e5 att du vill sluta redigera?",
299
+ Blockquote:"Citat",Bold:"Fet",Cancel:"Avbryt","Center Align":"Centrerad","Change HTML tag of selected element":"Byt HTML-tagg p\u00e5 valt element","Change Language":"Byt spr\u00e5k","Change the color of the selected text.":"\u00c4ndra f\u00e4rg p\u00e5 markerad text.","Check this box to have the file open in a new browser window":"Kryssa i denna box f\u00f6r att \u00f6ppna filen i ett nytt f\u00f6nster","Check this box to have the link open in a new browser window":"Kryssa i denna box f\u00f6r att \u00f6ppna l\u00e4nken i ett nytt f\u00f6nster",
300
+ "Choose a link type:":"V\u00e4lj en l\u00e4nktyp:","Clear Formatting":"Ta bort formatering","Click to begin editing":"Klicka h\u00e4r f\u00f6r att redigera","Click to detach the toolbar":"Klicka h\u00e4r f\u00f6r att frig\u00f6ra verktygsf\u00e4ltet","Click to dock the toolbar":"Klicka h\u00e4r f\u00f6r att f\u00e4sta verktygsf\u00e4ltet","Click to edit the image":"Klicka h\u00e4r f\u00f6r att redigera bilden","Click to select all editable content":"Klicka h\u00e4r f\u00f6r att markera allt redigerbart inneh\u00e5ll",
301
+ "Click to select the contents of the '{{element}}' element":"Klicka h\u00e4r f\u00f6r att markera '{{element}}' elementet","Click to view statistics":"Klicka h\u00e4r f\u00f6r visa statistik",Close:"St\u00e4ng","Confirm Cancel Editing":"Bekr\u00e4fta avbrytning av redigering","Content Statistics":"Inneh\u00e5llsstatistik","Content contains more than {{limit}} characters and may be truncated":"Inneh\u00e5llet omfattar mer \u00e4n {{limit}} bokst\u00e4ver och kan bli avkortat","Content will not be truncated":"Inneh\u00e5llet kommer inte att avkortas",
302
+ "Copy the file's URL from your browser's address bar and paste it into the box above":"Kopiera filens URL fr\u00e5n webbl\u00e4sarens adressf\u00e4lt och klistra in i f\u00e4ltet ovan","Copy the web address from your browser's address bar and paste it into the box above":"Kopiera webbadressen fr\u00e5n webbl\u00e4sarens adressf\u00e4lt och klistra in i f\u00e4ltet ovan","Decrease Font Size":"Minska textstorlek",Destroy:"F\u00f6rst\u00f6r",Divider:"Avskiljare","Document or other file":"Dokument eller annan fil",
303
+ "Edit Link":"Redigera l\u00e4nk",Email:"Epost","Email address":"Epost adress","Embed Code":"Inb\u00e4ddningskod","Embed Object":"B\u00e4dda in objekt","Embed object":"B\u00e4dda in objekt","Ensure the file has been uploaded to your website":"Kontrollera att filen har laddats upp till din webbsida","Enter email address":"Ange epost-adress","Enter subject":"Ange \u00e4mne","Enter your URL":"Ange din URL","Failed to save {{failed}} content block(s).":"Misslyckades med att spara {{failed}} inneh\u00e5llsblock.",
304
+ "Find the page on the web you want to link to":"Hitta sidan p\u00e5 webben som du vill l\u00e4nka till","Float Image Left":"V\u00e4nsterjustera bild","Float Image Right":"H\u00f6gerjustera bild","Formatted &amp; Cleaned":"Formaterad &amp; Ren","Formatted Unclean":"Formaterad smutsig","Heading&nbsp;1":"Rubrik&nbsp;1","Heading&nbsp;2":"Rubrik&nbsp;2","Heading&nbsp;3":"Rubrik&nbsp;3","Image height":"Bildh\u00f6jd","Image width":"Bildbredd","Increase Font Size":"\u00d6ka textstorlek",Initializing:"Initierar",
305
+ Insert:"Infoga","Insert Horizontal Rule":"Infoga horisontell avskiljare","Insert Link":"Infoga l\u00e4nk","Insert Snippet":"Infoga utklipp",Italic:"Kursiv",Justify:"Marginaljustera","Learn More About the Raptor WYSIWYG Editor":"L\u00e4r dig mer om Raptor WYSIWYG Editor","Left Align":"V\u00e4nsterjustera","Link to a document or other file":"L\u00e4nka till ett dokument eller annan fil","Link to a page on this or another website":"L\u00e4nka till en sida p\u00e5 denna eller utomst\u00e5ende webbplats",
306
+ "Link to an email address":"L\u00e4nka till en epost-adress",Location:"Plats","Modify Image Size":"\u00c4ndra bildstorlek","N/A":"Ej tillg\u00e4nglig","New window":"Nytt f\u00f6nster","No changes detected to save...":"Inga \u00e4ndringar att spara...","Not sure what to put in the box above?":"Inte s\u00e4ker p\u00e5 vad som ska fyllas i?",OK:"OK","Open the uploaded file in your browser":"\u00d6ppna den uppladdade filen i din webbl\u00e4sare","Ordered List":"Ordnad lista","Page on this or another website":"Sida p\u00e5 denna eller annan webbsida",
307
+ Paragraph:"Paragraf","Paste Embed Code":"Klistra in inb\u00e4ddningskod","Paste your embed code into the text area below.":"Klistra in din inb\u00e4ddningskod i textrutan nedanf\u00f6r.","Plain Text":"Ren text",Preview:"F\u00f6rhandsgransking",Raptorize:"Raptorisera",Reinitialise:"Reinitiera","Remaining characters before the recommended character limit is reached. Click to view statistics":"\u00c5terst\u00e5ende karakt\u00e4rer innan rekommenderad gr\u00e4ns \u00e4r n\u00e5dd. Klicka f\u00f6r att se statistik",
308
+ "Remove Image Float":"Ta bort bildjustering","Remove Link":"Ta bort l\u00e4nk","Remove unnecessary markup from editor content":"Ta bort on\u00f6dig kod fr\u00e5n redigerarens inneh\u00e5ll","Resize Image":"\u00c4ndra storlek p\u00e5 bild","Right Align":"H\u00f6gerjustera",Save:"Spara","Saved {{saved}} out of {{dirty}} content blocks.":"Sparat {{saved}} av {{dirty}} inneh\u00e5llsblock.","Saving changes...":"Sparar \u00e4ndringar...","Select all editable content":"Markera alla redigerbara omr\u00e5den",
309
+ "Select {{element}} element":"Markera {{element}} elementet","Show Guides":"Visa st\u00f6dlinjer","Source Code":"K\u00e4llkod","Step Back":"\u00c5ngra","Step Forward":"G\u00f6r om",Strikethrough:"Genomstryken","Sub script":"Neds\u00e4nkt","Subject (optional)":"\u00c4mne (frivilligt)","Successfully saved {{saved}} content block(s).":"Sparade {{saved}} inneh\u00e5llsblock.","Super script":"Upph\u00f6jt","The URL does not look well formed":"URL:en ser inte korrekt formaterad ut","The email address does not look well formed":"Epost-adressen ser inte korrekt formaterad ut",
310
+ "The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"Bilden '{{image}}' \u00e4r f\u00f6r bred f\u00f6r omr\u00e5det du redigerar.<br/>Den kommer att krympas f\u00f6r att f\u00e5 plats.","The url for the file you inserted doesn't look well formed":"URL:en f\u00f6r filen ser inte korrekt formaterad ut","The url for the link you inserted doesn't look well formed":"URL:en f\u00f6r l\u00e4nken ser inte korrekt formaterad ut","This block contains unsaved changes":"Detta omr\u00e5de inneh\u00e5ller osparad information",
311
+ Underline:"Understryken","Unnamed Button":"Namnl\u00f6s knapp","Unnamed Select Menu":"Namnl\u00f6s meny","Unordered List":"Oordnad lista","Update Link":"Uppdatera l\u00e4nk","Updated link: {{link}}":"Uppdaterad l\u00e4nk: {{link}}","View / Edit Source":"Visa / redigera k\u00e4llkod","View Source":"Visa k\u00e4llkod","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nDet finns osparade \u00e4ndringar p\u00e5 denna sidan. \nOm du l\u00e4mnar denna sidan kommer du att f\u00f6rlora dina osparade \u00e4ndringar",
312
+ root:"root","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} bokst\u00e4ver \u00f6ver gr\u00e4nsen","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} bokst\u00e4ver \u00e5terst\u00e5r","{{characters}} characters":"{{characters}} bokst\u00e4ver","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} bokst\u00e4ver, {{charactersRemaining}} \u00f6ver den rekommenderade gr\u00e4nsen","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} bokst\u00e4ver, {{charactersRemaining}} kvarst\u00e5ende",
313
+ "{{sentences}} sentences":"{{sentences}} meningar","{{words}} word":"{{words}} ord","{{words}} words":"{{words}} ord"});r("zh-CN","\u7b80\u4f53\u4e2d\u6587",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"\u5e94\u7528\u6e90\u4ee3\u7801","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",
314
+ Blockquote:"\u5927\u6bb5\u5f15\u7528",Bold:"\u7c97\u4f53",Cancel:"\u53d6\u6d88","Center Align":"\u4e2d\u5fc3\u5bf9\u9f50\u6587\u672c","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"\u6539\u53d8\u8bed\u8a00","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window",
315
+ "Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting","Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to edit the image":"Click to edit the image","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element","Click to view statistics":"Click to view statistics",
316
+ Close:"Close","Confirm Cancel Editing":"\u786e\u8ba4\u53d6\u6d88\u7f16\u8f91","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated","Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above",
317
+ "Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file","Edit Link":"Edit Link",Email:"Email","Email address":"\u7535\u5b50\u90ae\u4ef6","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL",
318
+ "Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width",
319
+ "Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"\u63d2\u5165\u6c34\u5e73\u7ebf","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",Italic:"\u659c\u4f53\u5b57",Justify:"\u5bf9\u9f50\u6587\u5b57","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"\u5de6\u5bf9\u9f50\u6587\u672c","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website",
320
+ "Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"\u786e\u5b9a","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph",
321
+ "Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.","Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached. Click to view statistics":"Remaining characters before the recommended character limit is reached. Click to view statistics","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content",
322
+ "Resize Image":"Resize Image","Right Align":"\u53f3\u5bf9\u9f50\u6587\u672c",Save:"\u5b58\u50a8","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"\u4fdd\u5b58\u66f4\u6539...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"\u7eb2\u8981","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough",
323
+ "Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).","Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",
324
+ "The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"\u4e0b\u5212\u7ebf","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}",
325
+ "View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",root:"\u672c","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining",
326
+ "{{characters}} characters":"{{characters}} characters","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences","{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});a.ui.editor.registerPlugin("imageResize",
327
+ {options:{allowOversizeImages:!1,manuallyResizingClass:null,resizeButtonClass:null,resizingClass:null},init:function(c){this.options=a.extend({},this.options,{manuallyResizingClass:this.options.baseClass+"-manually-resize",resizeButtonClass:this.options.baseClass+"-resize-button",resizingClass:this.options.baseClass+"-in-progress"});c.bind("enabled",this.bind,this)},bind:function(){this.options.allowOversizeImages||(this.addImageListeners(),this.editor.bind("change",this.scanForOversizedImages,this),
328
+ this.editor.bind("save",this.save,this));this.editor.bind("destroy",this.cancel,this);this.editor.bind("cancel",this.cancel,this);this.editor.getElement().on("mouseenter."+this.options.baseClass,"img",a.proxy(this.imageMouseEnter,this));this.editor.getElement().on("mouseleave."+this.options.baseClass,"img",a.proxy(this.imageMouseLeave,this))},unbind:function(){this.options.allowOversizeImages||(this.removeImageListeners(),this.editor.unbind("change",this.scanForOversizedImages,this));this.editor.getElement().off("mouseenter."+
329
+ this.options.baseClass,"img");this.editor.getElement().off("mouseleave."+this.options.baseClass,"img")},addImageListeners:function(){this.resized=a.proxy(this.imageResizedByUser,this);var c=this;this.editor.getElement().find("img").each(function(){this.addEventListener&&this.addEventListener("DOMAttrModified",c.resized,!1);this.attachEvent&&this.attachEvent("onpropertychange",c.resized)})},removeImageListeners:function(){var a=this;this.editor.getElement().find("img").each(function(){this.removeEventListener&&
330
+ this.addEventListener("DOMAttrModified",a.resized,!1);this.detachEvent&&this.detachEvent("onpropertychange",a.resized)})},imageResizedByUser:function(c){var b=a(c.target);b.is("img")&&b.attr("_moz_resizing")&&"style"==c.attrName&&c.newValue.match(/width|height/)&&this.editor.fire("change")},scanForOversizedImages:function(){var c=this.editor.getElement(),b=[];a(c.find("img")).each(function(){c.width()<a(this).outerWidth()&&b.push(a(this))});b.length&&this.resizeOversizedImages(b,c.width())},resizeOversizedImages:function(c,
331
+ b){for(var d=a("<a>",{href:"",target:"_blank"}),e=0;e<c.length;e++){var f=c[e],h=f.outerWidth();f.outerHeight();var i=Math.min(b/h),h=Math.round(Math.abs(i*(h-(f.outerWidth()-f.width()))));f.addClass(this.options.resizingClass);d=d.html(f.attr("title")||f.attr("src").substr(f.attr("src").lastIndexOf("/")+1)).attr("href",f.attr("src"));a(f).css({width:h});var l=this;this.showOversizeWarning(o(a(d)),{hide:function(){f.removeClass(l.options.resizingClass)}})}},cancel:function(){this.removeClasses();
332
+ this.removeToolsButtons();this.unbind()},save:function(){this.removeClasses(this.options.resizingClass);this.removeToolsButtons();this.unbind()},showOversizeWarning:function(a,b){this.editor.showInfo(e("The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",{image:a}),b)},removeClasses:function(c){c||(c=[this.options.resizingClass,this.options.manuallyResizingClass]);a.isArray(c)||(c=[c]);for(var b=0;b<c.length;b++)this.editor.getElement().find("img."+c[b]).removeClass(c[b])},
333
+ manuallyResizeImage:function(c){this.removeToolsButtons();var b=this.editor.getElement().find("img."+this.options.manuallyResizingClass),d=a(b).innerWidth(),f=a(b).innerHeight(),h="#"+this.options.baseClass+"-width",i="#"+this.options.baseClass+"-height",l=this,k=function(c){c=Math.round(c||a(h).val())+"px";a(b).css({width:c})},m=a(this.editor.getTemplate("imageresize.manually-resize-image",{width:d,height:f,baseClass:this.options.baseClass}));m.dialog({modal:!0,resizable:!1,title:e("Modify Image Size"),
334
+ autoOpen:!0,buttons:[{text:e("Resize Image"),click:function(){k(a(this).find(h).val());a(this).dialog("close")}},{text:e("Cancel"),click:function(){k(d);a(this).dialog("close")}}],close:function(){l.editor.checkChange();a(m).remove()},open:function(){var c=a(this).find(h),b=a(this).find(i);c.keyup(function(){b.val(Math.round(Math.abs(f/d*a(this).val())));k()});b.keyup(function(){c.val(Math.round(Math.abs(d/f*a(this).val())));k()})}});c.preventDefault();return!1},displayToolsButtonRelativeToImage:function(c){var b=
335
+ a("<button>"+e("Click to edit the image")+"</button>").appendTo("body").addClass(this.options.resizeButtonClass).button({text:!1,icons:{primary:"ui-icon-tools"}});b.css({position:"absolute",left:a(c).position().left+a(c).innerWidth()-a(b).outerWidth()-10+"px",top:a(c).position().top+10+"px"}).attr("contenteditable",!1).click(a.proxy(this.manuallyResizeImage,this));b.addClass(this.editor.options.supplementaryClass).find("span").addClass(this.editor.options.supplementaryClass);a(c).before(b)},removeToolsButtons:function(){this.editor.getElement().find("."+
336
+ this.options.resizeButtonClass).each(function(){a(this).remove()})},imageMouseEnter:function(c){a(c.target).addClass(this.options.manuallyResizingClass);this.displayToolsButtonRelativeToImage(c.target)},imageMouseLeave:function(c){a(c.relatedTarget).hasClass(this.options.resizeButtonClass)||(a(c.target).removeClass(this.options.manuallyResizingClass),this.removeToolsButtons())}});a.ui.editor.registerPlugin("link",{visible:null,dialog:null,types:{},defaultLinkTypes:[{type:"external",title:function(){return e("Page on this or another website")},
337
+ focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.external",this.options);return this},show:function(a,b){var d=this;a.find('input[name="location"]').bind("keyup",function(){d.validate(a)});b&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("keyup"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked","checked"));return this},attributes:function(a){var b={href:a.find('input[name="location"]').val()};
338
+ a.find('input[name="blank"]').is(":checked")&&(b.target="_blank");this.options.regexLink.test(b.href)||this.plugin.editor.showWarning(e("The url for the link you inserted doesn't look well formed"));return b},validate:function(c){var b="."+this.options.baseClass+"-error-message-url",d=!0;this.options.regexLink.test(c.find('input[name="location"]').val())?c.find(b).has(":visible").hide():(c.find(b).size()||c.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},
339
+ this.options,{messageClass:this.options.baseClass+"-error-message-url",message:e("The URL does not look well formed")}))),c.find(b).not(":visible").show(),d=!1);return d}},{type:"email",title:function(){return e("Email address")},focusSelector:'input[name="email"]',init:function(){this.content=this.plugin.editor.getTemplate("link.email",this.options);return this},show:function(a,b){var d=this;a.find('input[name="email"]').bind("keyup",function(){d.validate(a)});b&&(a.find('input[name="email"]').val(this.plugin.selectedElement.attr("href").replace(/(mailto:)|(\?Subject.*)/gi,
340
+ "")).trigger("keyup"),/\?Subject\=/i.test(this.plugin.selectedElement.attr("href"))&&a.find('input[name="subject"]').val(decodeURIComponent(this.plugin.selectedElement.attr("href").replace(/(.*\?Subject=)/i,""))));return this},attributes:function(a){var b={href:"mailto:"+a.find('input[name="email"]').val()};if(a=a.find('input[name="subject"]').val())b.href=b.href+"?Subject="+encodeURIComponent(a);return b},validate:function(c){var b="."+this.options.baseClass+"-error-message-email",d=!0;this.options.regexEmail.test(c.find('input[name="email"]').val())?
341
+ c.find(b).has(":visible").hide():(c.find(b).size()||c.find('input[name="email"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-email",message:e("The email address does not look well formed")}))),c.find(b).not(":visible").show(),d=!1);return d}},{type:"fileUrl",title:function(){return e("Document or other file")},focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.file-url",
342
+ this.options);return this},show:function(a,b){var d=this;a.find('input[name="location"]').bind("keyup",function(){d.validate(a)});b&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("click"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked","checked"));return this},attributes:function(a){var b={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(b.target="_blank");this.options.regexLink.test(b.href)||
343
+ this.plugin.editor.showWarning(e("The url for the file you inserted doesn't look well formed"));return b},validate:function(c){var b="."+this.options.baseClass+"-error-message-file-url",d=!0;this.options.regexLink.test(c.find('input[name="location"]').val())?c.find(b).has(":visible").hide():(c.find(b).size()||c.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",a.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-file-url",message:e("The URL does not look well formed")}))),
344
+ c.find(b).not(":visible").show(),d=!1);return d}}],init:function(c,b){this.options=a.extend({},{panelAnimation:"fade",replaceTypes:!1,customTypes:[],typeDataName:"uiWidgetEditorLinkType",dialogWidth:750,dialogHeight:"auto",dialogMinWidth:670,regexLink:/^(http|https|ftp):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/i,regexEmail:/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/},b);c.bind("save",
345
+ this.repairLinks,this);c.bind("cancel",this.cancel,this)},initTypes:function(){this.types={};for(var c={type:null,title:null,content:null,plugin:this,options:this.options,attributes:function(){},init:function(){return this},show:function(){},editing:function(c){if(c.attr("class"))for(var b=this.classes.split(/\s/gi),d=0;d<b.length;d++)if(b[d].trim()&&a(c).hasClass(b[d]))return!0;return!1},focusSelector:null,focus:function(){if(this.focusSelector){var c=a(this.focusSelector),b=c.val();c.val("");c.focus().val(b)}}},
346
+ b=null,b=this.options.replaceTypes?this.options.customTypes:a.merge(this.defaultLinkTypes,this.options.customTypes),d,e=0;e<b.length;e++)d=a.extend({},c,b[e],{classes:this.options.baseClass+"-"+b[e].type}).init(),this.types[d.type]=d},show:function(){if(!this.visible){A();this.selectedElement=F().first();var c=this.selectedElement.is("a"),b=this.options,d=this,f=this.dialog=a(this.editor.getTemplate("link.dialog",b)).appendTo("body");this.initTypes();var h=this.dialog.find("fieldset"),i;for(i in this.types){var k=
347
+ a.extend({},this.types[i],{title:this.types[i].title()});a(this.editor.getTemplate("link.label",k)).appendTo(h)}h.find('input[type="radio"]').bind("change."+this.editor.widgetName,function(){d.typeChange(d.types[a(this).val()],c)});f.dialog({autoOpen:!1,modal:!0,resizable:!0,width:b.dialogWidth,minWidth:b.dialogMinWidth,height:b.dialogHeight,title:c?e("Edit Link"):e("Insert Link"),dialogClass:b.baseClass+" "+b.dialogClass,buttons:[{text:c?e("Update Link"):e("Insert Link"),click:function(){G();d.apply(c)&&
348
+ a(this).dialog("close")}},{text:e("Cancel"),click:function(){a(this).dialog("close")}}],beforeopen:function(){d.dialog.find("."+d.options.baseClass+"-content").hide()},open:function(){d.visible=!0;var b=f.parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var e=f.find('.ui-editor-link-menu input[type="radio"]');e.first().attr("checked","checked");var g=!1;if(c)for(var h in d.types)if(g=
349
+ d.types[h].editing(d.selectedElement)){e.filter('[value="'+h+'"]').attr("checked","checked");d.typeChange(d.types[h],c);break}(!c||c&&!g)&&d.typeChange(d.types[e.filter(":checked").val()],c);a(this).unbind("keyup."+d.editor.widgetName).bind("keyup."+d.editor.widgetName,function(c){13==c.keyCode&&(c=d.types[e.filter(":checked").val()],(!a.isFunction(c.validate)||c.validate(d.dialog.find("."+d.options.baseClass+"-content")))&&b.find("button:eq(0)").trigger("click"))})},close:function(){G();d.visible=
350
+ !1;f.find("."+b.baseClass+"-content").hide();a(this).dialog("destroy")}}).dialog("open")}},apply:function(c){var b=this.types[this.dialog.find('input[type="radio"]:checked').val()],d=b.attributes(this.dialog.find("."+this.options.baseClass+"-content"),c);if(!d)return!0;G();var f=o(a("<a>"+(d.title?d.title:d.href)+"</a>").attr(a.extend({},d,{target:"_blank"})));c?(this.selectedElement[0].className=this.selectedElement[0].className.replace(RegExp(this.options.baseClass+"-[a-zA-Z]+","g"),""),this.selectedElement.addClass(b.classes).attr(d),
351
+ this.editor.showConfirm(e("Updated link: {{link}}",{link:f}))):(V("a",a.extend(d,{id:this.editor.getUniqueId()}),b.classes),this.editor.showConfirm(e("Added link: {{link}}",{link:f})),this.selectedElement=a("#"+d.id).removeAttr("id"));this.selectedElement.data(this.options.baseClass+"-href",d.href);C(this.selectedElement);A();return!0},typeChange:function(c,b){var d=this.dialog.find("."+this.options.baseClass+"-content"),e=d.closest("."+this.options.baseClass+"-wrap"),f=c.ajaxUri&&!this.types[c.type].content;
352
+ f&&e.addClass(this.options.baseClass+"-loading");var h=this;d.hide(this.options.panelAnimation,function(){f?a.ajax({url:c.ajaxUri,type:"get",success:function(f){d.html(f);h.types[c.type].content=f;e.removeClass(h.options.baseClass+"-loading");c.show(d,b);d.show(h.options.panelAnimation,a.proxy(c.focus,c))}}):(d.html(c.content),c.show(d,b),d.show(h.options.panelAnimation,a.proxy(c.focus,c)))})},remove:function(){this.editor.unwrapParentTag("a")},repairLinks:function(){var c=this;this.editor.getElement().find('a[class^="'+
353
+ this.options.baseClass+'"]').each(function(){a(this).data(c.options.baseClass+"-href")&&a(this).attr("href",a(this).data(c.options.baseClass+"-href"))})},cancel:function(){this.dialog&&a(this.dialog.dialog("close"))}});a.ui.editor.registerUi({link:{hotkeys:{"ctrl+l":{action:function(){this.editor.getPlugin("link").show()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",this.change,this);return a.uiButton({title:e("Insert Link"),click:function(){a.getPlugin("link").show()}})},change:function(){F().length?
354
+ this.ui.enable():this.ui.disable()}},unlink:{hotkeys:{"ctrl+shift+l":{action:function(){this.ui.click()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);return a.uiButton({title:e("Remove Link"),click:function(){a.getPlugin("link").remove()}})},change:function(){F().is("a")?this.ui.enable():this.ui.disable()}}});a.ui.editor.registerPlugin("list",{options:{},validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),
355
+ validChildren:"a,abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,dfn,em,font,i,iframe,img,input,kbd,label,map,object,p,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var".split(","),toggleList:function(c){a(F()).is("li")&&a(F()).parent().is(c)?this.unwrapList():this.wrapList(c);this.editor.fire("selectionChange");this.editor.fire("change")},unwrapList:function(){A();var c=[],b=[],d=W(),e=H();c.push(a(d).html());b.push(d);if(a(d)[0]!==a(e)[0]){var f=d;do f=a(f).next(),c.push(a(f).html()),
356
+ b.push(f);while(a(f)[0]!==a(e)[0])}f=0===a(d).prev().length;e=0===a(e).next().length;d=a(d).parent();for(listElementsIndex=0;listElementsIndex<b.length;listElementsIndex++)a(b[listElementsIndex]).remove();for(b=0;b<c.length;b++)d.parent().is("li")||(c[b]="<p>"+c[b]+"</p>");f&&e?(d.replaceWith(c.join("")),G(),c=F()[0],C(c)):(f?a(d).before(c.join("")):e?a(d).after(c.join("")):L(c.join("")),G(),this.editor.checkChange())},wrapList:function(c){U(this.editor.getElement());""===a.trim(u())&&M(F());var b=
357
+ a("<div>").html(u()),d=[],e=this;a(b).contents().each(function(){var c;c="block"===p(this.tagName)?x(a(this).html(),e.validChildren):x(o(a(this)),e.validChildren);c=a("<li>"+c+"</li>");""!==a.trim(c.text())&&d.push(o(c))});b=this.options.baseClass+"-selection";c="<"+c+' class="'+b+'">'+d.join("")+"</"+c+">";G();var f=a(F()[0]).parent(),h=this.editor.getElement()[0];f===h||F()[0]===h?E(c):P(c,this.validParents);b=a(this.editor.getElement().find("."+b).removeClass(b));M(b.find("li:first")[0]);this.editor.checkChange()},
358
+ toggleButtonState:function(c,b){var d=function(a){b.button.toggleClass("ui-state-highlight",a).toggleClass("ui-state-default",!a)},e=W();if(null===e||!e.length)e=this.editor.getElement();var f=H();if(null===f||!f.length)f=this.editor.getElement();e=e[0];f=f[0];if(a(e).is(c)&&a(f).is(c)&&e===f)return d(!0);var h=a(e).parentsUntil(i,c).first()&&a(f).parentsUntil(i,c).first(),i="#"+this.editor.getElement().attr("id"),k=a(e).is(c+" > li")||a(e).parentsUntil(i,c+" > li").length,l=a(f).is(c+" > li")||a(f).parentsUntil(i,
359
+ c+" > li").length;if(k&&l&&h){h=a(D());h.is(c)||(h=a(h).parentsUntil(i,c).first());i=h.find("ul, ol");if(!i.length)return d(!0);for(h=0;h<i.length;h++)if(a.contains(i[h],e)&&a.contains(i[h],f))return d(!1);return d(!0)}return d(!1)}});a.ui.editor.registerUi({listUnordered:{init:function(a){var b=a.uiButton({title:e("Unordered List"),click:function(){a.getPlugin("list").toggleList("ul")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ul",b)});return b}},listOrdered:{init:function(a){var b=
360
+ a.uiButton({title:e("Ordered List"),click:function(){a.getPlugin("list").toggleList("ol")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ol",b)});return b}}});a.ui.editor.registerUi({logo:{ui:null,init:function(){return this.ui=this.editor.uiButton({title:e("Learn More About the Raptor WYSIWYG Editor"),click:function(){q.open("http://www.jquery-raptor.com/about/editors/","_blank")},ready:function(){var c=function(b){var d=typeof b;if("object"!=d||null===b)return"string"==
361
+ d&&(b='"'+b+'"'),""+b;var e=[],g=b&&a.isArray(b);a.each(b,function(a,b){d=typeof b;"string"==d?b='"'+b+'"':"object"==d&null!==b&&(b=c(b));e.push((g?"":'"'+a+'":')+(""+b))});return(g?"[":"{")+(""+e)+(g?"]":"}")},b={enableUi:this.options.enableUi,enablePlugins:this.options.enablePlugins,disabledPlugins:c(this.options.disabledPlugins),ui:c(this.options.ui),t:(new Date).getTime()},d=[],e;for(e in b)d.push(e+"="+encodeURIComponent(b[e]));this.ui.button.find(".ui-button-icon-primary").css({"background-image":"url(http://www.jquery-raptor.com/logo/0.0.30?"+
362
+ d.join("&")+")"})}})}}});a.ui.editor.registerPlugin("normaliseLineBreaks",{options:{enter:"<p><br/></p>",enterValidTags:"address,blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),shiftEnter:"<br/>",shiftEnterValidTags:"a,abbr,acronym,address,applet,b,bdo,big,blockquote,body,button,caption,center,cite,code,dd,del,dfn,div,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,i,iframe,ins,kbd,label,legend,li,noframes,noscript,object,p,pres,q,s,samp,small,span,strike,strong,sub,sup,td,th,tt,u,var".split(",")},
363
+ hotkeys:{"return":{action:function(){I();var c=""===h.getSelection().toHtml(),b;b=h.getSelection();var d=b.isBackwards()?b.focusNode:b.anchorNode;(b.isBackwards()?b.focusOffset:0!==b.anchorOffset)?b=!1:(b=d.previousSibling,b=!b||""===a(b).html()?!0:!1);var e;d=h.getSelection();e=d.isBackwards()?d.anchorNode:d.focusNode;(d.isBackwards()?d.focusOffset:d.anchorOffset)!==e.textContent.length?e=!1:(d=e.nextSibling,e=!d||""===a(d).html()?!0:!1);var f=this.options.baseClass+"-enter-break",d=a(this.options.enter).attr("id",
364
+ f);P(d,this.options.enterValidTags);d=a("#"+f).removeAttr("id");c?b?K(d.next()):e?K(d):(K(d.next()),(c=d.prev())&&""!==a.trim(c.html())&&o(c)!==this.options.enter&&d.remove()):(K(d.next()),d.remove())},restoreSelection:!1},"return+shift":{action:function(){I();var c=this.options.baseClass+"-enter-break",b=a(this.shiftEnter).attr("id",c).appendTo("body");this.options.shiftEnterValidTags?P(this.options.shiftEnter,this.options.shiftEnterValidTags):E(b);c=a("#"+c).removeAttr("id").next();K(c)},restoreSelection:!1}}});
365
+ a.ui.editor.registerPlugin("paste",{options:{allowedTags:"h1,h2,h3,h4,h5,h6,div,ul,ol,li,blockquote,p,a,span,hr,br".split(","),allowedAttributes:["href","title"],allowedEmptyTags:["hr","br"]},init:function(c,b){var d=!1,f=!1,h=this;c.getElement().bind("paste."+c.widgetName,a.proxy(function(){if(d)return!1;d=!0;A();a(".uiWidgetEditorPasteBin").length&&a(".uiWidgetEditorPasteBin").remove();a('<div class="uiWidgetEditorPasteBin" contenteditable="true" style="width: 1px; height: 1px; overflow: hidden; position: fixed; top: -1px;" />').appendTo("body");
366
+ a(".uiWidgetEditorPasteBin").focus();q.setTimeout(function(){var i=a(".uiWidgetEditorPasteBin").html(),i=h.filterAttributes(i),i=h.filterChars(i),i=h.stripEmpty(i),i=h.stripAttributes(i),i=x(i,h.options.allowedTags),i={plain:a("<div/>").html(a(".uiWidgetEditorPasteBin").html()).text(),markup:i,html:a(".uiWidgetEditorPasteBin").html()};f=a(c.getTemplate("paste.dialog",i));a(f).dialog({modal:!0,width:650,height:500,resizable:!0,title:"Paste",position:"center",show:b.dialogShowAnimation,hide:b.dialogHideAnimation,
367
+ dialogClass:b.baseClass+" "+b.dialogClass,buttons:[{text:e("Insert"),click:function(){var b=null,b=a(this).find(".ui-editor-paste-area:visible"),b=b.hasClass("ui-editor-paste-plain")||b.hasClass("ui-editor-paste-source")?b.val():b.html(),b=h.filterAttributes(b),b=h.filterChars(b);G();E(b);c.checkChange();d=!1;a(this).dialog("close")}},{text:e("Cancel"),click:function(){G();d=!1;a(this).dialog("close")}}],open:function(){var c=a(this).find(".ui-editor-paste-panel-tabs");c.find("ul.ui-tabs-nav li").click(function(){c.find("ul.ui-tabs-nav li").removeClass("ui-state-active").removeClass("ui-tabs-selected");
368
+ a(this).addClass("ui-state-active").addClass("ui-tabs-selected");c.children("div").hide().eq(a(this).index()).show()});var b=f.parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){d=!1;a(this).dialog("destroy").remove()}});a(".uiWidgetEditorPasteBin").remove()},0);return!0},this))},filterAttributes:function(c){a.each([{regexp:/(<meta\s*[^>]*\s*>)|(<\s*link\s* href="file:[^>]*\s*>)|(<\/?\s*\w+:[^>]*\s*>)/gi,
369
+ handler:""},{regexp:/(class="Mso[^"]*")|(<\!--(.|\s){1,}?--\>)/gi,handler:""},{regexp:/(class="Apple-(style|converted)-[a-z]+\s?[^"]+")/,handle:""},{regexp:/id="internal-source-marker_[^"]+"|dir="[rtl]{3}"/,handle:""},{regexp:/(<p[^>]*>\s*(\&nbsp;|\u00A0)*\s*<\/p[^>]*>)|(<p[^>]*>\s*<font[^>]*>\s*(\&nbsp;|\u00A0)*\s*<\/\s*font\s*>\s<\/p[^>]*>)/ig,handler:""},{regexp:/(style="[^"]*mso-[^;][^"]*")|(style="margin:\s*[^;"]*;")/gi,handler:""},{regexp:/(?:<style([^>]*)>([\s\S]*?)<\/style>|<link\s+(?=[^>]*rel=['"]?stylesheet)([^>]*?href=(['"])([^>]*?)\4[^>\/]*)\/?>)/gi,
370
+ handler:""},{regexp:/(<\s*script[^>]*>((.|\s)*?)<\\?\/\s*script\s*>)|(<\s*script\b([^<>]|\s)*>?)|(<[^>]*=(\s|)*[("|')]javascript:[^$1][(\s|.)]*[$1][^>]*>)/ig,handler:""}],function(a,b){c=c.replace(b.regexp,b.handler)});return c},filterChars:function(a){a=a.replace(/[\u2018|\u2019|\u201A]/g,"'");a=a.replace(/[\u201C|\u201D|\u201E]/g,'"');a=a.replace(/\u2026/g,"...");a=a.replace(/[\u2013|\u2014]/g,"-");a=a.replace(/\u02C6/g,"^");a=a.replace(/\u2039/g,"<");a=a.replace(/\u203A/g,">");return a=a.replace(/[\u02DC|\u00A0]/g,
371
+ " ")},stripAttributes:function(c){var c=a("<div/>").html(c),b=this.options.allowedAttributes;a(c.find("*")).each(function(){var c=[];a.each(this.attributes,function(d,e){-1===a.inArray(e.nodeName,b)&&c.push(e.nodeName)});for(var d=0;d<c.length;d++)a(this).attr(c[d],null)});return c.html()},stripEmpty:function(c){var c=a("<div/>").html(c),b=this.options.allowedEmptyTags;c.find("*").filter(function(){return-1!==a.inArray(this.tagName.toLowerCase(),b)||a(this).find(b.join(",")).length?!1:""===a.trim(a(this).text())}).remove();
372
+ return c.html()},updateAreas:function(c,b){var d=a(c).is("textarea")?a(c).val():a(c).html();a(c).hasClass("ui-editor-paste-plain")||b.find(".ui-editor-paste-plain").val(a("<div/>").html(d).text());a(c).hasClass("ui-editor-paste-rich")||b.find(".ui-editor-paste-rich").html(d);a(c).hasClass("ui-editor-paste-source")||b.find(".ui-editor-paste-source").html(d);a(c).hasClass("ui-editor-paste-markup")||b.find(".ui-editor-paste-markup").html(this.stripAttributes(d))}});a.ui.editor.registerPlugin("placeholder",
373
+ {init:function(c,b){b=a.extend({},{content:"[Your content here]",tag:"p",select:!0},b);this.show=function(){if(!a.trim(c.getElement().html())){var d=a(document.createElement(b.tag)).html(b.content);c.getElement().html(d);b.select&&M(d)}};c.bind("show",this.show)}});a.ui.editor.registerPlugin("saveJson",{options:{id:{attr:"name"},postName:"content",showResponse:!1,appendId:!1,ajax:{url:"/",type:"post",cache:!1},callback:null},init:function(){},getId:function(){if("string"===typeof this.options.id)return this.options.id;
374
+ if("function"===typeof this.options.id)return this.options.id.apply(this,[this.editor.getOriginalElement()]);if(this.options.id.attr){var a=this.editor.getOriginalElement().attr(this.options.id.attr);if(a)return a}return null},getData:function(){var a={};a[this.getId()]=this.editor.save();return a},save:function(){this.message=this.editor.showLoading(e("Saving changes..."));var c={},b=0;this.editor.unify(function(d){d.isDirty()&&(b++,d=d.getPlugin("saveJson"),a.extend(c,d.getData()))});this.dirty=
375
+ b;this.requests=this.failed=this.saved=0;this.ajax(c)},done:function(c){this.options.multiple?this.saved++:this.saved=this.dirty;var b=this;this.options.showResponse&&this.editor.showConfirm(c,{delay:1E3,hide:function(){this.editor.unify(function(c){c.disableEditing();c.hideToolbar();b.options.callback&&a.isFunction(b.options.callback)&&b.options.callback.call(b)})}})},fail:function(a){this.options.multiple?this.failed++:this.failed=this.dirty;this.options.showResponse&&this.editor.showError(a.responseText)},
376
+ always:function(){this.dirty===this.saved+this.failed&&(this.options.showResponse||(0<this.failed&&0===this.saved?this.editor.showError(e("Failed to save {{failed}} content block(s).",this)):0<this.failed?this.editor.showError(e("Saved {{saved}} out of {{dirty}} content blocks.",this)):this.editor.showConfirm(e("Successfully saved {{saved}} content block(s).",this),{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})),this.message.hide(),this.message=null)},
377
+ ajax:function(b,d){var e=a.extend(!0,{},this.options.ajax);a.isFunction(e.data)?e.data=e.data.apply(this,[d,b]):this.options.postName&&(e.data={},e.data[this.options.postName]=JSON.stringify(b));a.isFunction(e.url)&&(e.url=e.url.apply(this,[d]));this.requests++;a.ajax(e).done(a.proxy(this.done,this)).fail(a.proxy(this.fail,this)).always(a.proxy(this.always,this))}});a.ui.editor.registerPlugin("saveRest",{options:{showResponse:!1,ajax:{url:"/",type:"post",cache:!1}},init:function(){},getId:function(){if("string"===
378
+ typeof this.options.id)return this.options.id;if(this.options.id.attr){var a=this.editor.getOriginalElement().attr(this.options.id.attr);if(a)return a}return null},getData:function(){this.getId();this.editor.save();return this.editor.save()},save:function(){this.message=this.editor.showLoading(e("Saving changes..."));this.requests=this.failed=this.saved=0;var a=this,b=0;this.editor.unify(function(d){d.isDirty()&&(b++,d.getPlugin("saveRest").ajax(d.save(),a))});this.dirty=b;0===b&&(this.message.hide(),
379
+ this.editor.showInfo(e("No changes detected to save...")))},done:function(a){this.options.multiple?this.saved++:this.saved=this.dirty;this.options.showResponse&&this.editor.showConfirm(a,{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})},fail:function(a){this.options.multiple?this.failed++:this.failed=this.dirty;this.options.showResponse&&this.editor.showError(a.responseText)},always:function(){this.dirty===this.saved+this.failed&&(this.options.showResponse||
380
+ (0<this.failed&&0===this.saved?this.editor.showError(e("Failed to save {{failed}} content block(s).",this)):0<this.failed?this.editor.showError(e("Saved {{saved}} out of {{dirty}} content blocks.",this)):this.editor.showConfirm(e("Successfully saved {{saved}} content block(s).",this),{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})),this.message.hide(),this.message=null)},ajax:function(b,d){var e=a.extend(!0,{},this.options.ajax);a.isFunction(e.data)?
381
+ e.data=e.data.apply(this,[b]):this.options.postName&&(e.data={},e.data[this.options.postName]=JSON.stringify(b));a.isFunction(e.url)&&(e.url=e.url.apply(this));d.requests++;a.ajax(e).done(a.proxy(d.done,d)).fail(a.proxy(d.fail,d)).always(a.proxy(d.always,d))}});a.ui.editor.registerUi({save:{options:{plugin:"saveJson"},init:function(a){return a.uiButton({title:e("Save"),icon:"ui-icon-save",click:function(){a.checkChange();a.getPlugin(this.options.plugin).save()}})}}});a.ui.editor.registerPlugin({snippet:{ids:[],
382
+ enabled:!1,init:function(a,b){if(b.snippets){for(var d=0,e=b.snippets.length;d<e;d++)this.createSnippet(b.snippets[d],a);a.bind("restore",this.createButtons,this);a.bind("save",this.disable,this);a.bind("cancel",this.disable,this);a.bind("enabled",this.enable,this);a.bind("disabled",this.disable,this)}},createSnippet:function(){},enable:function(){this.enabled=!0;this.createButtons()},disable:function(){this.removeButtons();this.enabled=!1},createButtons:function(){for(var a=this.editor,b=0,d=this.options.snippets.length;b<
383
+ d;b++){var e=this.options.snippets[b];e.repeatable&&this.createButton(e,a)}},createButton:function(b,d){if(this.enabled){var e=this,f=d.getUniqueId();this.ids.push(f);var h=a("<button/>").addClass(e.options.baseClass).addClass(e.options.baseClass+"-button").addClass(e.options.baseClass+"-button-"+b.name).addClass(f).text("Add").click(function(){e.insertSnippet.call(e,b,d,this)}),i=b.buttonAfter||d.getElement();a.isFunction(i)?i.call(this,h,b):h.insertAfter(i);a("."+f).button({icons:{primary:"ui-icon-plusthick"}})}},
384
+ removeButtons:function(){if(this.enabled){for(var b=0,d=this.ids.length;b<d;b++)a("."+this.ids[b]).remove();b=0;for(d=this.options.snippets.length;b<d;b++){var e=this.options.snippets[b];a.isFunction(e.clean)&&e.clean.call(e,this,this.editor)}}},insertSnippet:function(b,d,e){var f=a(b.template).html(),h=b.appendTo||d.getElement();a.isFunction(h)?h.call(this,f,b,e):a(f).appendTo(h);d.disableEditing();d.enableEditing()}}});a.ui.editor.registerUi({statistics:{options:{maximum:null,showCountInButton:!0,
385
+ characterLimitTitle:e("Remaining characters before the recommended character limit is reached. Click to view statistics"),characterCountTitle:e("Click to view statistics")},init:function(b){b.bind("show",a.proxy(this.updateCount,this));b.bind("change",a.proxy(this.updateCount,this));return this.editor.uiButton({title:T(this.options.maximum)?this.options.characterLimitTitle:this.options.characterCountTitle,label:e("Initializing"),text:!0,icon:"ui-icon-dashboard",click:function(){this.showStatistics()}})},
386
+ updateCount:function(){var b=null,d=null,d=a("<div/>").html(this.editor.getCleanHtml()).text().length;T(this.options.maximum)?(b=this.options.maximum-d,d=0<=b?e("{{charactersRemaining}} characters remaining",{charactersRemaining:b}):e("{{charactersRemaining}} characters over limit",{charactersRemaining:-1*b})):d=e("{{characters}} characters",{characters:d});var f=this.ui.button;!1===this.options.showCountInButton&&f.button("option","text",!1);f.button("option","label",d);f.button("option","text",
387
+ !0);T(this.options.maximum)&&(0>b?f.addClass("ui-state-error").removeClass("ui-state-default"):0<=b&&15>=b?f.addClass("ui-state-highlight").removeClass("ui-state-error ui-state-default"):f.removeClass("ui-state-highlight ui-state-error").addClass("ui-state-default"))},showStatistics:function(){this.processTemplate().dialog({modal:!0,resizable:!1,title:e("Content Statistics"),dialogClass:this.editor.options.dialogClass+" "+this.editor.options.baseClass,show:this.editor.options.dialogShowAnimation,
388
+ hide:this.editor.options.dialogHideAnimation,buttons:[{text:e("OK"),click:function(){a(this).dialog("close")}}],open:function(){a(this).parent().find(".ui-dialog-buttonpane").find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}})},close:function(){a(this).dialog("destroy").remove()}})},processTemplate:function(){var b=a("<div/>").html(this.editor.getCleanHtml()).text(),d=null,f=this.options.maximum?this.options.maximum-b.length:"&infin;",d=T(f)?e("Content contains more than {{limit}} characters and may be truncated",
389
+ {limit:this.options.maximum}):e("Content will not be truncated"),h=null,h=b.split(" ").length,h=1==h?e("{{words}} word",{words:h}):e("{{words}} words",{words:h}),i=null,i=b.split(". ").length,i=e("{{sentences}} sentences",{sentences:i}),k=null,k=0<=f||!T(f)?e("{{characters}} characters, {{charactersRemaining}} remaining",{characters:b.length,charactersRemaining:f}):e("{{characters}} characters, {{charactersRemaining}} over the recommended limit",{characters:b.length,charactersRemaining:-1*f});return a(this.editor.getTemplate("statistics.dialog",
390
+ {characters:k,words:h,sentences:i,truncation:d}))}}});a.ui.editor.registerUi({tagMenu:{validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),init:function(b){b.bind("selectionChange",this.change,this);b.bind("show",this.change,this);return b.uiSelectMenu({name:"tagMenu",title:e("Change HTML tag of selected element"),select:a(b.getTemplate("tagmenu.menu")),change:function(d){if(!("undefined"===typeof d||"na"===d)){var e=b.getElement()[0],
391
+ f=F();if(!u()||""===u()){if(a(f)[0]===a(e)[0])return;A();e=a("<"+d+">").html(f.html());f.replaceWith(e);G()}else{var f=a(F()[0]).parent(),h=this.options.baseClass+"-selection",d=a("<"+d+">").html(u()).addClass(h);f===e||F()[0]===e?E(d):P(d,this.validParents);M(b.getElement().find("."+h).removeClass(h))}b.checkChange()}}})},change:function(){var b=F()[0];b?(b=b.tagName.toLowerCase(),this.ui.select.find("option[value="+b+"]").length?this.ui.val(b):this.ui.val("na"),a(this.ui.button).toggleClass("ui-state-disabled",
392
+ this.editor.getElement()[0]===F()[0])):a(this.ui.button).toggleClass("ui-state-disabled",!0)}}});a.ui.editor.registerPlugin("toolbarTip",{init:function(){a.browser.msie||this.bind("show, tagTreeUpdated",function(){a(".ui-editor-wrapper [title]").each(function(){a(this).attr("data-title",a(this).attr("title"));a(this).removeAttr("title")})})}});(function(){var b=null,d=0;a.ui.editor.registerPlugin("unsavedEditWarning",{init:function(e){var f=this;b||(b=a(e.getTemplate("unsavededitwarning.warning",
393
+ this.options)).attr("id",e.getUniqueId()).appendTo("body").bind("mouseenter."+e.widgetName,function(){a.ui.editor.eachInstance(function(a){a.isDirty()&&a.getElement().addClass(f.options.baseClass+"-dirty")})}).bind("mouseleave."+e.widgetName,function(){a("."+f.options.baseClass+"-dirty").removeClass(f.options.baseClass+"-dirty")}));e.bind("dirty",function(){d++;0<d&&(m(b),b.addClass(f.options.baseClass+"-visible"))});e.bind("cleaned",function(){d--;0===d&&b.removeClass(f.options.baseClass+"-visible")})}})})();
394
+ a.ui.editor.registerUi({viewSource:{init:function(a){return a.uiButton({title:e("View / Edit Source"),click:function(){this.show()}})},show:function(){var b=this,d=a(this.editor.getTemplate("viewsource.dialog",{baseClass:b.options.baseClass,source:b.editor.getHtml()})),f=this.ui.button;a(f).button("option","disabled",!0);d.dialog({modal:!1,width:600,height:400,resizable:!0,title:e("View Source"),autoOpen:!0,dialogClass:b.options.baseClass+" "+b.options.dialogClass,buttons:[{text:e("Apply Source"),
395
+ click:function(){var d=a(this).find("textarea").val();b.editor.setHtml(d);a(this).find("textarea").val(b.editor.getHtml())}},{text:e("Close"),click:function(){a(this).dialog("close")}}],open:function(){var b=a(this).parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){a(this).dialog("destroy").remove();a(f).button("option","disabled",!1);b.editor.checkChange()}})}}});
396
+ var Q=!1})(jQuery,window,rangy);
5
397
  jQuery('<style type="text/css">.ui-editor-wrapper{overflow:visible;z-index:1001;position:fixed}.ui-editor-wrapper .ui-editor-toolbar{padding:6px 0 0 5px;overflow:visible}.ui-editor-wrapper .ui-editor-toolbar,.ui-editor-wrapper .ui-editor-toolbar *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path:first-child{margin-left:5px}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path{min-width:10px;min-height:15px;display:inline-block}.ui-editor-dock-docked-to-element .ui-editor-toolbar{padding:5px 0 0 5px!important}.ui-editor-dock-docked-to-element .ui-editor-toolbar .ui-editor-group{margin:0 5px 5px 0}.ui-editor-dock-docked-element{display:block!important;border:0 none transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper textarea,.ui-editor-wrapper input{padding:5px}.ui-editor-wrapper .ui-dialog-content{font-size:13px}.ui-editor-wrapper textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1}html body div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-editing{outline:0}.ui-editor-wrapper textarea,.ui-editor-wrapper input{border:1px solid #d4d4d4}.ui-editor-wrapper .ui-dialog-content{font-size:13px}html body div.ui-wrapper div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-path{padding:5px;font-size:13px}.ui-editor-selectmenu{overflow:visible;position:relative}.ui-editor-selectmenu-button{text-align:left;padding:3px 18px 5px 5px!important;float:none!important}.ui-editor-selectmenu-button .ui-icon{position:absolute;right:1px;top:8px}.ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px}.ui-editor-selectmenu-wrapper{position:relative}.ui-editor-selectmenu-button .ui-button-text{padding:0 25px 0 5px}.ui-editor-selectmenu-button .ui-icon{background-repeat:no-repeat}.ui-editor-selectmenu-menu{position:absolute;top:100%;left:0;right:auto;display:none;margin-top:-1px!important}.ui-editor-selectmenu-visible .ui-editor-selectmenu-menu{display:block;z-index:1}.ui-editor-selectmenu-menu-item{padding:5px;margin:3px;z-index:1;text-align:left;font-size:13px;font-weight:normal!important;border:1px solid transparent;cursor:pointer;background-color:inherit}.ui-editor-selectmenu-button{background:#f5f5f5;border:1px solid #ccc}.ui-editor-buttonset .ui-editor-selectmenu-visible .ui-editor-selectmenu-button{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.ui-editor-buttonset{float:left;margin:0 5px 4px 0;display:inline-block}.ui-editor-buttonset>.ui-button{float:left;display:block;margin:0 -1px 0 0;font-size:13px}.ui-editor-buttonset .ui-button:hover{z-index:1}.ui-editor-buttonset .ui-editor-selectmenu{display:block}.ui-editor-buttonset .ui-editor-selectmenu .ui-button{margin:0 -1px 0 0}.ui-editor-ff .ui-editor-buttonset{float:none;vertical-align:top}.ui-editor-wrapper .ui-button{height:32px;margin-bottom:0;margin-top:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper .ui-button-icon-only{width:32px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:first-child{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:last-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.ui-editor-unsupported{position:relative}.ui-editor-unsupported-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:black;filter:alpha(opacity=50);opacity:.5}.ui-editor-unsupported-content{position:fixed;top:50%;left:50%;margin:-200px 0 0 -300px;width:600px;height:400px}.ui-editor-unsupported-input{position:absolute;bottom:10px}.ui-editor-unsupported-content{padding:10px;background-color:white;border:1px solid #777}.ui-editor-messages{margin:0}.ui-editor-messages .ui-editor-message-close{cursor:pointer;float:right}.ui-editor-messages .ui-icon{margin:0 0 3px 3px}.ui-editor-messages .ui-icon,.ui-editor-messages .ui-editor-message{display:inline-block;vertical-align:top}.ui-editor-messages .ui-editor-message-wrapper{padding:3px 3px 3px 1px;-webkit-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);-moz-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5)}.ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px}.ui-editor-messages .ui-editor-message-wrapper:last-child{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-messages .ui-editor-message-circle-close{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWQ0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhMWMxYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff5d4b),color-stop(100%,#fa1c1c));background:-webkit-linear-gradient(top,#ff5d4b,#fa1c1c);background:-moz-linear-gradient(top,#ff5d4b,#fa1c1c);background:-o-linear-gradient(top,#ff5d4b,#fa1c1c);background:-ms-linear-gradient(top,#ff5d4b,#fa1c1c);background:linear-gradient(top,#ff5d4b,#fa1c1c)}.ui-editor-messages .ui-editor-message-circle-check{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1Yzk1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#cdeb8e),color-stop(100%,#a5c956));background:-webkit-linear-gradient(top,#cdeb8e,#a5c956);background:-moz-linear-gradient(top,#cdeb8e,#a5c956);background:-o-linear-gradient(top,#cdeb8e,#a5c956);background:-ms-linear-gradient(top,#cdeb8e,#a5c956);background:linear-gradient(top,#cdeb8e,#a5c956)}.ui-editor-messages .ui-editor-message-info{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTRmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmYjRlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#a9e4f7),color-stop(100%,#0fb4e7));background:-webkit-linear-gradient(top,#a9e4f7,#0fb4e7);background:-moz-linear-gradient(top,#a9e4f7,#0fb4e7);background:-o-linear-gradient(top,#a9e4f7,#0fb4e7);background:-ms-linear-gradient(top,#a9e4f7,#0fb4e7);background:linear-gradient(top,#a9e4f7,#0fb4e7)}.ui-editor-messages .ui-editor-message-alert{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffd65e),color-stop(100%,#febf04));background:-webkit-linear-gradient(top,#ffd65e,#febf04);background:-moz-linear-gradient(top,#ffd65e,#febf04);background:-o-linear-gradient(top,#ffd65e,#febf04);background:-ms-linear-gradient(top,#ffd65e,#febf04);background:linear-gradient(top,#ffd65e,#febf04)}.ui-editor-messages .ui-editor-message-clock{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODNmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5M2NlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fb83fa),color-stop(100%,#e93cec));background:-webkit-linear-gradient(top,#fb83fa,#e93cec);background:-moz-linear-gradient(top,#fb83fa,#e93cec);background:-o-linear-gradient(top,#fb83fa,#e93cec);background:-ms-linear-gradient(top,#fb83fa,#e93cec);background:linear-gradient(top,#fb83fa,#e93cec)}.ui-editor-messages .ui-editor-message-clock .ui-icon.ui-icon-clock{background:transparent url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat center center}.ui-editor-align-left-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VYPbAZR1QUb0WxEZmPD1lR3wTYCttpSJQxg6mE0sgt2E/AzCLMBMTsQcwCxAskuQE722FwwEYiNsNjKClR8EUjH4w2DActMFBsAEGAAnS84DrgEl1wAAAAASUVORK5CYII=\') 0 0}.ui-editor-align-left-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-right-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAvYjGYrMhuEHanugo0EbETH1jQPg714bGcGYhOqu2A3AT+DMBvQQnYgzQHECiS7ADnZw9j4wmA61J+sQMUcUFtBtrMC8TEg9kNxwYBlJooNAAgwAJo0OAu5XKT8AAAAAElFTkSuQmCC\') 0 0}.ui-editor-align-right-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-center-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAlswGErjO2KrJiqLtiIw0Zc2JpmYbCTgM2WFIUBTD2MRnbBbgI2gzAbELMDMQcQK5DsAuRkj80FMDAFiI2RbGUFKuaA2noGiEOwhsGAZSaKDQAIMAB/BzgOq8akNwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-align-center-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-justify-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VZkNgg7Ut0FGwnYiI6tqe6CbUTYCsPMQGxCdRfsJsJmNqCF7ECaA4gVSHYBcrKHsZFdMBGIjbDYygpUzAG1FWQ7KxAfA2I/FBcMWGai2ACAAAMAvPA4C7ttvJ4AAAAASUVORK5CYII=\') 0 0}.ui-editor-align-justify-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-bold-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKRJREFUeNpi/P//PwMlgImBQjDwBrCgmMbEpA2kGnGofQ3E9UD86t+/fzhdcBWIpwExMxQ3AHEIEK8BYgkgdsLrAih4A8SsaBYwQcWYiDGAEcmAbiwuJBiIIAPYoLgfiMuBeBmUXwHEXIQMYEIy4BUQXwDiy1C+HBBrEPKCDBCzwwwDpVRGRkZksU8ozkVOykCFVkBqOZ5oB3lpAoqe0bzAABBgANfuIyxmXKp/AAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-bold-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-italic-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwMlgImBQjDwBrBgmMgEN1MbiBvRpOv//ft3FUUEFIjImJGRERnrAPF6IO6BiaGrZyLCi6xAvJDcMLAA4j9AfJlcA/yBeCe5sWAExAJAfIKkWIAFJBAUATE7kM+M143ooQoEVkD8EA1b4Yy10bzAABBgAC7mS5rTXrDAAAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-italic-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-underline-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQkCxASwopjExhQGpMCSheijdiCz279+/q3AeKAxgmJGREYSdgHgdlIaJ6SCLIevB5oXXUJe9RhK7gkUMZxgwAjEzlEYG2MRwGsCKRTErKQawYFHMQqwBn6G2qSCJGULFPmPYhpwSgdEIY6YCcTKa2rlAPBvEAEYjdgNAUYRMowOYWmQ9LFjUPSGQP2RwemFoZiaAAAMAlEI7bVBRJkoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-underline-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-strike-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL5JREFUeNpi/P//PwMlgImBQkCxASwopjHBzbMB4nQg5oTyrwKxNhAXAfGjf//+EXRBFhC/BOI0KAapYwZpxusCJPASquEdlD8FiHWwKWREjgUkL4gDcQ0QfwfiXqiBcIDsBXQD9hATcEADXOAckAEwzMjIiI4lgHgiEM8GYkmYOLIeXAZ4I2sA4vlQjGEArkBsAeJzQAUVYH8yMnIAKTmC6QAaHhpALALEPCBDoOJfgFQ5wVgYmnmBYgMAAgwAEGZWNyZpBykAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-strike-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-sub-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQjDwBrDATWJCMWs6lM7Ep/nfv39YXSAPxL+AWALKJtkLLkB8EohZoWySDbAH4uNQQ+xJNUAJiH8DMT8QPwZiWagYDEwA4v1QGgJACQmEGRkZQTgXiI+i4VyoHAy7AfEaEBucCNEM2AzEKkiKu6BiYMuAdAYQLwZiKQwDgGAVED+E0iBgBeUjiy1HErMCWzyaFxgAAgwA5Gw9vTeiCqoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-sub-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-super-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpi/P//PwMlgImBQjDwBrCgmMaEYt50KJ0JpRuBWBuIrwJx/b9///C6QB6IfwGxBJQNAvVAPAkqRtALLkB8EohZoWwQiAbiICCuI8YAeyA+DjXEHiqmD8SaQLwIysYMAyhQAuLfQMwPxI+B2AkqVkZsLHgDsQYQTwXiVCBmg4phB6CUCMOMjIwgvBmIVaBsEO6CijEgY5geFAOAYBUQP4TSIGAF5SOLoVjMOJoXGAACDACTRz3jjn6PnwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-text-super-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-quote-block-button .ui-icon-quote{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpi/P//PwMlgImBQjAcDWBhYZEA4r1AHA/EKHxiXQBS+BKIF+LgEzTAG4h3I0UvOh+/AUCFbECcDmROA2lC5mMzgAWLGDuUtsTBJ+iFeUDMC6Wx8VEA42hSptwAgAADAO3wKLgntfGkAAAAAElFTkSuQmCC\') 0 0}.ui-editor-quote-block-button:hover .ui-icon-quote{filter:alpha(opacity=100);opacity:1}.ui-editor-clean-button .ui-icon-clean{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABNVBMVEUAAAAAAAAgSocgSocgPnAAAABxcXFPT09YWFggSocgSocoToUbPXgSN3kyYZw0ZqT///8iUZkgSoc1Z6UiUJaJrNkwXpZIeLiOvO03a6s4b7JekNUjUpqCp9eNr9pSjeAwX5g2aqquxuV8otPB1euOsNv8/f6gveFgkdVnkMmbuuVfk9lkk9fK3Pbs8vmWtd5Vjs98odCHqNWkv+Jzms6Qt+xnmNuzyudVidS90u6hwe5mmuQtXKCow+OqxepNg82Xtd3C1Ox0m89vl8x3oNl4n9NSjuDi7PqlxO+MtOyWtt2fwO60y+dUjt5zm8/L2+9qneT3+f7g6/qDrelRi95snuWowuSfvOGPr9uwyeqRsdqUs9qat92OrtmDptN5ns9Rh8hqk8uXuehwnt1vl83e6vmZu+gBAK69AAAADXRSTlMbAKM01gogSSmAy7W1OP1GaAAAAM1JREFUeF5VzNN2A1EAQNE7TIrrsSe0Udu2zf//hHZWk672PO6HAySR/UmUwBjT9XyzeJlZuGpe60wE474TxxghhHEcOz4DzLcxRoZhJGT/AOcoiiKEOE9AZEGw291fOcpNdZeD74fEqKZ5lFLP0+YplIDAzBfXrTQKNyW3bEIhgV51QD5fyVv1fQir0zOzcxfW4tLaCGqkHoYWWR/BxubW9k5/7+PgcAjZ8JicnJKz82wC6gRstTu3d/cPj0/PcFIF6ZQMf5NTaaCAfylf1j4ecCeyzckAAAAASUVORK5CYII=\') 0 0}.ui-editor-clean-button:hover .ui-icon-clean{filter:alpha(opacity=100);opacity:1}.ui-editor-clear-formatting-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wGGxcPH7KJ9wUAAAEKSURBVDjL3ZG9SgNBFIW/I76D1RIEazEIFitWNguxUPANUkUIKG4jYiEBC7WwUFJZiNssFvoOFipMFx/AoIVVEAvxB7w2MyBhV5Iq4IHLPecy9zBzBv4nJLUltQc5O1awXAE+gAnPhzMAFoE7YNzzoQ0WgBvg1vPBDSRNAl9m9gC4ebPpc+jkkADkkOTggi4KryFpV9KMpHgfXr/T1DJwGWxn4IIuM7iQdB1qDu73oPder9spuNDPYLZoeUrSZd9saQUej6DzUqvZCbhj2Pjr+pu/ZzuwnMLbc7Vqh+BCPyjIIAaefMVhuA69bhTZGnyuwlULXDeKrFWWQT+akDTAbfk3B90s+4WR4Acs5VZuyM1J1wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-clear-formatting-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-click-button-to-edit-button{z-index:4000}.ui-editor-click-button-to-edit{outline:1px solid transparent}.ui-editor-click-button-to-edit-highlight{outline:1px dotted rgba(0,0,0,0.5);-webkit-transition:all .5s 0s;-moz-transition:all .5s 0s;-ms-transition:all .5s 0s;-o-transition:all .5s 0s;transition:all .5s 0s}.ui-editor-color-picker-basic-select .ui-editor-selectmenu-menu{min-width:100px}.ui-editor-color-picker-basic-select span{padding-left:2px}.ui-editor-color-picker-basic-swatch{width:16px;height:16px;float:left;margin-top:2px;border:1px solid rgba(0,0,0,0.2)}.ui-editor-debug-reinit-button .ui-icon-reload{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqBJREFUeNqkU01PE2EQnrfdtmyLpbRNA/ULGyAhRi+NHkTk5sEEiRyMEi+evHszJh5I/AF613ho9EIwhEiMB4kSjQcWSDxgIAhJoZV26dd2t/v17jqzkoLGG5vM7rvzzPPsfOww13XhOJdAt8vPN0EIBEAQBPD5/UHGWALdnWgW2iO07H+40sL91APhH2ev4HOH+tJiZzoZCia7guXpj8XsnevprGX9yVQMM8i9K0jA2GI7A+9y3Uwo4I6Mj6aijToHzl2nXrNk27bBMDg0FQ7dcQFezeYljH6PlmsLuI4T8zF+e+zqqZ69ggaKZrH13WaxXDcUwm2LQ6xbgOKOCreu9WTfLuQVy3bSCBV8XoBpjmR6xYvFfKNflpuZTyuF1q+y8sHhXLINA7q6g/Byek06ERWgUlJh8EykHzkTxPUETMMYTcWCQ/Wqllnb3hct0/yM01nWVZUwePZiWcLnt0Vpd1NvmZCMBuL4PtwuwdL1S37GMqpuQaFUL+Mk5rllgeM41BuqeZH5/bmNzdJSbzQEiUggjJyBtgCqRVTDjqrc9c6YOjbRhlCHSON9YKMYGQpDrWVDh2F7mR2WoOsbezVdU30CdMXEGNY3abZ0rLcEVVkGpVqlPk0SRjEUS5y2gGUYX7byckURgnB66OxJ7MFD7MHkAQZ0Jh9hFEOxxDkUMM2ZrR/bMo+IsA3hjuzN4fPpvtQUjneJjM7kI4xiKJY4xGW0C9F7bwDrHvNHwk8T4zcutGz0hRjEQp4+1AwHGoYLosBgf3b+O1e1x9iPuUbu7uGfiEJzerUGu6+npwKDA8lm5lx8J54Ie2lWapr7c6tSWd+QwTSfYGPn/lqmoyKOpkn2yuoErKxeQdfgAbSO9hWXbAa/XDjKYcdd598CDAAkzn7JYhVZYAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-debug-reinit-button:hover .ui-icon-reload{filter:alpha(opacity=100);opacity:1}.ui-editor-debug-destroy-button .ui-icon-close{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-debug-destroy-button:hover .ui-icon-close{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-s{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNpi/P//PwMlgAVEPGNiIqTOBojz/zIwTHrPwHD4BZDzGGhxMhAzEWlRvtTy5SE/GRiKge61R5YgyoB/IHVPnzIoTprk/52BoRJoiDNBA5BCxuY3UN2vz58Znu7ZwyAaHOz+8f//RqC8OzEuAPtdcfbsgM937zJ8+fKFgePHDwa3sDBroKGt8EBEAo1ArAV1ARPQucwqs2f7vz14kOHH378MF/buPQ4S+wXEQPkauAG3EFHp7bBihTHDs2cMf4E2ffvwgQGmeeuyZWf+MDA0ATXs+I8eiP+gGBhNNTsjIs7+5+Vl+HTrFsOry5cZXr56xXB02bKjQM21QCU7sKaDRYiA2wE0RPJnamq2VVGR8adr1xi4uLkZPjMwsDJCNf/HagAjI8SA//95gRRb5pEjxnttbM6aeHsb87CwMED9DAZ/0QxAjgVmRkZGj+vXr0+wt7evWc3ENPfI1q1n2djYGP4TSsqMEBfYLV26tExXVzcfyF8NdM17oG33V69e3QKUO0vIAF1PT8+Y2NhYUDRuh7n0PyTEdzAQ4YKYHTt2TAEyz5OaGxkpzc4AAQYAvlOuK2pYar0AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-s{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-w{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wFFgA2AnOoAZ4AAAH4SURBVDjLtZNNaxNhFIXPfefNJJlkppFI09Ca1FiRMiDduCjWQltdtILdu1DcSkpx7UL6A1zGH+BKEFy5MkhErRvpwo+NSDEaaYyZSZNJJslkPl43XQQaaUA8u3M5PFwu5wL/KBo1FEC4DJALiN2jjAWIbcA5EVABzotkUu+ZJmvLsmQwJtcHA2oHQc8FXm8D9eE8HzafgThPpS5H19Zux4kmIqbJWL3OT/u+9LNWK1er1V8PgMMdwBsJ8AARtFoD6na1qK7PubFYTOOc9RqNQxEEX1ygswP4Jx6mDNw3Fhc/WVtb4uPy8uAx0YeHwMaoLBs1DBE9kzTtIJLJ4FQ6LQnghZVMFscCCIB8IeKB7/e6lYpjNZs2V1WeNk02FuApwAJA8xwnFHgeSUL4rmVJ3yIRfyzAFWA+Oj29EZqcvODYNveJEloisZnq9++NAkjD5gCY59nsnfjq6iafnT3bNQzJrtWQzeUm+p3OxQXbll8Cb45tYBGRKcucEd2Irq/fDC8tzSm5nKRMTSEUi3lcUXB1ZSV1RlVvPWLs2rEiaUIIDAbee+AtisWMUyqpRhAoiq7rLdtudvf2fsQlqWe02yQDr/7axEvAbml///uTcHjhqyxncjMz5zqO87th28+vu+47GWjfBdyxP61QKFA+nydVVQn/S38ATpHDEx6slP8AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-w{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-docked{z-index:10000}.ui-editor-dock-docked .ui-editor-toolbar-wrapper{position:fixed;top:0;left:0;right:0;border-top:0;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;box-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-box-align:center;box-align:center}.ui-editor-dock-docked .ui-editor-toolbar{text-align:center}.ui-editor-dock-docked .ui-editor-path{position:fixed;bottom:0;left:0;right:0}.ui-editor-ios .ui-editor-dock-docked .ui-editor-path{display:none}.ui-editor-dock-docked-to-element-wrapper{font-size:inherit;color:inherit;font-family:inherit}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper{position:relative!important;top:auto!important;left:auto!important;border:0 none!important;padding:0!important;margin:0!important;z-index:auto!important;width:100%!important;font-size:inherit!important;color:inherit!important;font-family:inherit!important;float:none!important;width:auto!important;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar{margin:0;z-index:2;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-box-ordinal-group:1;box-ordinal-group:1}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar .ui-widget-header{border-top:0;border-left:0;border-right:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-path{border:0 none;margin:0;-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-box-ordinal-group:3;box-ordinal-group:3;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-messages{margin:0}.ui-editor-dock-docked-element{margin:0!important;display:block;z-index:1;position:relative!important;top:auto!important;left:auto!important;border:0 none;padding:0;margin:0;z-index:auto;width:100%;font-size:inherit;color:inherit;font-family:inherit;float:none;width:auto;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-box-ordinal-group:2;box-ordinal-group:2}.ui-editor-dock-docked .ui-editor-messages{position:fixed;top:0;left:50%;margin:0 -400px 10px;padding:0;text-align:left}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper{width:800px}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.ui-editor-embed-button .ui-icon-youtube{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAxlBMVEX////////fNzfaMTHVLCzKISHFGxvvR0flPDzpSEjdMTH4Y2PaKyvtTk7PJibXIyOnLi7lQECkKyvSHR3mPj6eJCSUGhqRFxfqQkL0XFziOTmOFBSBBwehKCiHDQ3PFRWaISGXHR3wVlaECgqqMTGLEBDGHR365eW1ICDaXFz139/LDg7NLi6tNDTSKSnMNzd9AwP1TEy/Fhbwxsbqv7+7EhKzFBS6EBDonZ3akJDkhISxBwf8a2vLIiLPcHD88fH67+/fYGAnLmvBAAAAAXRSTlMAQObYZgAAAJtJREFUeF5Vx0WShFAUBMB631F3afdxd7v/pQaiN5C7BK4mgM3nxAahczfihIgrrfVTqs+qGN2qLMvHwy4tB6sOmWeMIXp7/jI9L8PCYowR0e/3xzVj1gLLiHNOg9OR82iJvBZC0GD/J0Sdo7B93+/78+737AKNK6Uker2UA7fBNlBKPdyos2CLWXI/ksywnr+MzNdoLyZa4HYC/3EAHWTN0A0YAAAAAElFTkSuQmCC\') 0 0}.ui-editor-embed-button:hover .ui-icon-youtube{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;height:100%;width:100%}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div>p:first-child{padding-top:10px}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:4;-moz-box-flex:4;-ms-box-flex:4;box-flex:4}.ui-editor-float-left-button .ui-icon-float-left{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNpi/P//PwMlgImBQsACY1zaIH4A6Bp7dAUzV31jnLHy22YgkxFqIQhf/vfvXymKAQ8eidtra35lYAQqY+FgZWBmZ2X49fk7AxvbX6DsN1+CLlgwn5khMECAwcLiL4OogiIDj6QEw9uLZ4AGfAVJ70BzAQg7ohigrnaP4cEDLoY3bzkYzL6/ZVA34ma4ev07w/sPv0HSHgRdoKICUvgR6IWPDK8evWb49+8iw/1bfxhevwYbsBfNdhC2BkkwwqLRxRhuFgM3HyMDrwAjw8vH/xj2nvuH1WZgIDKgGMDExLQNiz9xYWagASboBpAU/zAXsCCJ7SbCZjaghexAmgOIFUh2AXKyh7GRXTARiI2w2MoKVMwBtRVkOysQHwNiPxQXDFhmotgAgAADAKYzbYynfqX2AAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-left-button:hover .ui-icon-float-left{filter:alpha(opacity=100);opacity:1}.ui-editor-float-none-button .ui-icon-float-none{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAkFBMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEAAADRrxbRsBYBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAACcegnCrQ6ffgqukQv+/GixkS3duyLhwyfkyizevSNRMDCigDLauC/y41DcuiLrzTTQrhWCYBiObSDErz3r4VvApCt4Vg6dewnDaH3NAAAAGHRSTlMAycfDxcu9v8HYu+DAwIm3uZnRkdDn7LIyy/h+AAAAWklEQVR4Xp2KRwqFMBQAYzfGXmPtvfx//9spgvAWQcRZzgx6gz6dGEDkQ1FWNRBN2/XZCMRvXtZtB4LSfxon6AHTsjVZUQWR5xz2cWfJxYR9eFf2MQnCCH3hAIfwBUXJe8YuAAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-none-button:hover .ui-icon-float-none{filter:alpha(opacity=100);opacity:1}.ui-editor-float-right-button .ui-icon-float-right{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzZYRzBaaHcWE4kZGJ8aCe/0sHFAOAoB5d4avXfAwPH4swaGt+ZWAEGsnCwcrAzM7K8Ovzd3sMFwDBWpjNMPrK5b++C94yMwQGCDBYWPxlEFVQZOCRlGB4e/EMAzYDgtFdICr6kUFd7QfDgwdcDG/ecjCYfX/LoG7EzXD1+ncGeyNMAzYiuQDsCmHhf54qKr+BzI9AL3xkePXoNcO/fxcZ7t/6wwDzAyMsGoGBiDWUnQwR4tx8jAy8AowMLx//Y9h95g+GAdvQXIAPM//798+EKBfgAkADMMJgNxE2swEtZAfSHECsQLILkJM9jI3sgolAbITFVlagYg6orSDbWYH4GBD7obhgwDITxQYABBgAdBpg+9sXURwAAAAASUVORK5CYII=\') 0 0}.ui-editor-float-right-button:hover .ui-icon-float-right{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-inc-button .ui-icon-font-size-inc{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOhJREFUeNpi/P//PwMlgImBQkCxASxgU5gwzJkOpTORBZ2ilzO8+MjFwMIixnBhnTlOF8gD8U8gFoey4UBSyZooLzgD8Umo65xhgsYu5USHgS0QHwfiE1A2TtuxGaAIxL+B+AEQnwFiaagYg6Qi2AAHIP4PpbEa4AHEz4HYAIi/QL3hgSS/H4gfQmlELCAHNBBLQGlksenP7x9l4Bc3YMTnBRWogbZIuBOIZUFyW2b5EQwDVyA+giYPcionSA6U5Jc0yTK8vrUcVQU0L1gB8RMotkKSXoMkXgQT5BM3A+sDYcahn5kAAgwArro7Z1GYijsAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-inc-button:hover .ui-icon-font-size-inc{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-dec-button .ui-icon-font-size-dec{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKxJREFUeNpi/P//PwMlgImBQjAMDGBBMY0Jbp4JEFcAcQcQnwEJpLa/Zfj27SvD+fPnGVhYxBgurDPH6wI9IP4DpRmMXcpJ9oIZELcBcRiaOCjOH0BpnAYoAbE6EE8EYnYgtjq7pxMm5wjE8lAapwFOQLwFiIuB+AQ0PBi2zvYHUQeAmBFKYxoATJWWQOwLxJJAfA6I5YE4FyT+9O5hBiSXwAHjaFKm3ACAAAMA85o8WKYZErQAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-dec-button:hover .ui-icon-font-size-dec{filter:alpha(opacity=100);opacity:1}.ui-editor-show-guides-button .ui-icon-pencil{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/P//PwNFAGQAIyMjDK9BYqNgXHqZ0MSYcFmEyxBGsClMTGS5+t+/fxg2biLGAGTXoBvATGoYkuUFGMDmhd2kGjL4vHCUUi9cIjcpnwPi2UAsBaXPQZPwOXxscD5Cy0xLSbUc3YDnJLue0uwMEGAA2O1APJOrHFQAAAAASUVORK5CYII=\') 0 0}.ui-editor-show-guides-button:hover .ui-icon-pencil{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-show-guides-visible *{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-undo-button .ui-icon-undo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAe1JREFUeNrEUzFrFEEU/mazu7d3x8U9g0ROwkHEwrSrNmksJBxok1RRwUIEz0awFStZoqQw5B9ok1jYiRDBwl4PSaFJVLCMMfHWS7zb3ZndGd9ssgdXiVzhwGNnH+/75n3vm2FKKQyzDAy5zKmHLRSKRdiOA6tQgGlZDcrPUme3dcFBEPSLlZQQcZyFTFN8WZiGOUCnVCMRws9/4zD8BwkEFpz7N66c8vQJUbeLNEn+LuEQqxo8jv0716e8/f0UPIp0+n1OTbFLsUF1z+n7boAgA0eRf/em521tdeE4BuYunfa0OYehEMUJ3wt6Fza+7s4EkVwh3DJFLyPgYejfa0576+u/MsZe70g/tX8QRujSHDgXtpTpmOvarkjYrZ97Qg/xUTYDOv3B46U3rcnJMqRUUKaBtsXwzWDYJmfax1y0x07gx/FxfLbckd+1Wj0dYddI8vlcwhp1gcUnr/z55mXvbcfA99WXrVwjMwzGHNs0yiWbVSpFXqtVMTFxkrU+zOt55ENc04N7tvTCP9O86mn76D6cIzDSODYRhhUEnXFguy4/bs6gWr1IubN9F3KShHN8Wn6a3QNtZaFU0lvtZXAUm1LK13Jn5z7Vzw0Q9EmE0NvZDNnpoDw6OuC7voFUs0C19Uzif39MQxP8EWAA91//GdkHdYEAAAAASUVORK5CYII=\') 0 0}.ui-editor-undo-button:hover .ui-icon-undo{filter:alpha(opacity=100);opacity:1}.ui-editor-redo-button .ui-icon-redo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd9JREFUeNrEU89LG0EUfjP7KyvEGsRorRhoySGCuSyht0IPgicFQZCcvXsvHoP/Q8FDKZRCpQityKIHvZT2YI6t6MUfCJqQKpt1d7Ozu7N9O9vWhIIUcvDBt/OY4X3z3vfNkjiOoZ+g0GfIyaf46gtQSQJF0wQIvePN5nJiJYS8xmUzDAIz8H1gnQ74npcS3BeubYOm60lqCKQjm/89QhSG0HEcSG6tzo4bAWM1JJntGaE7UNQKcL6EaQkxknQfcS6Imk0GizOTxrvPx7Xf4pvdBAOc85VBnVTLU6OPhx8NZBVZUjmPIYpStNsMGo0I5l8+NT5sfxckggCFAYrFzyaHlo1yoYDdSs2WD9e2A/atC4wFooMkJBT79EqBF88Lxu7eYU0QMN+v5Eey1enSRKF1y6ULFoKFAFUDntMgwpsiDuAEMbgBhydDKmxtH9TRmdWUwPOWSsXi2Fmr7RyfNG6sa9vzbI+FHT+MI3730hbmjIwEcLTxSRSrup5qgH6Wvn39cd76ae9TSndw6wzRQNiSooQxiohjHij4Pqy379PiTMb86wJalL+6ZB+pLK9RSv+x0XddkQfrb9K2VdXssRHZk4M1mRDc6XXWsaw/aT15ibKimN3n5MF/pr4JfgkwANDA599q/NhJAAAAAElFTkSuQmCC\') 0 0}.ui-editor-redo-button:hover .ui-icon-redo{filter:alpha(opacity=100);opacity:1}.ui-editor-hr-button .ui-icon-hr{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMTExMDEmgEYi0gZsSCrwJxNUzhv3//GBixGEA0ABnAgkV8LZqtTFDaF6aAX8KCwdBrA4QDckFq+1sGSUVrBkZGRqKwvEEhg2PyS7BeuAv07AsZXjw4BmJuQLIV5gImJLYrv7g53LlwA8TkLRgCi28wXDzQF/Dr10+G379/M/z58wfoz/9gfUxMrAzMzGwMsnr5DBwcvBgGHABiexBDyTiV4cuXTwxfv35j+PHjB9CQ/0BnszCwsHAysLHxIofVQSB2gBlgnxogAqREiI6B+ikf7ZFdcHD2hjf2X79+Zfj8+TNeF7Cz84K9wMrKdRDZAAcQ8fbJaYYndw4zYAsDHlFjBjZxKwyXwAPx1cMTDIdWxoKY+5BCHo7f31tp8VM9iUFQ0oaBQ9YBYQIoLo1dygmmA2QgIGHJoGhUCtaLLSkfweICVqA6diDNAcQKyJYTlRdAanCJY8sL04HYFM3WM0Acgs0QRlymEwsAAgwAwwCYinucCRoAAAAASUVORK5CYII=\') 0 0}.ui-editor-hr-button:hover .ui-icon-hr{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-i18n-select{height:23px;top:-8px;text-align:left}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-status{font-size:13px;line-height:10px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-item-icon{height:24px;width:24px}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-en,.ui-editor-wrapper .ui-icon.ui-editor-i18n-en{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=\') 0 0}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-zh_CN,.ui-editor-wrapper .ui-icon.ui-editor-i18n-zh_CN{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==\') 0 0}.ui-editor-image-resize-in-progress{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-statistics-button .ui-icon-dashboard{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhFJREFUeNrEk7tv01AUxr/4kcRO7Fh1HghFgSAeYglDlIfUbGEBhaWoUxFiQWJGMDDyhzB2ZmANYmAoIvQPaIHIkVJjKyWkcdzYSR1zbhSGQhFDB47007333PN9V/cVCcMQ5wkO54wIxe+5q8Rt4gaRW+VsYo9oE1/+ZpAktjKZzL1arXatWCzmFEVhOYzH40m327U7nc7nwWDwhlLbxITN8SsDVvisXq9vtVqtuqZp2XK5HDcMg5vNZlylUon7vq+XSqXLi8WiYJqmTvWfiNkvg8e06gMqLDmOI5AIvV4P8/l8CeuzHMHn8/kcmeiWZQWk6zCD67quP280GuXNdlv4qKrwTk6WwpXoFNVqNTKdTtf6/X7C87wPzOAhrX4nCIK195KEp4aBtxyHKRm4roujozGdwQSO49LYx/7+VzIPeVEUOcsyh+wab9Ge0+SKGW3nhSzj5WiEoWlhMvHolKOIRmVIkgpZVhGPKxAEGdlsIc20zOASz/NSs9lkl4IwJuOJH+CVksDi2APPx0iYIgNlCTNYXy8hmdQkpmUGCfag2u134DgJipKGdqGAR6NjbKdVOAMbQRAiRsaCEKMaHru7XdYutRw95R+Hh0NXVTNIpXQy0KDrOVy8chOb34Z4XcjCMvZoO86p12bbBy7Tsv5dYoc4OAtFFM3BxkZ4xtzOSvvPuE98X7V//oX//ht/CjAAagzmsnB4V5cAAAAASUVORK5CYII=\') 0 0}.ui-editor-statistics-button:hover .ui-icon-dashboard{filter:alpha(opacity=100);opacity:1}.ui-editor-link-button .ui-icon-link{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAilBMVEX///8EBARUVFRUVFQEBARTU1MqKiwfHx5MTEzGxsZNTU1FRUWAgH8SEhJnZ2fd3d06Ojrg4ODIyMgODg4DAwMSEhLCwsGcnKXExNEvLy+ysrh+foMQEBBBQUEEBATJydeenqcDAwPT09OIiIjj4+OZmZl3d3fU1OPCwsHW1tXq6urr6+va2trGxsaRnmwcAAAAI3RSTlMAimdfRTOWgDXbAGXFj339cv3dAHtC3OP8bt+2cnuA/OMA+Akct2IAAABoSURBVHhetcVZFoIgGAbQ7wcVwyEKtBi01OZh/9urw2EJdV8ufkHmnDHG85RE2a7Wp812GGJtiaqvG1rOXws1dV9BzWKi2/3xfL1pErOCdT6YS2SCdxZdsdtfD8ci1UFnIxGNWUrjHz6V6QhqNdQf6wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-link-button:hover .ui-icon-link{filter:alpha(opacity=100);opacity:1}.ui-editor-unlink-button .ui-icon-unlink{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA2FBMVEX///8WFhYvLy9LS0sEBAQODg4EBARNTU0DAwNVVVVUVFQtLS1nZ2cfHx46OjoSEhLGxsZTU1OAgH/T09NUVFQEBAQ6OjpMTEwvLy+4uMDCwsEQEBCvr7sSEhIEBAR+foMqKixFRUUEBARDQ0MBAQEBAQG5ucQiIiICAgIODg7Z2dlAQEBMTEwsLCxGRkYAAABPT0/e3t4mJiYqKiopKSlUVFQiIiJJSUkjIyNFRUU5OTkBAQEoKCi/v8zCws+qgFWFZkY7MSbc3Nzj4+Pm5ubOztzU1OTQ0N6IE/7FAAAAQ3RSTlMAAAAAigAAAAAAZwB9gACP2zPF+F9ocjVu39xy40KAtpZlRQBrUPx9AIb8AE8AAAAA/AAAAAAAAAAAAAAA/PwAAAD8PWHlxQAAALtJREFUeF5dzsVWxEAQheHqpGPEPeMWGXfcmQHe/42oC+ewmH95F1UfGWFyhZLQUBHlTvBxOp92gZP/DaN25Esp/ag9ukeUxa5p6qbpxpmHqGgNOtWm6gxahaIokwX1ht16ps3q7rAn9utrg7RxX6Z6KvtjbWJZGHTuuLLtw8P2f/CAWd4uGYNBqCpj5s1NM2cMPd3xc2D4EDDkIWCmj1NgSEHAlGUJDAnEmOfPr+8XxtDr27sQwHDA0GU/2RcVwEV78WkAAAAASUVORK5CYII=\') 0 0}.ui-editor-unlink-button:hover .ui-icon-unlink{filter:alpha(opacity=100);opacity:1}.ui-editor-link-panel .ui-editor-link-menu{height:100%;width:200px;float:left;border-right:1px dashed #d4d4d4;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-link-panel .ui-editor-link-menu p{font-weight:bold;margin:12px 0 8px}.ui-editor-link-panel .ui-editor-link-menu fieldset{-webkit-box-flex:2;-moz-box-flex:2;-ms-box-flex:2;box-flex:2;margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-menu fieldset label{display:block;margin-bottom:10px}.ui-editor-link-panel .ui-editor-link-menu fieldset label span{display:inline-block;width:150px;font-size:13px;vertical-align:top}.ui-editor-link-panel .ui-editor-link-menu fieldset,.ui-editor-link-panel .ui-editor-link-wrap fieldset{border:0}.ui-editor-link-panel .ui-editor-link-wrap{margin-left:200px;padding-left:20px;min-height:200px;position:relative}.ui-editor-link-panel .ui-editor-link-wrap.ui-editor-link-loading:after{content:\'Loading...\';position:absolute;top:60px;left:200px;padding-left:20px;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat left center}.ui-editor-link-panel .ui-editor-link-wrap h2{margin:10px 0 0}.ui-editor-link-panel .ui-editor-link-wrap fieldset{margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-wrap fieldset input[type=text]{width:400px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-external-href{width:365px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email label{display:inline-block;width:115px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email input{width:340px}.ui-editor-link-panel .ui-editor-link-wrap ol li{list-style:decimal inside}.ui-editor-link-panel .ui-editor-link-wrap .ui-editor-link-panel .ui-editor-link-wrap fieldset #ui-editor-link-external-target{vertical-align:middle}.ui-editor-link-error-message div{padding:0 .7em}.ui-editor-link-error-message div p{margin:0}.ui-editor-link-error-message div p .ui-icon{margin-top:2px;float:left;margin-right:2px}.ui-editor-list-unordered-button .ui-icon-list-unordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi/P//PwNFAGQAIyNjGBCvgdIMxGKQXhaoORFlZWWBXV1dTED2KqjYGiBmRMJMaOwrQFwOc0EEEG+A0iS5gBFEMDExkeX9f//+MTAxUAhgBsQC8U4oTRKABWJ8Rkae84wZk5iB7MVQsW1IAYYLW8MCMRGID0Bp+gYiC46EhTPR4QrEdCA+A6VJT8pAcDMsLB3EuAniQP14BIiPAfEJID4FxGehqe8OED8B4vVgvVADioH4GZTGGWhYvUtpbqQ4JQIEGABjeFYu055ToAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-list-unordered-button:hover .ui-icon-list-unordered{filter:alpha(opacity=100);opacity:1}.ui-editor-list-ordered-button .ui-icon-list-ordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNpi/P//PwNFAGQAIyNjIxCvAWJBIGYgFoP0skDNqQfidUDMiGT2GigfhpnQ2FeAuJwFSQMTmuNCiPEBTFMblF1CahAwgvzBxMREVvj9+/cP7oIuIN4Bpcl2gRMQJwFxDFRuG1KAYcVAF1jDojEBiGcAsQSp0QjzgiEQawLxSiibNoGInmqRE9J0IJaEYnNSXAAzYC4QNwJxIJLcEbRAYwZidiDmgOLTYPVIzgJpPgD2F45Aw+olqAFrgfg5EBeTagAjpdkZIMAAg/ZGwsH5qkAAAAAASUVORK5CYII=\') 0 0}.ui-editor-list-ordered-button:hover .ui-icon-list-ordered{filter:alpha(opacity=100);opacity:1}.ui-editor-paste-panel-tabs{height:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-paste .ui-tabs a{outline:0}.ui-editor-paste-panel-tabs{position:relative;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-paste-panel-tabs>div{overflow:auto;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #c2c2c2;border-top:0}.ui-editor-paste-panel-tabs>div>textarea.ui-editor-paste-area{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;display:-webkit-box;display:-moz-box;display:-ms-box;display:box}.ui-editor-paste-panel-tabs>div>textarea,.ui-editor-paste-panel-tabs>div>.ui-editor-paste-area{border:0;padding:2px}.ui-editor-raptorize-button .ui-icon-raptorize{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABDlBMVEX///9NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU0Y/iVtAAAAWXRSTlMA/v1mTvW+WQFF+nGpsyPlDhXL1GvZHduk48LslL2a7tadwee772kEfqD8+OGCXWJ2+bQ9pt7xCme4iQU4iNH0mCEPEd82Ocxj4De2HoMaq3MHZJsDeGwCG8H1fioAAAC1SURBVHheNchFlsMwEADRlmRkSDKmMDMMMjMz9P0vkifLrl194F3NW0qtugV5Wt1FHpnloGKRmr3TK96YDjiMxFGCONngcJ1De4GNDJqhvd2VkbzsY+eDw2efMTYsjRFxd4+DZx6ajC1xhXTTB560EyfWASJW2FEG3vGJElZOz4xzH6QLKLqMgpvbu3sxD+4jPBFJe05fBby9ly0S6ADxl4BviGjp5xd0Of0TUqaUEPs/kR1YA96IIUDtx93SAAAAAElFTkSuQmCC\') 0 0}.ui-editor-raptorize-button:hover .ui-icon-raptorize{filter:alpha(opacity=100);opacity:1}.ui-editor-save-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNqkU71ugzAQPowtwdAdqRLK3odg6161a+cukZonoGrElgWWDqhb16oP0AfoytStirows0QRMj/unQsohAQi5aTD5vju4/Pd2VBKwTnG6cEYe8bl6s73P09Jel8ur3H5ruv6CUiBYRgfQRAosnrCyQhLOZTLG1ImpYQSA1VVjf7dNE0gLOV0R6AXlAMSk4uiGCUQ6ITdJzDpz0SQTxAoxlqVZo+gLEuQyDxFwIQAwg4IiPV3vYbL2WyUgDBHFbxG0Um9t237sIIkSeDYYGHbur3neQMCTgqoRWEYDToh8NyLxSO4rgtpmrY14D0CUsA5h80mh/n8QQdXq7CTTN/ILMtqa9AjEDjOGrTdSnAcRwdpr1unzB5BMweiGwY8tx/H8U+WZbmUSoPJlfr3NrZLgDkXujbNXaD9DfoLAt8OFRHPfb8X+sLcW+Pc6/wnwABHMdnKf4KT4gAAAABJRU5ErkJggg==\') 0 0}.ui-editor-save-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-cancel-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-cancel-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-icon{text-align:left}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px;line-height:22px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper [data-title]:after{opacity:0;content:attr(data-title);display:block;position:absolute;top:100%;font-size:12px;font-weight:normal;color:white;padding:11px 16px 7px;white-space:nowrap;text-shadow:none;overflow:visible;z-index:1000;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;-webkit-border-radius:9px 9px 2px 2px;-moz-border-radius:9px 9px 2px 2px;-ms-border-radius:9px 9px 2px 2px;-o-border-radius:9px 9px 2px 2px;border-radius:9px 9px 2px 2px;-webkit-transition:opacity .23s 0s;-moz-transition:opacity .23s 0s;-ms-transition:opacity .23s 0s;-o-transition:opacity .23s 0s;transition:opacity .23s 0s;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-ms-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0}.ui-editor-wrapper [data-title]:hover:after{opacity:1}.ui-editor-wrapper .ui-editor-select-element{position:relative}.ui-editor-wrapper .ui-editor-select-element:after{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-ms-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0}.ui-editor-unsaved-edit-warning{position:fixed;bottom:0;right:0;height:30px;line-height:30px;border-radius:5px 0 0 0;border:1px solid #d4d4d4;padding-right:7px;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWNiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fffff2),color-stop(100%,#edecbd));background:-webkit-linear-gradient(top,#fffff2,#edecbd);background:-moz-linear-gradient(top,#fffff2,#edecbd);background:-o-linear-gradient(top,#fffff2,#edecbd);background:-ms-linear-gradient(top,#fffff2,#edecbd);background:linear-gradient(top,#fffff2,#edecbd);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;filter:alpha(opacity=0);opacity:0}.ui-editor-unsaved-edit-warning .ui-icon{display:inline-block;float:left;margin:8px 5px 0 5px}.ui-editor-unsaved-edit-warning-visible{filter:alpha(opacity=100);opacity:1}.ui-editor-unsaved-edit-warning-dirty{outline:1px dotted #aaa;background-image:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEUAAACfn5/FQV4CAAAAAnRSTlMAG/z2BNQAAABPSURBVHhexc2xEYAgEAXRdQwILYFSKA1LsxRKIDRwOG8LMDb9++aO8tAvjps4qXMLaGNf5JglxyyEhWVBXpAfyCvyhrwjD74OySfy8dffFyMcWadc9txXAAAAAElFTkSuQmCC\')!important}.ui-editor-view-source-button .ui-icon-view-source{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNpi/P//PwMlgImBQkCxAQwgLzAyMqLjMCCehsSfBhVDUQf2PhYDIoB4JhCLIYmJQcUiCBkQBcRzgFgci6vEoXJRuAyIAeIFODQjG7IAqhbFAAMg3gOlGQhguFp0FyQC8UoglgTx0QFUjSRUTSKuMEgG4nUghVgMkITKJROKhXQg3gbUI42kXxokBpUjGI0gDYVAfBzJABC7EFs6YBz6eYFiAwACDAADJlDtLE22CAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-view-source-button:hover .ui-icon-view-source{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-view-source .ui-editor-ui-view-source-dialog{overflow:auto}.ui-editor-ui-view-source-plain-text{height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-ui-view-source-dialog textarea{white-space:pre-line;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cms-white{color:#fff}.cms-black{color:#000}.cms-blue{color:#4f81bd}.cms-red{color:#c0504d}.cms-green{color:#9bbb59}.cms-purple{color:#8064a2}.cms-orange{color:#f79646}.cms-grey{color:#999}</style>').appendTo('head');
@@ -1,5 +1,279 @@
1
1
  /*!
2
- VERSION: 0.0.29
2
+ VERSION: 0.0.30
3
3
  For license information, see http://www.raptor-editor.com/license
4
4
  */
5
+ (function(c,l,i,E){function u(a,b,d){A[a]=d;Q[a]=b;q||(q=a)}function R(a){q!==a&&(q=a,c.ui.editor.eachInstance(function(){this.reinit()}))}function g(a,b){q&&A[q]&&A[q][a]&&(a=A[q][a]);if(!b)return a;for(var d in b)a=a.replace("{{"+d+"}}",b[d]);return a}function da(a){if(F===E){F=!0;if(S=/(iPhone|iPod|iPad).*AppleWebKit/i.test(navigator.userAgent))c("html").addClass(a.options.baseClass+"-ios"),S&&c(document).bind("scroll",function(){setInterval(function(){c("body").css("height","+=1").css("height",
6
+ "-=1")},0)});c.browser.mozilla&&c("html").addClass(a.options.baseClass+"-ff");if(c.browser.msie&&9>c.browser.version){F=!1;var b=c("<div/>").addClass(a.options.baseClass+"-unsupported").html(a.getTemplate("unsupported")).appendTo("body");K(b);b.find("."+a.options.baseClass+"-unsupported-close").click(function(){b.remove()})}T=jQuery.hotkeys!==E}return F}function K(a){var b=1;a.siblings().each(function(){var a=c(this).css("z-index");!isNaN(a)&&a>b&&(b=a+1)});a.css("z-index",b)}function o(a){return a.clone().wrap("<div/>").parent().html()}
7
+ function G(a){var b,a=document.createElement(a);b="getComputedStyle"in l;document.body.appendChild(a);b=(b?l.getComputedStyle(a,""):a.currentStyle).display;document.body.removeChild(a);return b}function H(a,b){return-1!==c.inArray(c(a)[0].tagName.toLowerCase(),b)}function U(a){for(var b={},a=l.getComputedStyle(a[0],null),d=0;d<a.length;d++)b[a.item(d)]=a.getPropertyValue(a.item(d));return b}function V(a,b){p();c(a).each(function(){var d=c("<"+b+"/>").html(c(this).html());a.html(d)});n()}function W(a,
8
+ b){c.each(b,function(b,e){c(a).css(b)===e?c(a).css(b,""):c(a).css(b,e)})}function v(a,b){for(var d="",e=0,f=a.childNodes.length;e<f;e++){var h=a.childNodes.item(e);(h=3===h.nodeType?h.nodeValue:o(c(h)))&&(d+=h)}b&&(d=c("<"+b+">"+d+"</"+b+">"),d.find("p").wrapInner("<"+b+"/>"),d.find("p > *").unwrap(),d=c("<div/>").html(d).html());return d}function X(a,b){var d=c("<div/>").append(a)[0].childNodes;b.deleteContents();d.length===E||1===d.length?b.insertNode(d[0].cloneNode(!0)):c.each(d,function(a,d){b.insertNodeAtEnd(d.cloneNode(!0))})}
9
+ function Y(a){var a=a||i.getSelection(),b;c(a.getAllRanges()).each(function(a,e){b=3===this.commonAncestorContainer.nodeType?c(e.commonAncestorContainer).parent()[0]:e.commonAncestorContainer});return b}function Z(a){return a.startOffset===a.endOffset&&a.startContainer===a.endContainer}function p(a){if(!r||a)r=i.saveSelection()}function n(){r&&(i.restoreSelection(r),r=!1)}function I(){r&&i.removeMarkers(r);r=!1}function k(a,b,d){for(var b=b||i.getSelection(),c,f=0;c=b.getAllRanges()[f++];)a.call(d,
10
+ c)}function t(a,b){k(function(b){X(a,b)},b,this)}function B(a,b){b=b||i.getSelection();b.removeAllRanges();c(a).focus().contents().each(function(){var a=i.createRange();a.selectNodeContents(this);b.addRange(a)})}function x(a,b){b=b||i.getSelection();b.removeAllRanges();c(a).each(function(){var a=i.createRange();a.selectNode(this);b.addRange(a)}).focus()}function L(a,b,d){b=b||i.getSelection();b.removeAllRanges();c(a).each(function(){var a=i.createRange();a.selectNodeContents(this);a.collapse(d);b.addRange(a)})}
11
+ function $(a,b){L(a,b,!1)}function w(a,b){L(a,b,!0)}function y(a){a=a||i.getSelection();return a.toHtml()}function aa(a){a=a||i.getSelection().getRangeAt(0);return c(3===a.commonAncestorContainer.nodeType?a.commonAncestorContainer.parentNode:a.commonAncestorContainer)}function j(a){var b=new jQuery;k(function(a){b.push(aa(a)[0])},a,this);return b}function M(){var a=i.getSelection();if(null===a.anchorNode)return null;if(a.isBackwards())return 3===a.focusNode.nodeType?c(a.focusNode.parentElement):c(a.focusNode);
12
+ a.anchorNode||console.trace();return 3===a.anchorNode.nodeType?c(a.anchorNode.parentElement):c(a.anchorNode)}function N(){var a=i.getSelection();return null===a.anchorNode?null:a.isBackwards()?3===a.anchorNode.nodeType?c(a.anchorNode.parentElement):c(a.anchorNode):3===a.focusNode.nodeType?c(a.focusNode.parentElement):c(a.focusNode)}function s(a,b){var b=b||{},d=i.createCssClassApplier(b.classes||"",{normalize:!0,elementTagName:a,elementProperties:b.attributes||{}});k(function(e){var f=e.cloneContents(),
13
+ f=v(f);"string"===typeof f&&(f=f.replace(/([ #;&,.+*~\':"!^$[\]()=>|\/@])/g,"\\$1"));c(f).is(":empty")?(f=c("<"+a+"/>").addClass(b.classes).attr(b.attributes||{}).append(v(e.cloneContents())),X(f,e)):d.toggleRange(e)},null,this)}function ea(a,b,d){k(function(c){c=aa(c);c.is(a)?c.attr(b):s(a,{classes:d,attributes:b})},null,this)}function O(a,b){var b=b||i.getSelection(),d=b.getRangeAt(0),e=j()[0],f=i.createRange();f.setStartBefore(e);f.setEnd(d.startContainer,d.startOffset);var f=f.cloneContents(),
14
+ h=i.createRange();h.setStart(d.endContainer,d.endOffset);h.setEndAfter(e);d=h.cloneContents();f=o(c(v(f)));f+=o(c(a));f+=o(c(v(d)));c(e).replaceWith(c(f))}function C(a,b,c){var c=c||i.getSelection(),e=M()[0],f=N()[0],h=j()[0],h=H(h,b),e=H(e,b),b=H(f,b);h&&e&&b?t(a):O(a,c)}function D(a,b){k(function(d){for(d=c(d.commonAncestorContainer);d.length&&d[0]!==b[0]&&(3===d[0].nodeType||"inline"===d.css("display"));)d=d.parent();d[0]===b[0]&&"inline"!==b.css("display")&&(V(b,"div"),d=b.children().first());
15
+ W(d,a)},null,this)}function ba(a,b){a=c(a)[0];if(b=b||i.getSelection()){var d;c(b.getAllRanges()).each(function(e,f){d=3===this.commonAncestorContainer.nodeType?c(f.commonAncestorContainer).parent()[0]:f.commonAncestorContainer;a!==d&&!c.contains(a,d)&&b.removeRange(f)})}else w(a)}function J(a,b){allowed=[];for(var c=0;c<b.length;c++)b[c].match(/[a-z][a-z0-9]{0,}/g)&&allowed.push(b[c]);return a.replace(/<\!--[\s\S]*?--\>|<\?(?:php)?[\s\S]*?\?>/gi,"").replace(/<\/?([a-z][a-z0-9]*)\b[^>]*\/?>/gi,function(a,
16
+ b){return-1<allowed.indexOf(b.toLowerCase())?a:""})}function z(a){return!isNaN(a-0)&&null!==a}var q=null,A={},Q={};c(function(){i.initialized||i.init();c.isFunction(i.rangePrototype.insertNodeAtEnd)||(i.rangePrototype.insertNodeAtEnd=function(a){var b=this.cloneRange();b.collapse(!1);b.insertNode(a);b.detach();this.setEndAfter(a)})});c("html").click(function(){c(".ui-editor-selectmenu-visible").removeClass("ui-editor-selectmenu-visible")});c.widget("ui.editor",{_init:function(){-1===c.inArray(this,
17
+ c.ui.editor.instances)&&c.ui.editor.instances.push(this);var a=this;this.options=c.extend({},c.ui.editor.defaults,this.options);this.options.uiOrder=this.options.uiOrder||[["logo"],["save","cancel"],["dock","showGuides","clean"],["viewSource"],["undo","redo"],["alignLeft","alignCenter","alignJustify","alignRight"],["textBold","textItalic","textUnderline","textStrike"],["textSuper","textSub"],["listUnordered","listOrdered"],["hr","quoteBlock"],["fontSizeInc","fontSizeDec"],["colorPickerBasic"],["clearFormatting"],
18
+ ["link","unlink"],["embed"],["floatLeft","floatNone","floatRight"],["tagMenu"],["i18n"],["raptorize"],["statistics"],["debugReinit","debugDestroy"]];this.element.attr("id")||this.element.attr("id",this.getUniqueId());this.ready=!1;this.events={};this.ui={};this.plugins={};this.templates=c.extend({},c.ui.editor.templates);this.path=this.toolbarWrapper=this.toolbar=this.wrapper=this.target=null;this.visible=this.enabled=!1;this.uiObjects={};this.hotkeys={};this.options.enableHotkeys&&this.registerHotkey(this.hotkeys);
19
+ for(var b in this.options.bind)this.bind(b,this.options.bind[b]);this.history=[];this.present=0;this.historyEnabled=!0;da(this)&&(this.cloneDomTools(),this.setOriginalHtml(this.element.is(":input")?this.element.val():this.element.html()),this.element.is(":input")&&this.replaceOriginal(),this.attach(),this.loadPlugins(),this.dirty=!1,this.previousSelection=this.previousContent=null,b=this.persist("locale")||this.options.initialLocale,R(b),this.ready=!0,this.fire("ready"),this.options.autoEnable&&c(function(){a.showToolbar();
20
+ a.enableEditing()}))},attach:function(){this.bind("change",this.historyPush);this.bind("selectionChange",this.updateTagTree);this.bind("show",this.updateTagTree);var a=c.proxy(this.checkChange,this);this.getElement().find("img").bind("click."+this.widgetName,c.proxy(function(a){x(a.target)},this));this.getElement().bind("mouseup."+this.widgetName,a);this.getElement().bind("keyup."+this.widgetName,a);c(l).bind("beforeunload",c.proxy(c.ui.editor.unloadWarning,c.ui.editor));var b=this;c(l).resize(function(){b.fire("resize")})},
21
+ reinit:function(){if(this.ready){var a=this.enabled,b=this.visible;this.destruct(!0);this._init();a&&this.enableEditing();b&&this.showToolbar()}else{var c;c=function(){this.unbind("ready",c);this.reinit()};this.bind("ready",c)}},getElement:function(){return this.target?this.target:this.element},getOriginalElement:function(){return this.element},replaceOriginal:function(){if(!this.target){for(var a=c("<div/>").html(this.element.val()).insertBefore(this.element).attr("id",this.getUniqueId()).addClass(this.element.attr("class")),
22
+ b=U(this.element),d=0;d<this.options.replaceStyle.length;d++)a.css(this.options.replaceStyle[d],b[this.options.replaceStyle[d]]);this.element.hide();this.bind("change",function(){this.getOriginalElement().is(":input")?this.getOriginalElement().val(this.getHtml()):this.getOriginalElement().html(this.getHtml())});this.target=a}},cloneDomTools:function(){for(var a in this.options.domTools)this[a]||(this[a]=function(a){return function(){ba(this.getElement());var c=this.getHtml(),e=this.options.domTools[a].apply(this.options.domTools,
23
+ arguments);c!==this.getHtml()&&this.change();return e}}(a))},checkChange:function(){var a=i.serializeSelection();this.previousSelection!==a&&this.fire("selectionChange");this.previousSelection=a;var a=this.getCleanHtml(),b=this.dirty;this.dirty=this.getOriginalHtml()!==a;this.previousHtml!==a&&(this.previousHtml=a,this.change(),b!==this.dirty&&(this.dirty?this.fire("dirty"):this.fire("cleaned")))},change:function(){this.fire("change")},destruct:function(a){a||this.hideToolbar();this.disableEditing();
24
+ this.fire("destroy",!1);this.events={};this.getElement().unbind("."+this.widgetName);this.getOriginalElement().is(":input")&&(this.target.remove(),this.target=null,this.element.show());this.wrapper&&this.wrapper.remove()},destroy:function(){this.destruct();c.Widget.prototype.destroy.call(this)},persist:function(a,b){return!this.options.persistence?null:c.ui.editor.persist(a,b,this.options.namespace)},enableEditing:function(){this.isToolbarLoaded()||this.loadToolbar();this.enabled||(this.enabled=!0,
25
+ this.getElement().addClass(this.options.baseClass+"-editing"),this.options.partialEdit?this.getElement().find(this.options.partialEdit).attr("contenteditable",!0):this.getElement().attr("contenteditable",!0),this.execCommand("enableInlineTableEditing",!1,!1),this.execCommand("styleWithCSS",!0,!0),this.bindHotkeys(),this.fire("enabled"),this.fire("resize"))},disableEditing:function(){this.enabled&&(this.enabled=!1,this.getElement().attr("contenteditable",!1).removeClass(this.options.baseClass+"-editing"),
26
+ i.getSelection().removeAllRanges(),this.fire("disabled"))},isEditing:function(){return this.enabled},updateTagTree:function(){if(this.isEditing()){var a=this,b="",d=[],e=0;k(function(f){var f=f.commonAncestorContainer,h;h=3===f.nodeType?c(f).parent():c(f);!a.isRoot(h)&&!c.contains(a.getElement().get(0),h.get(0))&&(h=a.getElement());f=[];for(d.push(f);h[0]&&!a.isRoot(h)&&"body"!==h[0].tagName.toLowerCase();)f.push(h),h=h.parent();f.reverse();b&&(b+=" | ");b+=this.getTemplate("root");for(h=0;h<f.length;h++)b+=
27
+ this.getTemplate("tag",{element:f[h][0].tagName.toLowerCase(),data:"["+e+","+h+"]"});e++},null,this);b||(b=this.getTemplate("root"));this.path.html(b).find("a").click(function(){var b=c(this).data("ui-editor-selection");b?(x(d[b[0]][b[1]]),a.updateTagTree()):x(a.getElement())});this.fire("tagTreeUpdated")}},isRoot:function(a){return this.getElement()[0]===c(a)[0]},unify:function(a,b){!1!==b&&a(this);if(this.options.unify){var d=this;c.ui.editor.eachInstance(function(b){b!==d&&b.options.unify&&a(b)})}},
28
+ getUniqueId:function(){return c.ui.editor.getUniqueId()},loadMessages:function(){this.messages=c(this.getTemplate("messages")).appendTo(this.wrapper)},showMessage:function(a,b,d){var d=c.extend({},this.options.message,d),e;e={timer:null,editor:this,show:function(){this.element.slideDown();this.timer=l.setTimeout(function(){this.timer=null;e.hide()},d.delay,this)},hide:function(){this.timer&&(l.clearTimeout(this.timer),this.timer=null);this.element.stop().slideUp(c.proxy(function(){c.isFunction(d.hide)&&
29
+ d.hide.call(this);this.element.remove()},this))}};e.element=c(this.getTemplate("message",{type:a,message:b})).hide().appendTo(this.messages).find(".ui-editor-message-close").click(function(){e.hide()}).end();e.show();return e},showLoading:function(a,b){return this.showMessage("clock",a,b)},showInfo:function(a,b){return this.showMessage("info",a,b)},showError:function(a,b){return this.showMessage("circle-close",a,b)},showConfirm:function(a,b){return this.showMessage("circle-check",a,b)},showWarning:function(a,
30
+ b){return this.showMessage("alert",a,b)},loadToolbar:function(){var a=this.toolbar=c("<div/>").addClass(this.options.baseClass+"-toolbar"),a=this.toolbarWrapper=c("<div/>").addClass(this.options.baseClass+"-toolbar-wrapper").addClass("ui-widget-content").append(a),b=this.path=c("<div/>").addClass(this.options.baseClass+"-path").addClass("ui-widget-header").html(this.getTemplate("root")),d=this.wrapper=c("<div/>").addClass(this.options.baseClass+"-wrapper").css("display","none").append(b).append(a);
31
+ c.fn.draggable&&this.options.draggable&&(d.draggable({cancel:"a, button",cursor:"move",handle:".ui-editor-path",stop:c.proxy(function(){var a=this.persist("position",[d.css("top"),d.css("left")]);d.css({top:Math.abs(a[0]),left:Math.abs(a[1])})},this)}),d.css("position",""),(a=this.persist("position")||this.options.dialogPosition)||(a=[10,10]),parseInt(a[0],10)+d.outerHeight()>c(l).height()&&(a[0]=c(l).height()-d.outerHeight()),parseInt(a[1],10)+d.outerWidth()>c(l).width()&&(a[1]=c(l).width()-d.outerWidth()),
32
+ d.css({top:Math.abs(parseInt(a[0],10)),left:Math.abs(parseInt(a[1],10))}),this.loadMessages());c(function(){d.appendTo("body")});this.loadUi()},isToolbarLoaded:function(){return null!==this.wrapper},showToolbar:function(a){this.isToolbarLoaded()||this.loadToolbar();if(!this.visible){this.options.unify&&this.hideOtherToolbars(!0);this.visible=!0;this.wrapper.css("display","");this.fire("resize");"undefined"===typeof this.getElement().attr("tabindex")&&this.getElement().attr("tabindex",-1);if(a)if(a.select)a.select();
33
+ else{var b=l.getSelection();b.removeAllRanges();b.addRange(a)}var d=this;c(function(){d.fire("show");d.element.is(":input")||d.getElement().focus()})}},hideToolbar:function(){this.visible&&(this.visible=!1,this.wrapper.hide(),this.element.is(":input")&&this.element.show(),this.fire("hide"),this.fire("resize"))},hideOtherToolbars:function(){this.unify(function(a){a.hideToolbar()},!1)},isVisible:function(){return this.visible},getTemplate:function(a,b){var d;d=this.templates[a]?this.templates[a]:c.ui.editor.getTemplate(a,
34
+ this.options.urlPrefix);d=d.replace(/_\(['"]{1}(.*?)['"]{1}\)/g,function(a,b){b=b.replace(/\\(.?)/g,function(a,b){switch(b){case "\\":return"\\";case "0":return"\x00";case "":return"";default:return b}});return g(b)});b=c.extend({},this.options,b||{});b=this.getTemplateVars(b);return d=d.replace(/\{\{(.*?)\}\}/g,function(a,c){return b[c]})},getTemplateVars:function(a,b,c){b=b?b+".":"";c||(c=1);var e={},f;for(f in a)if("object"===typeof a[f]&&5>c){var h=this.getTemplateVars(a[f],b+f,++c),g;for(g in h)e[g]=
35
+ h[g]}else e[b+f]=a[f];return e},historyPush:function(){this.historyEnabled&&this.getHtml()!==this.historyPeak()&&(this.present!==this.history.length-1&&(this.history=this.history.splice(0,this.present+1)),this.history.push(this.getHtml()),this.present=this.history.length-1)},historyPeak:function(){return!this.history.length?null:this.history[this.present]},historyBack:function(){0<this.present&&(this.present--,this.setHtml(this.history[this.present]),this.historyEnabled=!1,this.change(),this.historyEnabled=
36
+ !0)},historyForward:function(){this.present<this.history.length-1&&(this.present++,this.setHtml(this.history[this.present]),this.historyEnabled=!1,this.change(),this.historyEnabled=!0)},registerHotkey:function(a,b,d){if("string"===typeof a)this.hotkeys[a]=c.extend({},{context:d,restoreSelection:!0},b);else for(var e in a)this.registerHotkey(e,a[e],d)},bindHotkeys:function(){for(var a in this.hotkeys){var b=this,c=this.hotkeys[a].force||!1;(this.options.enableHotkeys||c)&&this.getElement().bind("keydown."+
37
+ this.widgetName,a,function(a){p();var c=b.hotkeys[a.data];!0!==c.action.call(c.context)&&a.preventDefault();c.restoreSelection&&n();b.checkChange()})}},uiEnabled:function(a){return!1===this.options.enableUi&&"undefined"===typeof this.options.ui[a]||!1===this.options.ui[a]||-1!==c.inArray(a,this.options.disabledUi)?!1:!0},getUi:function(a){return this.uiObjects[a]},loadUi:function(){for(var a=0,b=this.options.uiOrder.length;a<b;a++){for(var d=this.options.uiOrder[a],e=c("<div/>"),f=0,h=d.length;f<
38
+ h;f++)if(this.uiEnabled(d[f])){var g=d[f].replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()});if(c.ui.editor.ui[d[f]]){var m=c.extend({},c.ui.editor.ui[d[f]]),g=c.extend(!0,{},this.options,{baseClass:this.options.baseClass+"-ui-"+g},m.options,this.options.ui[d[f]]);m.editor=this;m.options=g;m.ui=m.init(this,g);m.hotkeys&&T&&(this.registerHotkey(m.hotkeys,null,m),m.ui.title+=" ("+c.map(m.hotkeys,function(a,b){return b})[0]+")");m.ui.init(d[f],this,g,m).appendTo(e);this.uiObjects[d[f]]=m}}e.addClass("ui-buttonset").addClass(this.options.baseClass+
39
+ "-buttonset");0<e.children().length&&e.appendTo(this.toolbar)}c("<div/>").css("clear","both").appendTo(this.toolbar)},uiButton:function(a){return c.extend({button:null,options:{},init:function(a,d,e,f){var h=a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()}),e=c.extend({},d.options,{baseClass:d.options.baseClass+"-"+h+"-button"},this.options,d.options.ui[a]);this.title||(this.title=g("Unnamed Button"));this.button=c("<div/>").html(this.label||this.title).addClass(e.baseClass).attr("name",
40
+ a).attr("title",this.title).val(a);e.classes&&this.button.addClass(e.classes);this.button.bind("mousedown."+f.editor.widgetName,function(a){a.preventDefault()});var P=this;this.button.bind("mouseup."+f.editor.widgetName,function(a){a.preventDefault();P.click.apply(f,arguments);d.checkChange()});d.bind("destroy",c.proxy(function(){this.button.button("destroy").remove()},this));this.button.button({icons:{primary:this.icon||"ui-icon-"+h},disabled:e.disabled?!0:!1,text:this.text||!1,label:this.label||
41
+ null});this.ready.call(f);return this.button},disable:function(){this.button.button("option","disabled",!0)},enable:function(){this.button.button("option","disabled",!1)},ready:function(){},click:function(){}},a)},uiSelectMenu:function(a){return c.extend({select:null,selectMenu:null,button:null,menu:null,options:{},init:function(a,d){var e=this;e.select.attr("disabled","disabled");var f=a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()});c.extend({},d.options,{baseClass:d.options.baseClass+
42
+ f+"-select-menu"},e.options,d.options.ui[a]);e.title||(e.title=g("Unnamed Select Menu"));e.wrapper=c('<div class="ui-editor-selectmenu-wrapper"/>').append(e.select.hide()).addClass(e.select.attr("class"));e.selectMenu=c('<div class="ui-editor-selectmenu"/>').appendTo(e.wrapper);e.menu=c('<div class="ui-editor-selectmenu-menu ui-widget-content ui-corner-bottom ui-corner-tr"/>').appendTo(e.wrapper);e.select.find("option, .ui-editor-selectmenu-option").each(function(){c("<div/>").addClass("ui-editor-selectmenu-menu-item").addClass("ui-corner-all").html(c(this).html()).appendTo(e.menu).bind("mouseenter."+
43
+ d.widgetName,function(){c(this).addClass("ui-state-focus")}).bind("mouseleave."+d.widgetName,function(){c(this).removeClass("ui-state-focus")}).bind("mousedown."+d.widgetName,function(){return false}).bind("click."+d.widgetName,function(){var a=e.select.find("option, .ui-editor-selectmenu-option").eq(c(this).index()),a=a.attr("value")||a.val();e.select.val(a);e.update();e.wrapper.removeClass("ui-editor-selectmenu-visible");e.button.addClass("ui-corner-all").removeClass("ui-corner-top");e.change(a);
44
+ return false})});var f=c("<div/>").addClass("ui-editor-selectmenu-text"),h=c("<div/>").addClass("ui-icon ui-icon-triangle-1-s");e.button=c("<div/>").addClass("ui-editor-selectmenu-button ui-editor-selectmenu-button ui-button ui-state-default").attr("title",e.title).append(f).append(h).prependTo(e.selectMenu);e.button.bind("mousedown."+d.widgetName,function(){return false}).bind("click."+d.widgetName,function(){if(!c(this).hasClass("ui-state-disabled")){parseInt(e.menu.css("min-width"),10)<e.button.outerWidth()+
45
+ 10&&e.menu.css("min-width",e.button.outerWidth()+10);e.wrapper.toggleClass("ui-editor-selectmenu-visible");return false}}).bind("mouseenter."+d.widgetName,function(){c(this).hasClass("ui-state-disabled")||c(this).addClass("ui-state-hover",c(this).hasClass("ui-state-disabled"))}).bind("mouseleave."+d.widgetName,function(){c(this).removeClass("ui-state-hover")});f=e.select.find("option[value="+this.select.val()+"], .ui-editor-selectmenu-option[value="+this.select.val()+"]").html()||e.select.find("option, .ui-editor-selectmenu-option").first().html();
46
+ e.button.find(".ui-editor-selectmenu-text").html(f);return e.wrapper},update:function(){var a=this.select.find("option[value="+this.select.val()+"], .ui-editor-selectmenu-option[value="+this.select.val()+"]").html();this.button.find(".ui-editor-selectmenu-text").html(a)},val:function(){var a=this.select.val.apply(this.select,arguments);this.update();return a},change:function(){}},a)},getPlugin:function(a){return this.plugins[a]},loadPlugins:function(){this.options.plugins||(this.options.plugins={});
47
+ for(var a in c.ui.editor.plugins)if(!(!1===this.options.enablePlugins&&"undefined"===typeof this.options.plugins[a]||!1===this.options.plugins[a])&&-1===c.inArray(a,this.options.disabledPlugins)){var b=c.extend({},c.ui.editor.plugins[a]),d=a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()}),d=c.extend(!0,{},this.options,{baseClass:this.options.baseClass+"-"+d},b.options,this.options.plugins[a]);b.editor=this;b.options=d;b.init(this,d);b.hotkeys&&this.registerHotkey(b.hotkeys,null,b);this.plugins[a]=
48
+ b}},isDirty:function(){return this.dirty},getHtml:function(){var a=this.getElement().html(),a=c("<div/>").html(a);a.find(".rangySelectionBoundary").remove();return a=a.html()},getCleanHtml:function(){this.fire("clean");var a=this.getElement().html();this.fire("restore");a=c("<div/>").html(a);a.find(".rangySelectionBoundary").remove();return a=a.html()},setHtml:function(a){this.getElement().html(a);this.fire("html");this.change()},resetHtml:function(){this.setHtml(this.getOriginalHtml());this.fire("cleaned")},
49
+ getOriginalHtml:function(){return this.originalHtml},save:function(){var a=this.getCleanHtml();this.fire("save");this.setOriginalHtml(a);this.fire("saved");this.fire("cleaned");return a},setOriginalHtml:function(a){this.originalHtml=a},bind:function(a,b,d){var e=this.events;c.each(a.split(","),function(a,h){h=c.trim(h);e[h]||(e[h]=[]);e[h].push({context:d,callback:b})})},unbind:function(a,b,c){for(var e=0,f=this.events[a].length;e<f;e++)this.events[a][e]&&this.events[a][e].callback===b&&this.events[a][e].context===
50
+ c&&this.events[a].splice(e,1)},fire:function(a,b,d){d||this.fire("before:"+a,b,!0);if(this.events[a])for(var e=0,f=this.events[a].length;e<f;e++){var h=this.events[a][e];"undefined"!==typeof h.callback&&h.callback.call(h.context||this)}!1!==b&&c.ui.editor.fire(a);d||this.fire("after:"+a,b,!0)}});c.extend(c.ui.editor,{elementRemoveComments:function(a){a.contents().each(function(){8==this.nodeType&&c(this).remove()});a.children().each(function(){element.removeComments(c(this))});return a},elementRemoveAttributes:function(a,
51
+ b){a.children().each(function(){var a=c.map(this.attributes,function(a){if(-1===c.inArray(a.name,b))return a.name}),e=c(this);c.each(a,function(a,b){e.removeAttr(b)});element.removeAttributes(c(this),b)});return a},elementBringToTop:K,elementOuterHtml:o,elementOuterText:function(a){return a.clone().wrap("<div/>").parent().text()},elementIsBlock:function(a){return"block"===G(a.tagName)},elementDefaultDisplay:G,elementIsValid:H,elementGetStyles:U,elementWrapInner:V,elementToggleStyle:W,elementSwapStyles:function(a,
52
+ b,c){for(var e in c)a.css(e,b.css(e)),b.css(e,c[e])},fragmentToHtml:v,fragmentInsertBefore:function(a,b,d){for(var e=0,f=a.childNodes.length;e<f;e++){var h=a.childNodes.item(e);(h=3===h.nodeType?h.nodeValue:c(h).html())&&c("<"+d+"/>").html(c.trim(h)).insertBefore(b)}},rangeExpandToParent:function(a){a.setStartBefore(a.startContainer);a.setEndAfter(a.endContainer)},rangeGetCommonAncestor:Y,rangeIsEmpty:Z,selectionSave:p,selectionRestore:n,selectionDestroy:I,selectionEachRange:k,selectionReplace:t,
53
+ selectionSelectInner:B,selectionSelectOuter:x,selectionSelectEdge:L,selectionSelectEnd:$,selectionSelectStart:w,selectionGetHtml:y,selectionGetElements:j,selectionToggleWrapper:s,selectionExists:function(a){var b=!1;k(function(a){Z(a)||(b=!0)},a,this);return b},selectionReplaceSplittingSelectedElement:O,selectionReplaceWithinValidTags:C,selectionToggleBlockStyle:D,stringStripTags:J,typeIsNumber:z,defaults:{plugins:{},ui:{},bind:{},domTools:{unwrapParentTag:function(a){j().each(function(){c(this).is(a)&&
54
+ c(this).replaceWith(c(this).html())})},execCommand:function(a,b,c){try{document.execCommand(a,b,c)}catch(e){}},insertTag:function(a,b){k(function(b){b.insertNode(c("<"+a+"/>")[0])},b,this)},insertTagAtEnd:function(a,b){k(function(b){b.insertNodeAtEnd(c("<"+a+"/>")[0])},b,this)},insertElement:function(a,b,d){k(function(d){c(a).each(function(){d.insertNode(!1===b?this:this.cloneNode(!0))})},d,this)},insertElementAtEnd:function(a,b,d){k(function(d){c(a).each(function(){d.insertNodeAtEnd(!1===b?this:
55
+ this.cloneNode(!0))})},d,this)},inverseWrapWithTagClass:function(a,b,d,e){p();var f="domTools"+Math.ceil(1E7*Math.random());k(function(a){var c=i.createCssClassApplier(e,{elementTagName:d});c.isAppliedToRange(a)?c.toggleSelection():i.createCssClassApplier(b,{elementTagName:f}).toggleSelection()},null,this);c(f).each(function(){c(this).replaceWith(c("<"+a+"/>").addClass(b).html(c(this).html()))});n()}},namespace:null,unify:!0,persistence:!0,persistenceName:"uiEditor",unloadWarning:!0,autoEnable:!1,
56
+ partialEdit:!1,enablePlugins:!0,disabledPlugins:[],uiOrder:null,enableUi:!0,disabledUi:[],message:{delay:5E3},replaceStyle:"display,position,float,width,padding-left,padding-right,padding-top,padding-bottom,margin-left,margin-right,margin-top,margin-bottom".split(","),baseClass:"ui-editor",cssPrefix:"cms-",draggable:!0,enableHotkeys:!0,hotkeys:{},supplementaryClass:"supplementary-element-class",initialLocale:"en"},events:{},plugins:{},ui:{},instances:[],getInstances:function(){return this.instances},
57
+ eachInstance:function(a){for(var b=0;b<this.instances.length;b++)a.call(this.instances[b],this.instances[b])},urlPrefix:"/raptor/",templates:{"paste.dialog":'<div class="ui-editor-paste-panel ui-dialog-content ui-widget-content">\n <div class="ui-editor-paste-panel-tabs ui-tabs ui-widget ui-widget-content ui-corner-all">\n <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">\n <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a>_(\'Plain Text\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Formatted &amp; Cleaned\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Formatted Unclean\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Source Code\')</a></li>\n </ul>\n <div class="ui-editor-paste-plain-tab">\n <textarea class="ui-editor-paste-area ui-editor-paste-plain">{{plain}}</textarea>\n </div>\n <div class="ui-editor-paste-markup-tab" style="display: none">\n <div contenteditable="true" class="ui-editor-paste-area ui-editor-paste-markup">{{markup}}</div>\n </div>\n <div class="ui-editor-paste-rich-tab" style="display: none">\n <div contenteditable="true" class="ui-editor-paste-area ui-editor-paste-rich">{{html}}</div>\n </div>\n <div class="ui-editor-paste-source-tab" style="display: none">\n <textarea class="ui-editor-paste-area ui-editor-paste-source">{{html}}</textarea>\n </div>\n </div>\n</div>\n',
58
+ "imageresize.manually-resize-image":'<div>\n <fieldset>\n <label for="{{baseClass}}-width">_(\'Image width\')</label>\n <input id="{{baseClass}}-width" name="width" type="text" value="{{width}}" placeholder="_(\'Image width\')"/>\n </fieldset>\n <fieldset>\n <label for="{{baseClass}}-height">_(\'Image height\')</label>\n <input id="{{baseClass}}-height" name="height" type="text" value="{{height}}" placeholder="_(\'Image height\')"/>\n </fieldset>\n</div>',"viewsource.dialog":'<div style="display:none" class="{{baseClass}}-dialog">\n <div class="{{baseClass}}-plain-text">\n <textarea>{{source}}</textarea>\n </div>\n</div>\n',
59
+ "statistics.dialog":"<div>\n <ul>\n <li>{{characters}}</li>\n <li>{{words}}</li>\n <li>{{sentences}}</li>\n <li>{{truncation}}</li>\n </ul>\n</div>\n","i18n.menu":'<select autocomplete="off" name="tag" class="ui-editor-tag-select">\n <option value="na">_(\'N/A\')</option>\n <option value="p">_(\'Paragraph\')</option>\n <option value="h1">_(\'Heading&nbsp;1\')</option>\n <option value="h2">_(\'Heading&nbsp;2\')</option>\n <option value="h3">_(\'Heading&nbsp;3\')</option>\n <option value="div">_(\'Divider\')</option>\n</select>\n',
60
+ "link.label":'<label>\n <input class="{{classes}}" type="radio" value="{{type}}" name="link-type" autocomplete="off"/>\n <span>{{title}}</span>\n</label>\n',"link.email":'<h2>_(\'Link to an email address\')</h2>\n<fieldset class="{{baseClass}}-email">\n <label for="{{baseClass}}-email">_(\'Email\')</label>\n <input id="{{baseClass}}-email" name="email" type="text" placeholder="_(\'Enter email address\')"/>\n</fieldset>\n<fieldset class="{{baseClass}}-email">\n <label for="{{baseClass}}-email-subject">_(\'Subject (optional)\')</label>\n <input id="{{baseClass}}-email-subject" name="subject" type="text" placeholder="_(\'Enter subject\')"/>\n</fieldset>\n',
61
+ "link.error":'<div style="display:none" class="ui-widget {{baseClass}}-error-message {{messageClass}}">\n <div class="ui-state-error ui-corner-all"> \n <p>\n <span class="ui-icon ui-icon-alert"></span> \n {{message}}\n </p>\n </div>\n</div>',"link.dialog":'<div style="display:none" class="{{baseClass}}-panel">\n <div class="{{baseClass}}-menu">\n <p>_(\'Choose a link type:\')</p>\n <fieldset></fieldset>\n </div>\n <div class="{{baseClass}}-wrap">\n <div class="{{baseClass}}-content"></div>\n </div>\n</div>\n',
62
+ "link.file-url":'<h2>_(\'Link to a document or other file\')</h2>\n<fieldset>\n <label for="{{baseClass}}-external-href">_(\'Location\')</label>\n <input id="{{baseClass}}-external-href" value="http://" name="location" class="{{baseClass}}-external-href" type="text" placeholder="_(\'Enter your URL\')" />\n</fieldset>\n<h2>_(\'New window\')</h2>\n<fieldset>\n <label for="{{baseClass}}-external-target">\n <input id="{{baseClass}}-external-target" name="blank" type="checkbox" />\n <span>_(\'Check this box to have the file open in a new browser window\')</span>\n </label>\n</fieldset>\n<h2>_(\'Not sure what to put in the box above?\')</h2>\n<ol>\n <li>_(\'Ensure the file has been uploaded to your website\')</li>\n <li>_(\'Open the uploaded file in your browser\')</li>\n <li>_("Copy the file\'s URL from your browser\'s address bar and paste it into the box above")</li>\n</ol>\n',
63
+ "link.external":'<h2>_(\'Link to a page on this or another website\')</h2>\n<fieldset>\n <label for="{{baseClass}}-external-href">_(\'Location\')</label>\n <input id="{{baseClass}}-external-href" value="http://" name="location" class="{{baseClass}}-external-href" type="text" placeholder="_(\'Enter your URL\')" />\n</fieldset>\n<h2>_(\'New window\')</h2>\n<fieldset>\n <label for="{{baseClass}}-external-target">\n <input id="{{baseClass}}-external-target" name="blank" type="checkbox" />\n <span>_(\'Check this box to have the link open in a new browser window\')</span>\n </label>\n</fieldset>\n<h2>_(\'Not sure what to put in the box above?\')</h2>\n<ol>\n <li>_(\'Find the page on the web you want to link to\')</li>\n <li>_(\'Copy the web address from your browser\'s address bar and paste it into the box above\')</li>\n</ol>\n',
64
+ "clickbuttontoedit.edit-button":"<button class=\"{{baseClass}}-button\">_('Click to begin editing')</button>\n","embed.dialog":'<div style="display:none" class="{{baseClass}}-dialog">\n <div class="ui-editor-embed-panel-tabs ui-tabs ui-widget ui-widget-content ui-corner-all">\n <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">\n <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a>_(\'Embed Code\')</a></li>\n <li class="ui-state-default ui-corner-top"><a>_(\'Preview\')</a></li>\n </ul>\n <div class="ui-editor-embed-code-tab">\n <p>_(\'Paste your embed code into the text area below.\')</p>\n <textarea></textarea>\n </div>\n <div class="ui-editor-preview-tab" style="display: none">\n <p>_(\'A preview of your embedded object is displayed below.\')</p>\n <div class="ui-editor-embed-preview"></div>\n </div>\n </div>\n</div>\n',
65
+ "cancel.dialog":"<div>\n _('Are you sure you want to stop editing?')\n <br/><br/>\n _('All changes will be lost!')\n</div>\n","tagmenu.menu":'<select autocomplete="off" name="tag" class="ui-editor-tag-select">\n <option value="na">_(\'N/A\')</option>\n <option value="p">_(\'Paragraph\')</option>\n <option value="h1">_(\'Heading&nbsp;1\')</option>\n <option value="h2">_(\'Heading&nbsp;2\')</option>\n <option value="h3">_(\'Heading&nbsp;3\')</option>\n</select>\n',"unsavededitwarning.warning":'<div title="_(\'This block contains unsaved changes\')" class="{{baseClass}}">\n <span class="ui-icon ui-icon-alert"></span>\n <span>There are unsaved edits on this page</span>\n</div>',
66
+ root:"<a href=\"javascript: // _('Select all editable content')\" \n class=\"{{baseClass}}-select-element\"\n title=\"_('Click to select all editable content')\">_('root')</a> \n",message:'<div class="{{baseClass}}-message-wrapper {{baseClass}}-message-{{type}}">\n <div class="ui-icon ui-icon-{{type}}" />\n <div class="{{baseClass}}-message">{{message}}</div>\n <div class="{{baseClass}}-message-close ui-icon ui-icon-circle-close"></div>\n</div>\n',tag:' &gt; <a href="javascript: // _(\'Select {{element}} element\')" \n class="{{baseClass}}-select-element"\n title="_(\'Click to select the contents of the \'{{element}}\' element\')"\n data-ui-editor-selection="{{data}}">{{element}}</a> \n',
67
+ unsupported:'<div class="{{baseClass}}-unsupported-overlay"></div>\n<div class="{{baseClass}}-unsupported-content">\n It has been detected that you a using a browser that is not supported by Raptor, please\n use one of the following browsers:\n\n <ul>\n <li><a href="http://www.google.com/chrome">Google Chrome</a></li>\n <li><a href="http://www.firefox.com">Mozilla Firefox</a></li>\n <li><a href="http://www.google.com/chromeframe">Internet Explorer with Chrome Frame</a></li>\n </ul>\n\n <div class="{{baseClass}}-unsupported-input">\n <button class="{{baseClass}}-unsupported-close">Close</button>\n <input name="{{baseClass}}-unsupported-show" type="checkbox" />\n <label>Don\'t show this message again</label>\n </div>\n<div>',
68
+ messages:'<div class="{{baseClass}}-messages" />\n'},getTemplate:function(a,b){var d;if(this.templates[a])d=this.templates[a];else{var e=b||this.urlPrefix,f=a.split("."),e=1===f.length?e+("templates/"+f[0]+".html"):e+("plugins/"+f[0]+"/templates/"+f.splice(1).join("/")+".html");c.ajax({url:e,type:"GET",async:!1,timeout:15E3,error:function(){d=null},success:function(a){d=a}});this.templates[a]=d}return d},getUniqueId:function(){for(var a=c.ui.editor.defaults.baseClass+"-uid-"+(new Date).getTime()+
69
+ "-"+Math.floor(1E5*Math.random());c("#"+a).length;)a=c.ui.editor.defaults.baseClass+"-uid-"+(new Date).getTime()+"-"+Math.floor(1E5*Math.random());return a},isDirty:function(){for(var a=this.getInstances(),b=0;b<a.length;b++)if(a[b].isDirty())return!0;return!1},unloadWarning:function(){for(var a=this.getInstances(),b=0;b<a.length;b++)if(a[b].isDirty()&&a[b].isEditing()&&a[b].options.unloadWarning)return g("\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes")},
70
+ defaultUi:{ui:null,editor:null,options:null,init:function(){},persist:function(a,b){return this.editor.persist(a,b)},bind:function(a,b,c){this.editor.bind(a,b,c||this)},unbind:function(a,b,c){this.editor.unbind(a,b,c||this)}},registerUi:function(a,b){if("string"===typeof a)this.ui[a]=c.extend({},this.defaultUi,b);else for(var d in a)this.registerUi(d,a[d])},defaultPlugin:{editor:null,options:null,init:function(){},persist:function(a,b){return this.editor.persist(a,b)},bind:function(a,b,c){this.editor.bind(a,
71
+ b,c||this)},unbind:function(a,b,c){this.editor.unbind(a,b,c||this)}},registerPlugin:function(a,b){if("string"===typeof a)this.plugins[a]=c.extend({},this.defaultPlugin,b);else for(var d in a)this.registerPlugin(d,a[d])},bind:function(a,b){this.events[a]||(this.events[a]=[]);this.events[a].push(b)},unbind:function(a){c.each(this.events,function(b){for(var c=0;c<this.length;c++)this[c]===a&&this.events[b].splice(c,1)})},fire:function(a){if(this.events[a])for(var b=0,c=this.events[a].length;b<c;b++)this.events[a][b].call(this)},
72
+ persist:function(a,b,c){a=c?c+"."+a:a;if(localStorage){c=localStorage.uiWidgetEditor?JSON.parse(localStorage.uiWidgetEditor):{};if(b===E)return c[a];c[a]=b;localStorage.uiWidgetEditor=JSON.stringify(c)}return b}});var F,S,T;c.ui.editor.registerUi({alignLeft:{init:function(a){return a.uiButton({title:g("Left Align"),click:function(){D({"text-align":"left"},a.getElement())}})}},alignJustify:{init:function(a){return a.uiButton({title:g("Justify"),click:function(){D({"text-align":"justify"},a.getElement())}})}},
73
+ alignCenter:{init:function(a){return a.uiButton({title:g("Center Align"),click:function(){D({"text-align":"center"},a.getElement())}})}},alignRight:{init:function(a){return a.uiButton({title:g("Right Align"),click:function(){D({"text-align":"right"},a.getElement())}})}}});c.ui.editor.registerUi({textBold:{hotkeys:{"ctrl+b":{action:function(){this.ui.click()}}},init:function(a,b){return this.editor.uiButton({title:g("Bold"),click:function(){s("strong",{classes:b.classes||b.cssPrefix+"bold"})}})}},
74
+ textItalic:{hotkeys:{"ctrl+i":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:g("Italic"),click:function(){s("em",{classes:b.classes||b.cssPrefix+"italic"})}})}},textUnderline:{hotkeys:{"ctrl+u":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:g("Underline"),click:function(){s("u",{classes:b.classes||b.cssPrefix+"underline"})}})}},textStrike:{hotkeys:{"ctrl+k":{action:function(){this.ui.click()}}},init:function(a,b){return a.uiButton({title:g("Strikethrough"),
75
+ click:function(){s("del",{classes:b.classes||b.cssPrefix+"strike"})}})}},textSub:{init:function(a,b){return a.uiButton({title:g("Sub script"),click:function(){s("sub",{classes:b.classes||b.cssPrefix+"sub"})}})}},textSuper:{init:function(a,b){return a.uiButton({title:g("Super script"),click:function(){s("sup",{classes:b.classes||b.cssPrefix+"super"})}})}}});c.ui.editor.registerUi({quoteBlock:{init:function(a,b){return a.uiButton({title:g("Blockquote"),icon:"ui-icon-quote",click:function(){s("blockquote",
76
+ {classes:b.classes||b.cssPrefix+"blockquote"})}})}}});c.ui.editor.registerUi({cancel:{hotkeys:{esc:{action:function(){this.confirm()}}},init:function(a){return a.uiButton({name:"cancel",title:g("Cancel"),icons:{primary:"ui-icon-cancel"},dialog:null,click:function(){this.confirm()}})},confirm:function(){var a=this.editor.getPlugin("cancel"),b=this.editor,d=function(){return a.options.callback&&c.isFunction(a.options.callback)&&!1===a.options.callback.call(a)?!1:!0};b.isDirty()?(this.dialog||(this.dialog=
77
+ c(b.getTemplate("cancel.dialog"))),this.dialog.dialog({modal:!0,resizable:!1,title:g("Confirm Cancel Editing"),dialogClass:b.options.dialogClass+" "+b.options.baseClass,show:b.options.dialogShowAnimation,hide:b.options.dialogHideAnimation,buttons:[{text:g("OK"),click:function(){d()&&a.cancel();c(this).dialog("close")}},{text:g("Cancel"),click:function(){c(this).dialog("close")}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});
78
+ a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){c(this).dialog("destroy").remove()}})):d()&&a.cancel()}}});c.ui.editor.registerPlugin({cancel:{options:{callback:null},cancel:function(){this.editor.unify(function(a){a.fire("cancel");a.resetHtml();a.hideToolbar();a.disableEditing();I()})}}});c.ui.editor.registerPlugin("clean",{options:{stripAttrs:["_moz_dirty"],stripAttrContent:{type:"_moz"},stripEmptyTags:"span,h1,h2,h3,h4,h5,h6,p,b,i,u,strong,em,big,small,div".split(","),
79
+ stripEmptyAttrs:["class","id","style"],stripDomains:[{selector:"a",attributes:["href"]},{selector:"img",attributes:["src"]}]},init:function(a){a.bind("change",this.clean,this)},clean:function(){var a,b=this.editor;for(a=0;a<this.options.stripAttrs.length;a++)b.getElement().find("["+this.options.stripAttrs[a]+"]").removeAttr(this.options.stripAttrs[a]);for(a=0;a<this.options.stripAttrContent.length;a++)b.getElement().find("["+a+'="'+this.options.stripAttrs[a]+'"]').removeAttr(this.options.stripAttrs[a]);
80
+ for(a=0;a<this.options.stripEmptyTags.length;a++)b.getElement().find(this.options.stripEmptyTags[a]).filter(function(){if(c(this).hasClass(b.options.supplementaryClass)||c(this).hasClass("rangySelectionBoundary")&&!1!==r)return!1;if(""===c.trim(c(this).html()))return!0}).remove();for(a=0;a<this.options.stripEmptyAttrs.length;a++){var d=this.options.stripEmptyAttrs[a];b.getElement().find("["+this.options.stripEmptyAttrs[a]+"]").filter(function(){return""===c.trim(c(this).attr(d))}).removeAttr(this.options.stripEmptyAttrs[a])}var e=
81
+ l.location.protocol+"//"+l.location.host,f="//"+l.location.host;for(a=0;a<this.options.stripDomains.length;a++){var h=this.options.stripDomains[a];this.editor.getElement().find(h.selector).each(function(){for(var a=0;a<h.attributes.length;a++){var b=c(this).attr(h.attributes[a]);"undefined"!==typeof b&&(0===b.indexOf(e)?c(this).attr(h.attributes[a],b.substr(e.length)):0===b.indexOf(f)&&c(this).attr(h.attributes[a],b.substr(f.length)))}})}this.editor.getElement().find("ul, ol").each(function(){c(this).find(" > :not(li)").each(function(){G(c(this).attr("tag"))?
82
+ c(this).replaceWith(c("<li>"+c(this).html()+"</li>").appendTo("body")):c(this).wrap(c("<li>"))})})}});c.ui.editor.registerUi({clean:{init:function(a){return a.uiButton({title:g("Remove unnecessary markup from editor content"),click:function(){a.getPlugin("clean").clean()}})}}});c.ui.editor.registerUi({clearFormatting:{init:function(a){return this.editor.uiButton({title:g("Clear Formatting"),click:function(){var b=i.getSelection();if(0<b.rangeCount){var d=b.getRangeAt(0).cloneRange(),e=d.extractContents();
83
+ ""===v(e)&&(a.expandToParent(d),b.setSingleRange(d),e=d.extractContents());e=c("<div/>").append(v(e)).text();for(b=d.commonAncestorContainer;b&&b.parentNode!=a.getElement().get(0);)b=b.parentNode;if(b){d.setEndAfter(b);var f=d.extractContents();d.collapseAfter(b);d.insertNode(f);d.collapseAfter(b)}d.insertNode(document.createTextNode(e))}a.checkChange()}})}}});c.ui.editor.registerPlugin({clickButtonToEdit:{hovering:!1,buttonClass:null,buttonSelector:null,button:!1,options:{button:{text:!0,icons:{primary:"ui-icon-pencil"}},
84
+ callback:null},init:function(a,b){var d=this;this.buttonClass=this.options.baseClass+"-button-element";this.buttonSelector="."+this.buttonClass;this.show=function(){if(!a.isEditing()){a.getElement().addClass(b.baseClass+"-highlight");a.getElement().addClass(b.baseClass+"-hover");var e=d.getButton();var f=a.getElement(),f=c(f),h=Math.round(f.offset().top),g=Math.round(f.offset().left),m=Math.round(f.outerWidth()),f=Math.round(f.outerHeight()),i=c(l).scrollTop(),ca=c(l).height(),j=i+ca,k=Math.round(f+
85
+ h);i<h&&j>k||(i>h&&(h=i),f=j<k?j-h:ca-(j-k));e.css({position:"absolute",top:h+(f/2-c(e).outerHeight()/2),left:g+m/2-c(e).outerWidth()/2})}};this.hide=function(e){var f=d.getButton();if(!e||!(e.relatedTarget===f.get(0)||f.get(0)===c(e.relatedTarget).parent().get(0)))a.getElement().removeClass(b.baseClass+"-highlight"),a.getElement().removeClass(b.baseClass+"-hover"),d.destroyButton()};this.edit=function(){if(d.options.callback&&c.isFunction(d.options.callback)&&!1===d.options.callback.call(d))return!1;
86
+ d.hide();a.isEditing()||a.enableEditing();a.isVisible()||a.showToolbar()};this.buttonOut=function(b){b.relatedTarget===d.getButton().get(0)||b.relatedTarget===a.getElement().get(0)||c.contains(a.getElement().get(0),b.relatedTarget)||d.hide()};a.getElement().addClass("ui-editor-click-button-to-edit");a.bind("ready, hide, cancel",function(){a.getElement().bind("mouseenter."+a.widgetName,d.show);a.getElement().bind("mouseleave."+a.widgetName,d.hide)});a.bind("show",function(){d.destroyButton();a.getElement().unbind("mouseenter."+
87
+ a.widgetName,d.show);a.getElement().unbind("mouseleave."+a.widgetName,d.hide)})},getButton:function(){c(this.buttonSelector).length||(this.button=c(this.editor.getTemplate("clickbuttontoedit.edit-button",this.options)).appendTo("body").addClass(this.buttonClass),this.button.button(this.options.button));this.button=c(this.buttonSelector);this.button.unbind("click."+this.editor.widgetName).bind("click."+this.editor.widgetName,this.edit);this.button.unbind("mouseleave."+this.editor.widgetName).bind("mouseleave."+
88
+ this.editor.widgetName,this.buttonOut);return this.button},destroyButton:function(){"undefined"===typeof this.button||!1===this.button||(this.button.button("destroy").remove(),this.button=!1)}}});c.ui.editor.registerPlugin("dock",{enabled:!1,docked:!1,topSpacer:null,bottomSpacer:null,options:{docked:!1,dockToElement:!1,dockUnder:!1,persist:!0,persistID:null},init:function(){this.bind("show",this.show);this.bind("resize",this.resize,this);this.bind("hide",this.hide);this.bind("disabled",this.disable);
89
+ this.bind("cancel",this.cancel);this.bind("destroy",this.destroy,this)},show:function(){this.enabled?this.isDocked()&&this.showSpacers():((this.loadState()||this.options.docked)&&this.dock(),this.enabled=!0)},hide:function(){this.hideSpacers();this.editor.toolbar.css("width","auto")},resize:function(){if(this.editor.toolbar&&!this.options.dockToElement&&this.editor.toolbar.is(":visible")){var a=c("."+this.options.baseClass+"-top-spacer");a.length&&a.height(this.editor.toolbar.outerHeight())}},showSpacers:function(){!this.options.dockToElement&&
90
+ this.editor.toolbar.is(":visible")&&(this.topSpacer=c("<div/>").addClass(this.options.baseClass+"-top-spacer").height(this.editor.toolbar.outerHeight()).prependTo("body"),this.bottomSpacer=c("<div/>").addClass(this.options.baseClass+"-bottom-spacer").height(this.editor.path.outerHeight()).appendTo("body"),this.editor.fire("resize"))},hideSpacers:function(){this.topSpacer&&(this.topSpacer.remove(),this.topSpacer=null);this.bottomSpacer&&(this.bottomSpacer.remove(),this.bottomSpacer=null);this.editor.fire("resize")},
91
+ swapStyle:function(a,b,c){var e={},f;for(f in c)a.css(f,b.css(f)),e[f]=b.css(f),b.css(f,c[f]);return e},revertStyle:function(a,b){for(var c in b)a.css(c,b[c])},getDockToElementWrapper:function(){var a=this.options.baseClass+"-docked-to-element-wrapper-"+this.editor.getElement().attr("id");wrapper=c("#"+a);wrapper.length||(wrapper=c("<div/>").insertBefore(this.editor.getElement()).addClass(this.options.baseClass+"-docked-to-element-wrapper").attr("id",a));return wrapper},dockToElement:function(){wrapper=
92
+ this.getDockToElementWrapper();this.editor.wrapper.appendTo(wrapper);this.swapStyle(wrapper,this.editor.getElement(),{display:this.editor.getElement().css("display")||"block","float":this.editor.getElement().css("float")||"none",clear:this.editor.getElement().css("clear")||"none",position:this.editor.getElement().css("position")||"static",margin:this.editor.getElement().css("margin")||0,"margin-left":this.editor.getElement().css("margin-left")||0,"margin-right":this.editor.getElement().css("margin-right")||
93
+ 0,"margin-top":this.editor.getElement().css("margin-top")||0,"margin-bottom":this.editor.getElement().css("margin-bottom")||0,padding:this.editor.getElement().css("padding")||0,"padding-left":this.editor.getElement().css("padding-left")||0,"padding-right":this.editor.getElement().css("padding-right")||0,"padding-top":this.editor.getElement().css("padding-top")||0,"padding-bottom":this.editor.getElement().css("padding-bottom")||0,outline:this.editor.getElement().css("outline")||0,width:this.editor.getElement().css("width")||
94
+ "auto",border:this.editor.getElement().css("border")||"none"});wrapper.css("width",wrapper.width()+parseInt(this.editor.getElement().css("padding-left"),10)+parseInt(this.editor.getElement().css("padding-right"),10));this.editor.getElement().appendTo(this.editor.wrapper).addClass(this.options.baseClass+"-docked-element")},undockFromElement:function(){this.editor.getElement().insertAfter(this.editor.wrapper).removeClass(this.options.baseClass+"-docked-element");this.editor.wrapper.appendTo("body").removeClass(this.options.baseClass+
95
+ "-docked-to-element");this.editor.wrapper.css("width","auto")},dockToBody:function(){var a=0;c(this.options.dockUnder).length&&(a=c(this.options.dockUnder).outerHeight());this.top=this.editor.toolbarWrapper.css("top");this.editor.toolbarWrapper.css("top",a);this.editor.wrapper.addClass(this.options.baseClass+"-docked");this.editor.messages.css("top",a+this.editor.toolbar.outerHeight())},undockFromBody:function(){this.editor.toolbarWrapper.css("top",this.top);this.editor.wrapper.removeClass(this.options.baseClass+
96
+ "-docked");this.hideSpacers()},dock:function(){if(!this.docked){this.docked=this.saveState(!0);this.options.dockToElement?this.dockToElement():this.dockToBody();var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-w"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").addClass("ui-widget-header");this.showSpacers()}},undock:function(){if(this.docked){this.docked=
97
+ this.destroying?!1:this.saveState(!1);this.editor.toolbar.find("."+this.editor.options.baseClass+"-inner").removeClass("ui-widget-header");var a=this.editor.wrapper.find("."+this.options.baseClass+"-button").button({icons:{primary:"ui-icon-pin-s"}});a.attr("title")?a.attr("title",this.getTitle()):a.attr("data-title",this.getTitle());this.options.dockToElement?this.undockFromElement():this.undockFromBody();this.editor.fire("resize")}},isDocked:function(){return this.docked},getTitle:function(){return this.isDocked()?
98
+ g("Click to detach the toolbar"):g("Click to dock the toolbar")},saveState:function(a){if(this.persist)return this.persistID?this.persist("docked:"+this.persistID,a):this.persist("docked",a),a},loadState:function(){return!this.persist?null:this.persistID?this.persist("docked:"+this.persistID):this.persist("docked")},disable:function(){this.hideSpacers()},cancel:function(){var a=this.getDockToElementWrapper();a&&a.length&&a.remove()},destroy:function(){this.destroying=!0;this.undock()}});c.ui.editor.registerUi({dock:{hotkeys:{"ctrl+d":{action:function(){this.ui.click()}}},
99
+ init:function(a){return a.uiButton({title:a.getPlugin("dock").getTitle(),icon:a.getPlugin("dock").isDocked()?"ui-icon-pin-w":"ui-icon-pin-s",click:function(){var b=a.getPlugin("dock");b.isDocked()?b.undock():b.dock();a.unify(function(a){a=a.getPlugin("dock");a.isDocked()?a.dock():a.undock()})}})}}});c.ui.editor.registerUi({embed:{dialog:null,init:function(a){a.bind("hide",this.hide,this);return a.uiButton({icon:"ui-icon-youtube",title:g("Embed object"),click:function(){this.show()}})},hide:function(){this.dialog&&
100
+ c(this.dialog).dialog("destroy").remove();this.dialog=null;c(this.ui.button).button("option","disabled",!1)},show:function(){if(!this.dialog){c(this.ui.button).button("option","disabled",!0);var a=this;p();this.dialog=c(this.editor.getTemplate("embed.dialog"));this.dialog.dialog({modal:!1,width:600,height:400,resizable:!0,title:g("Paste Embed Code"),autoOpen:!0,dialogClass:a.options.baseClass+" "+a.options.dialogClass,buttons:[{text:g("Embed Object"),click:function(){n();t(c(this).find("textarea").val());
101
+ c(this).dialog("close")}},{text:g("Close"),click:function(){a.hide()}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var d=c(this).find(".ui-editor-embed-panel-tabs");d.find("ul li").click(function(){d.find("ul li").removeClass("ui-state-active").removeClass("ui-tabs-selected");c(this).addClass("ui-state-active").addClass("ui-tabs-selected");
102
+ d.children("div").hide().eq(c(this).index()).show()});var e=c(this).find(".ui-editor-embed-preview");c(this).find("textarea").change(function(){c(e).html(c(this).val())})},close:function(){a.hide()}})}}}});c.ui.editor.registerPlugin("emptyElement",{options:{tag:"<p/>"},init:function(){this.bind("change",this.change)},change:function(){var a=this;this.textNodes(this.editor.getElement()).each(function(){c(this).wrap(c(a.options.tag));$(this)});this.editor.checkChange()},textNodes:function(a){return c(a).contents().filter(function(){return 3==
103
+ this.nodeType&&c.trim(this.nodeValue).length})}});c.ui.editor.registerUi({floatLeft:{init:function(a){return a.uiButton({title:g("Float Image Left"),click:function(){k(function(a){c(a.commonAncestorContainer).find("img").css("float","left")})}})}},floatRight:{init:function(a){return a.uiButton({title:g("Float Image Right"),click:function(){k(function(a){c(a.commonAncestorContainer).find("img").css("float","right")})}})}},floatNone:{init:function(a){return a.uiButton({title:g("Remove Image Float"),
104
+ click:function(){k(function(a){c(a.commonAncestorContainer).find("img").css("float","none")})}})}}});c.ui.editor.registerUi({fontSizeInc:{init:function(a,b){return a.uiButton({title:g("Increase Font Size"),click:function(){a.inverseWrapWithTagClass("big",b.cssPrefix+"big","small",b.cssPrefix+"small")}})}},fontSizeDec:{init:function(a,b){return a.uiButton({title:g("Decrease Font Size"),click:function(){a.inverseWrapWithTagClass("small",b.cssPrefix+"small","big",b.cssPrefix+"big")}})}}});c.ui.editor.registerUi({showGuides:{init:function(a,
105
+ b){a.bind("cancel",this.cancel,this);a.bind("destroy",this.cancel,this);return a.uiButton({title:g("Show Guides"),icon:"ui-icon-pencil",click:function(){a.getElement().toggleClass(b.baseClass+"-visible")}})},cancel:function(){this.editor.getElement().removeClass(this.options.baseClass+"-visible")}}});c.ui.editor.registerUi({undo:{options:{disabled:!0},hotkeys:{"ctrl+z":{action:function(){this.editor.historyBack()}}},init:function(a){a.bind("change",this.change,this);return a.uiButton({title:g("Step Back"),
106
+ click:function(){a.historyBack()}})},change:function(){0===this.editor.present?this.ui.disable():this.ui.enable()}},redo:{options:{disabled:!0},hotkeys:{"ctrl+shift+z":{action:function(){this.editor.historyForward()}},"ctrl+y":{action:function(){this.editor.historyForward()}}},init:function(a){a.bind("change",this.change,this);return this.ui=a.uiButton({title:g("Step Forward"),click:function(){a.historyForward()}})},change:function(){this.editor.present===this.editor.history.length-1?this.ui.disable():
107
+ this.ui.enable()}}});c.ui.editor.registerUi({hr:{init:function(a){return a.uiButton({title:g("Insert Horizontal Rule"),click:function(){t("<hr/>")}})}}});c.ui.editor.registerUi({i18n:{init:function(a){var b=this,d=c('<select autocomplete="off" name="i18n"/>'),e;for(e in A){var f=c('<option value="'+e+'" class="'+e+'"/>');f.html(Q[e]);q===e&&f.attr("selected","selected");d.append(f)}return a.uiSelectMenu({title:g("Change Language"),select:d,change:function(a){R(b.persist("locale",a))}})}}});u("de",
108
+ "Deutsch",{"A preview of your embedded object is displayed below.":"Eine Vorschau ihres eingebundenen Objekts wird unterhalb angezeigt.","Added link: {{link}}":"Link hinzugef\u00fcgt: {{link}}","All changes will be lost!":"Alle \u00c4nderungen gehen verloren!","Apply Source":"Quellcode anwenden","Are you sure you want to stop editing?":"Wollen Sie wirklich mit der Bearbeitung aufh\u00f6ren?",Blockquote:"Zitat",Bold:"Fett",Cancel:"Abbrechen","Center Align":"Zentrieren","Change HTML tag of selected element":"HTML Tag des selektierten Elements \u00e4ndern",
109
+ "Change Language":"Sprache wechseln","Change the color of the selected text.":"Farbe des gew\u00e4hlten Texts \u00e4ndern.","Check this box to have the file open in a new browser window":"Markieren Sie diese Box um die Datei in einem neuen Browser zu \u00f6ffnen","Check this box to have the link open in a new browser window":"Markieren Sie diese Box um den Link in einem neuen Browser zu \u00f6ffnen","Choose a link type:":"W\u00e4hlen Sie einen Link Typ:","Clear Formatting":"Formatierung l\u00f6schen",
110
+ "Click to begin editing":"Zum Bearbeiten klicken","Click to detach the toolbar":"Zum L\u00f6sen der Werkzeugleiste klicken","Click to dock the toolbar":"Zum Befestigen der Werkzeugleiste klicken","Click to edit the image":"Um das Bild zu bearbeiten klicken","Click to select all editable content":"Um alle bearbeitbaren Elemente zu selektieren klicken","Click to select the contents of the '{{element}}' element":"Um den Inhalt des '{{element}}' Element zu selektieren klicken","Click to view statistics":"Um die Statistiken zu sehen klicken",
111
+ Close:"Schliessen","Confirm Cancel Editing":"Bearbeitung abbrechen best\u00e4tigen","Content Statistics":"Inhaltsstatistik","Content contains more than {{limit}} characters and may be truncated":"Der Inhalt hat mehr als {{limit}} Zeichen und kann gek\u00fcrzt werden","Content will not be truncated":"Der Inhalt wird nicht gek\u00fcrzt","Copy the file's URL from your browser's address bar and paste it into the box above":"Kopieren Sie die URL der Datei von der Adressleiste ihres Browser und f\u00fcgen Sie diese in der Box oberhalb ein",
112
+ "Copy the web address from your browser's address bar and paste it into the box above":"Kopieren Sie die URL von der Adressleiste ihres Browser und f\u00fcgen Sie diese in der Box oberhalb ein","Decrease Font Size":"Schriftgr\u00f6sse verkleinern",Destroy:"L\u00f6schen",Divider:"Trennzeichen","Document or other file":"Dokument oder andere Datei","Edit Link":"Link bearbeiten",Email:"E-Mail","Email address":"E-Mail Adresse","Embed Code":"Quellcode einbinden","Embed Object":"Objekt einbinden","Embed object":"Objekt einbinden",
113
+ "Ensure the file has been uploaded to your website":"Stellen Sie sicher, dass die Datei auf ihre Webseite hochgeladen wurde","Enter email address":"E-Mail Adresse eingeben","Enter subject":"Betreff eingeben","Enter your URL":"Ihre URL eingeben","Failed to save {{failed}} content block(s).":"{{failed}} Inhaltsbl\u00f6cke konnten nicht gespeichert werden.","Find the page on the web you want to link to":"Finden Sie die Seite im Web welche Sie verlinken wollen","Float Image Left":"Bild nach links stellen",
114
+ "Float Image Right":"Bild nach rechts stellen","Formatted &amp; Cleaned":"Formatiert &amp; Bereinigt","Formatted Unclean":"Formatiert &amp; Unbereinigt","Heading&nbsp;1":"Titel&nbsp;1","Heading&nbsp;2":"Titel&nbsp;2","Heading&nbsp;3":"Titel&nbsp;3","Image height":"Bildh\u00f6he","Image width":"Bildbreite","Increase Font Size":"Schriftgr\u00f6sse vergr\u00f6ssern",Initializing:"Initialisieren",Insert:"Einf\u00fcgen","Insert Horizontal Rule":"Horizontale Trennlinie einf\u00fcgen","Insert Link":"Link einf\u00fcgen",
115
+ "Insert Snippet":"Schnipsel einf\u00fcgen",Italic:"Kursiv",Justify:"B\u00fcndig","Learn More About the Raptor WYSIWYG Editor":"Erfahren Sie mehr \u00fcber dem Raptor WYSIWYG Editor","Left Align":"Links ausrichten","Link to a document or other file":"Ein Dokument oder eine Datei verlinken","Link to a page on this or another website":"Eine Seite auf dieser oder einer anderen Webseite verlinken","Link to an email address":"Eine E-Mail Adresse verlinken",Location:"URL","Modify Image Size":"Bildgr\u00f6sse \u00e4ndern",
116
+ "N/A":"n.v.","New window":"Neues Fenster","No changes detected to save...":"Keine \u00c4nderungen zum Speichern erkannt...","Not sure what to put in the box above?":"Nicht sicher was in die Box oberhalb geh\u00f6rt?",OK:!1,"Open the uploaded file in your browser":"\u00d6ffnen Sie die hochgeladene Datei in ihrem Browser","Ordered List":"Geordnete Liste","Page on this or another website":"Seite auf dieser oder einer anderen Webseite",Paragraph:"Paragraf","Paste Embed Code":"Quellcode einf\u00fcgen",
117
+ "Paste your embed code into the text area below.":"F\u00fcgen Sie ihren Quellcode zum Einbetten des Objektes in das Textfeld unterhalb ein.","Plain Text":"Einfacher Text",Preview:"Vorschau",Raptorize:!1,Reinitialise:"Reinitialisieren","Remaining characters before the recommended character limit is reached. Click to view statistics":"Verbleibende Zeichen bevor die empfohlene Zeichenlimite erreicht wird. Um die Statistiken zu sehen klicken","Remove Image Float":"Bildausrichtung entfernen","Remove Link":"Link entfernen",
118
+ "Remove unnecessary markup from editor content":"Unn\u00f6tige Markierungselemente im Inhalt entfernen","Resize Image":"Bildgr\u00f6sse anpassen","Right Align":"Rechts ausrichten",Save:"Speichern","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} von {{dirty}} Inhaltsbl\u00f6cken gespeichert.","Saving changes...":"\u00c4nderungen speichern...","Select all editable content":"Alle editierbaren Inhalte ausw\u00e4hlen","Select {{element}} element":"{{element}} Element ausw\u00e4hlen","Show Guides":"Hilfslinien anzeigen",
119
+ "Source Code":"Quelltext","Step Back":"Schritt zur\u00fcck","Step Forward":"Schritt vorw\u00e4rts",Strikethrough:"Durchstreichen","Sub script":"Tiefstellen","Subject (optional)":"Betreff (optional)","Successfully saved {{saved}} content block(s).":"{{saved}} Inhaltsbl\u00f6cke erfolgreich gespeichert.","Super script":"Hochstellen","The URL does not look well formed":"Die URL scheint nicht g\u00fcltig zu sein","The email address does not look well formed":"Die E-Mail Adresse scheint nicht g\u00fcltig zu sein",
120
+ "The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"Das Bild '{{image}}' ist zu breit f\u00fcr das gerade editierte Element.<br/>Es wird so ge\u00e4ndert, dass es passt.","The url for the file you inserted doesn't look well formed":"Die URL der Datei scheint nicht g\u00fcltig zu sein","The url for the link you inserted doesn't look well formed":"Die URL des Links scheint nicht g\u00fcltig zu sein","This block contains unsaved changes":"Dieser Block enth\u00e4lt ungespeicherte \u00c4nderungen",
121
+ Underline:"Unterstreichen","Unnamed Button":"Knopf ohne Name","Unnamed Select Menu":"Auswahlmenu ohne Name","Unordered List":"Ungeordnete Liste","Update Link":"Link aktualisieren","Updated link: {{link}}":"Link aktualisiert: {{link}}","View / Edit Source":"Quellcode anschauen/editieren","View Source":"Quellcode anschauen","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nEs gibt ungespeicherte \u00c4nderungen auf dieser Seite. \nWenn Sie diese Seite verlassen, werden Sie die ungespeicherten \u00c4nderungen verlieren",
122
+ root:"Grundelement","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} Zeichen \u00fcber der Limite","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} Zeichen verbleibend","{{characters}} characters":"{{characters}} Zeichen","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} Zeichen, {{charactersRemaining}} \u00fcber der empfohlenen Limite","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} Zeichen, {{charactersRemaining}} verbleibend",
123
+ "{{sentences}} sentences":"{{sentences}} S\u00e4tze","{{words}} word":"{{words}} Wort","{{words}} words":"{{words}} W\u00f6rter"});u("en","English",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"Apply Source","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",Blockquote:"Blockquote",Bold:"Bold",
124
+ Cancel:"Cancel","Center Align":"Center Align","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"Change Language","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window","Choose a link type:":"Choose a link type:",
125
+ "Clear Formatting":"Clear Formatting","Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to edit the image":"Click to edit the image","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element","Click to view statistics":"Click to view statistics",
126
+ Close:"Close","Confirm Cancel Editing":"Confirm Cancel Editing","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated","Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above",
127
+ "Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file","Edit Link":"Edit Link",Email:"Email","Email address":"Email address","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL","Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).",
128
+ "Find the page on the web you want to link to":"Find the page on the web you want to link to","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert",
129
+ "Insert Horizontal Rule":"Insert Horizontal Rule","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",Italic:"Italic",Justify:"Justify","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"Left Align","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website","Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size",
130
+ "N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"OK","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph","Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.",
131
+ "Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached. Click to view statistics":"Remaining characters before the recommended character limit is reached. Click to view statistics","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content","Resize Image":"Resize Image","Right Align":"Right Align",
132
+ Save:"Save","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"Saving changes...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"Show Guides","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough","Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).",
133
+ "Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.","The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed",
134
+ "The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"Underline","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}","View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",
135
+ root:"root","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining","{{characters}} characters":"{{characters}} characters","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining",
136
+ "{{sentences}} sentences":"{{sentences}} sentences","{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});u("es","Espa\u00f1ol",{"A preview of your embedded object is displayed below.":"A continuaci\u00f3n se muestra una vista previa de su objeto incrustado.","Added link: {{link}}":"Enlace a\u00f1adido: {{link}}","All changes will be lost!":"\u00a1Todos los cambios ser\u00e1n perdidos!","Apply Source":"Aplicar Fuente","Are you sure you want to stop editing?":"\u00bfEst\u00e1 seguro de que desea detener la edici\u00f3n?",
137
+ Blockquote:"Cita en bloque",Bold:"Negrita",Cancel:"Cancelar","Center Align":"Centrar","Change HTML tag of selected element":"Cambiar la etiqueta HTML del elemento seleccionado","Change Language":"Cambiar Idioma","Change the color of the selected text.":"Cambiar el color del texto seleccionado.","Check this box to have the file open in a new browser window":"Marque esta casilla para que el archivo se abra en una nueva ventana","Check this box to have the link open in a new browser window":"Marque esta casilla para que el enlace se abra en una nueva ventana",
138
+ "Choose a link type:":"Escoja un tipo de enlace:","Clear Formatting":"Limpiar Formato","Click to begin editing":"Haga clic para empezar a editar","Click to detach the toolbar":"Haga clic para desanclar la barra de herramientas","Click to dock the toolbar":"Haga clic para anclar la barra de herramientas","Click to edit the image":"Haga clic para editar la imagen","Click to select all editable content":"Haga clic para seleccionar todo el contenido editable","Click to select the contents of the '{{element}}' element":"Haga clic para selecionar el contenido del elemento '{{element}}'",
139
+ "Click to view statistics":"Haga clic para ver las estad\u00edsticas",Close:"Cerrar","Confirm Cancel Editing":"Confirme Cancelar la Edici\u00f3n ","Content Statistics":"Contenidos Estad\u00edsticos","Content contains more than {{limit}} characters and may be truncated":"El contenido contiene m\u00e1s de {{limit}} car\u00e1cteres y debe ser truncado","Content will not be truncated":"El contenido no ser\u00e1 truncado","Copy the file's URL from your browser's address bar and paste it into the box above":"Copie la URL de su archivo desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior",
140
+ "Copy the web address from your browser's address bar and paste it into the box above":"Copie la direcci\u00f3n web desde la barra de direcci\u00f3n de su navegador y p\u00e9guela en la caja superior","Decrease Font Size":"Disminuir Tama\u00f1o de Fuente",Destroy:"Destruir",Divider:"Divisor","Document or other file":"Documento u otro archivo","Edit Link":"Editar Enlace",Email:"Correo electr\u00f3nico","Email address":"Direcci\u00f3n de correo electr\u00f3nico","Embed Code":"C\u00f3digo Incrustado",
141
+ "Embed Object":"Objeto Incrustado","Embed object":"Objeto incrustado","Ensure the file has been uploaded to your website":"Aseg\u00farese de que el archivo ha sido subido a su sitio web","Enter email address":"Introduzca una direcci\u00f3n de correo electr\u00f3nico","Enter subject":"Introduzca un sujeto","Enter your URL":"Introduzca su URL","Failed to save {{failed}} content block(s).":"Fall\u00f3 al guardar los bloques del cotenido de {{failed}}.","Find the page on the web you want to link to":"Busque la p\u00e1gina web a la que desee enlazar",
142
+ "Float Image Left":"Flotar Imagen a la Izquierda","Float Image Right":"Flotar Imagen a la Derecha","Formatted &amp; Cleaned":"Formateado y Limpiado","Formatted Unclean":"Formateado Sucio","Heading&nbsp;1":"Encabezado&nbsp;1","Heading&nbsp;2":"Encabezado&nbsp;2","Heading&nbsp;3":"Encabezado&nbsp;3","Image height":"Altura de imagen","Image width":"Ancho de imagen","Increase Font Size":"Incrementar Tama\u00f1o de Fuente",Initializing:"Inicializando",Insert:"Insertar","Insert Horizontal Rule":"Insertar L\u00ednea Horizontal",
143
+ "Insert Link":"Insertar Enlace","Insert Snippet":"Insertar Snippet",Italic:"Cursiva",Justify:"Justificar","Learn More About the Raptor WYSIWYG Editor":"Saber m\u00e1s sobre el editor WYSIWYG Raptor","Left Align":"Alinear a la Izquierda","Link to a document or other file":"Enlazar a un documento o a otro archivo","Link to a page on this or another website":"Enlazar a una p\u00e1gina en esta u otra p\u00e1gina web","Link to an email address":"Enlazar a una direcci\u00f3n de correo electr\u00f3nico",
144
+ Location:"Localizaci\u00f3n","Modify Image Size":"Cambiar Tama\u00f1o de Imagen","N/A":!1,"New window":"Nueva ventana","No changes detected to save...":"No se detectaron cambios para guardar...","Not sure what to put in the box above?":"\u00bfNo est\u00e1 seguro de qu\u00e9 poner en la caja anterior?",OK:"Aceptar","Open the uploaded file in your browser":"Abra el archivo cargado en su navegador","Ordered List":"Lista Ordenada","Page on this or another website":"P\u00e1gina en \u00e9sta u otra p\u00e1gina web",
145
+ Paragraph:"P\u00e1rrafo","Paste Embed Code":"Pegar C\u00f3digo Incrustado","Paste your embed code into the text area below.":"Pegue su c\u00f3digo incrustado en la caja de texto posterior.","Plain Text":"Texto Llano",Preview:"Previsualizar",Raptorize:"Raptorizar",Reinitialise:"Reinicializar","Remaining characters before the recommended character limit is reached. Click to view statistics":"Car\u00e1cteres restantes hasta que se alcance el l\u00edmite de car\u00e1cteres. Haga clic para ver las estad\u00edsticas",
146
+ "Remove Image Float":"No Flotar Imagen","Remove Link":"Eliminar enlace","Remove unnecessary markup from editor content":"Eliminar marcado innecesario del editor de contenido","Resize Image":"Redimensionar Imagen","Right Align":"Alinear a la Derecha",Save:"Guardar","Saved {{saved}} out of {{dirty}} content blocks.":"Guardados {{saved}} de {{dirty}} bloques de contenido.","Saving changes...":"Guardando cambios...","Select all editable content":"Seleccionar todo el contenido editable","Select {{element}} element":"Seleccionar el elemento {{element}}",
147
+ "Show Guides":"Mostrar Gu\u00edas","Source Code":"C\u00f3digo Fuente","Step Back":"Deshacer","Step Forward":"Rehacer",Strikethrough:"Tachado","Sub script":"Sub\u00edndice","Subject (optional)":"Sujeto (opcional)","Successfully saved {{saved}} content block(s).":"Guardado exitosamente {{saved}} bloque(s) de contenido.","Super script":"Super\u00edndice","The URL does not look well formed":"La URL no parece bien formada","The email address does not look well formed":"El enlace de correo electr\u00f3nico no parece bien formado",
148
+ "The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"La imagen '{{image}}' es demasiado ancha para el elemento que est\u00e1 siendo editado.<br/>Ser\u00e1 redimensionada para que se adapte.","The url for the file you inserted doesn't look well formed":"La URL del archivo que ha introducido no parece bien formada","The url for the link you inserted doesn't look well formed":"La URL del enlace que ha introducido no parece bien formada","This block contains unsaved changes":"Este bloque tiene cambios sin guardar",
149
+ Underline:"Subrayar","Unnamed Button":"Bot\u00f3n sin Nombre","Unnamed Select Menu":"Men\u00fa de Selecci\u00f3n sin Nombre","Unordered List":"Lista Desordenada","Update Link":"Actualizar Enlace","Updated link: {{link}}":"Enlace actualizado: {{link}}","View / Edit Source":"Ver / Editar C\u00f3digo Fuente","View Source":"Ver C\u00f3digo Fuente","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nHay cambios sin guardar en esta p\u00e1gina. \nSi sale de esta p\u00e1gina, perder\u00e1 todos los cambios sin guardar",
150
+ root:"or\u00edgen","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} car\u00e1cter(es) sobre el l\u00edmite","{{charactersRemaining}} characters remaining":"Queda(n) {{charactersRemaining}} car\u00e1cter(es)","{{characters}} characters":"{{characters}} car\u00e1cteres","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} car\u00e1cter(es), {{charactersRemaining}} sobre el l\u00edmite recomendado","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} car\u00e1cter(es), queda(n) {{charactersRemaining}}",
151
+ "{{sentences}} sentences":"{{sentences}} oraciones","{{words}} word":"{{words}} palabra","{{words}} words":"{{words}} palabras"});u("fr","Fran\u00e7ais",{"A preview of your embedded object is displayed below.":"Un aper\u00e7u de votre objet int\u00e9gr\u00e9 est affich\u00e9 ci-dessous.","Added link: {{link}}":"Lien ajout\u00e9 : {{link}}","All changes will be lost!":"Toutes les modifications seront perdues !","Apply Source":"Appliquer la source","Are you sure you want to stop editing?":"\u00cates-vous s\u00fbr(e) de vouloir arr\u00eater la modification ?",
152
+ Blockquote:"Citation",Bold:"Gras",Cancel:"Annuler","Center Align":"Aligner au centre","Change HTML tag of selected element":"Modifier la balise HTML de l'\u00e9l\u00e9ment s\u00e9lectionn\u00e9","Change Language":"Changer de langue","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Cochez cette case pour ouvrir le fichier dans une nouvelle fen\u00eatre de navigateur","Check this box to have the link open in a new browser window":"Cochez cette case pour ouvrir le lien dans une nouvelle fen\u00eatre de navigateur",
153
+ "Choose a link type:":"Choisissez un type de lien :","Clear Formatting":"Clear Formatting","Click to begin editing":"Cliquer pour commencer la modification","Click to detach the toolbar":"Cliquer pour d\u00e9tacher la barre d'outils","Click to dock the toolbar":"Cliquer pour ancrer la barre d'outils","Click to edit the image":"Click to edit the image","Click to select all editable content":"Cliquer pour s\u00e9lectionner tout le contenu modifiable","Click to select the contents of the '{{element}}' element":"Cliquer pour s\u00e9lectionner le contenu de l'\u00e9l\u00e9ment '{{element}}'",
154
+ "Click to view statistics":"Click to view statistics",Close:"Fermer","Confirm Cancel Editing":"Confirmer l'annulation des modifications","Content Statistics":"Statistiques de contenu","Content contains more than {{limit}} characters and may be truncated":"Le contenu contient plus de {{limit}} caract\u00e8res et peut \u00eatre tronqu\u00e9","Content will not be truncated":"Le contenu ne sera pas tronqu\u00e9","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above",
155
+ "Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above","Decrease Font Size":"Diminuer la taille de la police",Destroy:"D\u00e9truire",Divider:"Div","Document or other file":"Document ou autre fichier","Edit Link":"Modifier le lien",Email:"E-mail","Email address":"Adresse e-mail","Embed Code":"Code int\u00e9gr\u00e9","Embed Object":"Int\u00e9grer l'objet","Embed object":"Object int\u00e9gr\u00e9",
156
+ "Ensure the file has been uploaded to your website":"V\u00e9rifiez que le fichier a \u00e9t\u00e9 transf\u00e9r\u00e9 vers votre site","Enter email address":"Saisir l'adresse e-mail","Enter subject":"Saisir le sujet","Enter your URL":"Saisir l'URL","Failed to save {{failed}} content block(s).":"\u00c9chec d'enregistrement du(des) bloc(s) de contenu {{failed}}.","Find the page on the web you want to link to":"Trouvez la page web que vous voulez lier","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right",
157
+ "Formatted &amp; Cleaned":"Formatt\u00e9 &amp; Nettoy\u00e9","Formatted Unclean":"Formatt\u00e9 non nettoy\u00e9","Heading&nbsp;1":"Titre&nbsp;1","Heading&nbsp;2":"Titre&nbsp;2","Heading&nbsp;3":"Titre&nbsp;3","Image height":"Image height","Image width":"Image width","Increase Font Size":"Augmenter la taille de la police",Initializing:"Initialisation",Insert:"Ins\u00e9rer","Insert Horizontal Rule":"Ins\u00e9rer une r\u00e8gle horizontale","Insert Link":"Ins\u00e9rer un lien","Insert Snippet":"Ins\u00e9rer un bout de code",
158
+ Italic:"Italique",Justify:"Justifier","Learn More About the Raptor WYSIWYG Editor":"En savoir plus sur l'\u00e9diteur WYSIWYG Raptor","Left Align":"Aligner \u00e0 gauche","Link to a document or other file":"Lier un document ou un autre fichier","Link to a page on this or another website":"Lier une page ou un autre site","Link to an email address":"Lier une adresse e-mail",Location:"Emplacement","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"Nouvelle fen\u00eatre","No changes detected to save...":"Aucune modification d\u00e9tect\u00e9e \u00e0 enregistrer...",
159
+ "Not sure what to put in the box above?":"Pas s\u00fbr(e) de savoir quoi mettre dans le champ ci-dessus ?",OK:"OK","Open the uploaded file in your browser":"Ouvrir le fichier trasnf\u00e9r\u00e9 dans votre navigateur","Ordered List":"Liste ordonn\u00e9e","Page on this or another website":"Page sur ce site ou un autre site",Paragraph:"Paragraphe","Paste Embed Code":"Coller le code","Paste your embed code into the text area below.":"Collez votre code int\u00e9gr\u00e9 dans la zone de texte ci-dessous.",
160
+ "Plain Text":"Texte brut",Preview:"Aper\u00e7u",Raptorize:"Raptoriser",Reinitialise:"R\u00e9initialiser","Remaining characters before the recommended character limit is reached. Click to view statistics":"Remaining characters before the recommended character limit is reached. Click to view statistics","Remove Image Float":"Remove Image Float","Remove Link":"Retirer le lien","Remove unnecessary markup from editor content":"Retirer le balisage non n\u00e9cessaire du contenu de l'\u00e9diteur","Resize Image":"Resize Image",
161
+ "Right Align":"Aligner \u00e0 droite",Save:"Enregistrer","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} enregistr\u00e9 sur {{dirty}} blocs de contenu.","Saving changes...":"Enregistrement des modifications...","Select all editable content":"S\u00e9lectionner tout le contenu modifiable","Select {{element}} element":"S\u00e9lectionner l'\u00e9l\u00e9ment {{element}}","Show Guides":"Afficher les guides","Source Code":"Code source","Step Back":"En arri\u00e8re","Step Forward":"En avant",
162
+ Strikethrough:"Barr\u00e9","Sub script":"Indice","Subject (optional)":"Sujet (facultatif)","Successfully saved {{saved}} content block(s).":"{{saved}} bloc(s) de contenu enregistr\u00e9(s) avec succ\u00e8s.","Super script":"Exposant","The URL does not look well formed":"L'URL para\u00eet malform\u00e9e","The email address does not look well formed":"L'adresse e-mail para\u00eet malform\u00e9e","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",
163
+ "The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"Ce bloc contient des modifications non enregistr\u00e9es",Underline:"Soulign\u00e9","Unnamed Button":"Boutton sans nom","Unnamed Select Menu":"Menu de s\u00e9lection sans nom","Unordered List":"Liste non ordonn\u00e9e",
164
+ "Update Link":"Mettre \u00e0 jour le lien","Updated link: {{link}}":"Lien mis \u00e0 jour : {{link}}","View / Edit Source":"Voir / Modifier la source","View Source":"Voir la source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nIl y a des modifications non enregistr\u00e9es sur cette page. \nSi vous quittez cette page, vous perdrez vos modifications non enregistr\u00e9es",root:"racine","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} caract\u00e8res au-dessus de la limite",
165
+ "{{charactersRemaining}} characters remaining":"{{charactersRemaining}} caract\u00e8res restants","{{characters}} characters":"{{characters}} characters","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} caract\u00e8res, {{charactersRemaining}} au-dessus de la limite","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} caract\u00e8res, {{charactersRemaining}} restants","{{sentences}} sentences":"{{sentences}} phrases","{{words}} word":"{{words}} mot",
166
+ "{{words}} words":"{{words}} mots"});u("nl","Nederlands",{"A preview of your embedded object is displayed below.":"Een voorbeeldweergave van uw ingenestelde object is hieronder weergeven.","Added link: {{link}}":"Link toegevoegd:: {{link}}","All changes will be lost!":"Alle aanpassingen zullen verloren gaan!","Apply Source":"Broncode toepassen","Are you sure you want to stop editing?":"Weet u zeker dat u wilt stoppen met aanpassen? ",Blockquote:"Blokcitaat",Bold:"Vetgedrukt",Cancel:"Annuleren","Center Align":"Centreren",
167
+ "Change HTML tag of selected element":"Verander type van geselecteerd element","Change Language":"Taal veranderen","Change the color of the selected text.":"Verander de kleur van de geselecteerde tekst.","Check this box to have the file open in a new browser window":"Vink dit aan om het bestand te laten opnenen in een nieuw browser venster","Check this box to have the link open in a new browser window":"Vink dit aan om de link te laten opnenen in een nieuw browser venster","Choose a link type:":"Kies het type link:",
168
+ "Clear Formatting":"Verwijder opmaak","Click to begin editing":"Klik hier voor het beginnen met bewerken","Click to detach the toolbar":"Klik om de werkbalk los te maken","Click to dock the toolbar":"Klik om de werkbalk vast te maken","Click to edit the image":"Klik om de afbeelding te bewerken","Click to select all editable content":"Klik om alle bewerkbare inhoud te selecteren","Click to select the contents of the '{{element}}' element":"Klik om de inhoud te selecteren van het '{{element}}' element",
169
+ "Click to view statistics":"Click to view statistics",Close:"Sluiten","Confirm Cancel Editing":"Bevestig annuleren van bewerken","Content Statistics":"Inhoud Statistieken","Content contains more than {{limit}} characters and may be truncated":"Inhoud bevat meer dan {{limit}} tekens en kan worden ingekort.","Content will not be truncated":"Inhoud wordt niet ingekort","Copy the file's URL from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres van het bestand uit de adresbalk van uw browser en plak het in het veld hierboven",
170
+ "Copy the web address from your browser's address bar and paste it into the box above":"Kopie\u00ebr het internetadres uit de adresbalk van uw browser en plak het in het veld hierboven","Decrease Font Size":"Groter Lettertype",Destroy:"Verwijder",Divider:"Splitser","Document or other file":"Document of ander bestand","Edit Link":"Link bewerken",Email:"E-mail","Email address":"E-mail adres","Embed Code":"Code Insluiten","Embed Object":"Object Insluiten","Embed object":"Object insluiten","Ensure the file has been uploaded to your website":"Verzeker uzelf ervan dat het bestand op uw website staat",
171
+ "Enter email address":"Voeg het e-mail adres in","Enter subject":"Voeg het onderwerp in","Enter your URL":"Voeg het internetadres in","Failed to save {{failed}} content block(s).":"Kon {{failed}} inhoud blok(ken) niet opslaan.","Find the page on the web you want to link to":"Vind de pagina op het internet waar u naartoe wilt linken","Float Image Left":"Tekst omsluiten rechts van afbeelding","Float Image Right":"Tekst omsluiten links van afbeelding","Formatted &amp; Cleaned":"Geformatteerd &amp; Opgeruimd",
172
+ "Formatted Unclean":"Rommel Opgeruimd","Heading&nbsp;1":"Kopniveau&nbsp;1","Heading&nbsp;2":"Kopniveau&nbsp;2","Heading&nbsp;3":"Kopniveau&nbsp;3","Image height":"Hoogte afbeelding","Image width":"Breedte afbeelding","Increase Font Size":"Kleiner Lettertype",Initializing:"Initialiseren",Insert:"Invoegen","Insert Horizontal Rule":"Horizontale Regel Invoegen","Insert Link":"Link Invoegen","Insert Snippet":"Snippertekst Invoegen",Italic:"Schuingedrukt",Justify:"Uitlijnen aan beide kanten","Learn More About the Raptor WYSIWYG Editor":"Meer leren over Rapor WYSIWYG Editor",
173
+ "Left Align":"Links uitlijnen","Link to a document or other file":"Link naar een document of ander bestand","Link to a page on this or another website":"Link naar een pagina op deze of een andere website","Link to an email address":"Link naar een emailadres",Location:"Locatie","Modify Image Size":"Afbeeldingsgrootte aanpassen","N/A":"n.v.t.","New window":"Nieuw venster","No changes detected to save...":"Er zijn geen aanpassingen om op te slaan...","Not sure what to put in the box above?":"Onzeker over wat er in het veld moet staan hierboven?",
174
+ OK:!1,"Open the uploaded file in your browser":"Open het ge\u00fcploade bestand in uw browser","Ordered List":"Genummerde lijst","Page on this or another website":"Pagina op deze of een andere website",Paragraph:"Alinea","Paste Embed Code":"Plak de insluitcode","Paste your embed code into the text area below.":"Plak de insluitcode in het tekstveld hieronder.","Plain Text":"Tekst zonder opmaak",Preview:"Voorbeeldweergave",Raptorize:!1,Reinitialise:"Herinitialiseren","Remaining characters before the recommended character limit is reached. Click to view statistics":"Remaining characters before the recommended character limit is reached. Click to view statistics",
175
+ "Remove Image Float":"Tekst niet omsluiten rondom afbeelding","Remove Link":"Verwijder Link","Remove unnecessary markup from editor content":"Inhoud schoonmaken van overbodige opmaak","Resize Image":"Herschaal Afbeelding","Right Align":"Rechts Uitlijnen",Save:"Opslaan","Saved {{saved}} out of {{dirty}} content blocks.":"{{saved}} van de {{dirty}} inhoudsblokken zijn opgeslagen.","Saving changes...":"Aanpassingen opslaan...","Select all editable content":"Alle aanpasbare inhoud selecteren","Select {{element}} element":"Selecteer {{element}} element",
176
+ "Show Guides":"Rooster Tonen (Onderwatermodus)","Source Code":"Broncode","Step Back":"Herstel","Step Forward":"Opnieuw",Strikethrough:"Doorstrepen","Sub script":"Subscript","Subject (optional)":"Onderwerp (optioneel)","Successfully saved {{saved}} content block(s).":"{{saved}} inhoudsblok(ken) succesvol opgeslagen.","Super script":"Superscript","The URL does not look well formed":"Het lijkt er op dat het internetadres niet correct is","The email address does not look well formed":"Het e-mail adres is incorrect",
177
+ "The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"De afbeelding '{{image}}' is te breed voor het element dat wordt bewerkt.<br/>Het wordt geschaald zodat het past.","The url for the file you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor het bestand dat u heeft ingevoegd niet correct is","The url for the link you inserted doesn't look well formed":"Het lijkt er op dat het internetadres voor de link die u heeft ingevoegd niet correct is",
178
+ "This block contains unsaved changes":"Dit blok bevat aanpassingen welke niet zijn opgeslagen",Underline:"Onderstrepen","Unnamed Button":"Knop Zonder Naam","Unnamed Select Menu":"Selectiemenu Zonder Naam","Unordered List":"Lijst Van Opsommingstekens","Update Link":"Link Bijwerken","Updated link: {{link}}":"Link bijgewerkt: {{link}}","View / Edit Source":"Broncode Bekijken/Bewerken","View Source":"Broncode Bekijken","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nEr zijn aanpassingen op deze pagina die niet zijn opgeslagen. \nAls u een andere pagina opnet zult u deze aanpassingen verliezen",
179
+ root:!1,"{{charactersRemaining}} characters over limit":"{{charactersRemaining}} karakters over het limiet","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} karakters over","{{characters}} characters":"{{characters}} characters","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} karakters, {{charactersRemaining}} over het aangeraden limiet","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} karakters, {{charactersRemaining}} over",
180
+ "{{sentences}} sentences":"{{sentences}} zinnen","{{words}} word":"{{words}} woord","{{words}} words":"{{words}} woorden"});u("sv","Svenska",{"A preview of your embedded object is displayed below.":"En f\u00f6rhandsvisning av ditt inb\u00e4ddade objekt visas nedan.","Added link: {{link}}":"Tillagd l\u00e4nk: {{link}}","All changes will be lost!":"Alla \u00e4ndringar kommer f\u00f6rloras!","Apply Source":"Spara kod\u00e4ndringar","Are you sure you want to stop editing?":"\u00c4r du s\u00e4ker p\u00e5 att du vill sluta redigera?",
181
+ Blockquote:"Citat",Bold:"Fet",Cancel:"Avbryt","Center Align":"Centrerad","Change HTML tag of selected element":"Byt HTML-tagg p\u00e5 valt element","Change Language":"Byt spr\u00e5k","Change the color of the selected text.":"\u00c4ndra f\u00e4rg p\u00e5 markerad text.","Check this box to have the file open in a new browser window":"Kryssa i denna box f\u00f6r att \u00f6ppna filen i ett nytt f\u00f6nster","Check this box to have the link open in a new browser window":"Kryssa i denna box f\u00f6r att \u00f6ppna l\u00e4nken i ett nytt f\u00f6nster",
182
+ "Choose a link type:":"V\u00e4lj en l\u00e4nktyp:","Clear Formatting":"Ta bort formatering","Click to begin editing":"Klicka h\u00e4r f\u00f6r att redigera","Click to detach the toolbar":"Klicka h\u00e4r f\u00f6r att frig\u00f6ra verktygsf\u00e4ltet","Click to dock the toolbar":"Klicka h\u00e4r f\u00f6r att f\u00e4sta verktygsf\u00e4ltet","Click to edit the image":"Klicka h\u00e4r f\u00f6r att redigera bilden","Click to select all editable content":"Klicka h\u00e4r f\u00f6r att markera allt redigerbart inneh\u00e5ll",
183
+ "Click to select the contents of the '{{element}}' element":"Klicka h\u00e4r f\u00f6r att markera '{{element}}' elementet","Click to view statistics":"Klicka h\u00e4r f\u00f6r visa statistik",Close:"St\u00e4ng","Confirm Cancel Editing":"Bekr\u00e4fta avbrytning av redigering","Content Statistics":"Inneh\u00e5llsstatistik","Content contains more than {{limit}} characters and may be truncated":"Inneh\u00e5llet omfattar mer \u00e4n {{limit}} bokst\u00e4ver och kan bli avkortat","Content will not be truncated":"Inneh\u00e5llet kommer inte att avkortas",
184
+ "Copy the file's URL from your browser's address bar and paste it into the box above":"Kopiera filens URL fr\u00e5n webbl\u00e4sarens adressf\u00e4lt och klistra in i f\u00e4ltet ovan","Copy the web address from your browser's address bar and paste it into the box above":"Kopiera webbadressen fr\u00e5n webbl\u00e4sarens adressf\u00e4lt och klistra in i f\u00e4ltet ovan","Decrease Font Size":"Minska textstorlek",Destroy:"F\u00f6rst\u00f6r",Divider:"Avskiljare","Document or other file":"Dokument eller annan fil",
185
+ "Edit Link":"Redigera l\u00e4nk",Email:"Epost","Email address":"Epost adress","Embed Code":"Inb\u00e4ddningskod","Embed Object":"B\u00e4dda in objekt","Embed object":"B\u00e4dda in objekt","Ensure the file has been uploaded to your website":"Kontrollera att filen har laddats upp till din webbsida","Enter email address":"Ange epost-adress","Enter subject":"Ange \u00e4mne","Enter your URL":"Ange din URL","Failed to save {{failed}} content block(s).":"Misslyckades med att spara {{failed}} inneh\u00e5llsblock.",
186
+ "Find the page on the web you want to link to":"Hitta sidan p\u00e5 webben som du vill l\u00e4nka till","Float Image Left":"V\u00e4nsterjustera bild","Float Image Right":"H\u00f6gerjustera bild","Formatted &amp; Cleaned":"Formaterad &amp; Ren","Formatted Unclean":"Formaterad smutsig","Heading&nbsp;1":"Rubrik&nbsp;1","Heading&nbsp;2":"Rubrik&nbsp;2","Heading&nbsp;3":"Rubrik&nbsp;3","Image height":"Bildh\u00f6jd","Image width":"Bildbredd","Increase Font Size":"\u00d6ka textstorlek",Initializing:"Initierar",
187
+ Insert:"Infoga","Insert Horizontal Rule":"Infoga horisontell avskiljare","Insert Link":"Infoga l\u00e4nk","Insert Snippet":"Infoga utklipp",Italic:"Kursiv",Justify:"Marginaljustera","Learn More About the Raptor WYSIWYG Editor":"L\u00e4r dig mer om Raptor WYSIWYG Editor","Left Align":"V\u00e4nsterjustera","Link to a document or other file":"L\u00e4nka till ett dokument eller annan fil","Link to a page on this or another website":"L\u00e4nka till en sida p\u00e5 denna eller utomst\u00e5ende webbplats",
188
+ "Link to an email address":"L\u00e4nka till en epost-adress",Location:"Plats","Modify Image Size":"\u00c4ndra bildstorlek","N/A":"Ej tillg\u00e4nglig","New window":"Nytt f\u00f6nster","No changes detected to save...":"Inga \u00e4ndringar att spara...","Not sure what to put in the box above?":"Inte s\u00e4ker p\u00e5 vad som ska fyllas i?",OK:"OK","Open the uploaded file in your browser":"\u00d6ppna den uppladdade filen i din webbl\u00e4sare","Ordered List":"Ordnad lista","Page on this or another website":"Sida p\u00e5 denna eller annan webbsida",
189
+ Paragraph:"Paragraf","Paste Embed Code":"Klistra in inb\u00e4ddningskod","Paste your embed code into the text area below.":"Klistra in din inb\u00e4ddningskod i textrutan nedanf\u00f6r.","Plain Text":"Ren text",Preview:"F\u00f6rhandsgransking",Raptorize:"Raptorisera",Reinitialise:"Reinitiera","Remaining characters before the recommended character limit is reached. Click to view statistics":"\u00c5terst\u00e5ende karakt\u00e4rer innan rekommenderad gr\u00e4ns \u00e4r n\u00e5dd. Klicka f\u00f6r att se statistik",
190
+ "Remove Image Float":"Ta bort bildjustering","Remove Link":"Ta bort l\u00e4nk","Remove unnecessary markup from editor content":"Ta bort on\u00f6dig kod fr\u00e5n redigerarens inneh\u00e5ll","Resize Image":"\u00c4ndra storlek p\u00e5 bild","Right Align":"H\u00f6gerjustera",Save:"Spara","Saved {{saved}} out of {{dirty}} content blocks.":"Sparat {{saved}} av {{dirty}} inneh\u00e5llsblock.","Saving changes...":"Sparar \u00e4ndringar...","Select all editable content":"Markera alla redigerbara omr\u00e5den",
191
+ "Select {{element}} element":"Markera {{element}} elementet","Show Guides":"Visa st\u00f6dlinjer","Source Code":"K\u00e4llkod","Step Back":"\u00c5ngra","Step Forward":"G\u00f6r om",Strikethrough:"Genomstryken","Sub script":"Neds\u00e4nkt","Subject (optional)":"\u00c4mne (frivilligt)","Successfully saved {{saved}} content block(s).":"Sparade {{saved}} inneh\u00e5llsblock.","Super script":"Upph\u00f6jt","The URL does not look well formed":"URL:en ser inte korrekt formaterad ut","The email address does not look well formed":"Epost-adressen ser inte korrekt formaterad ut",
192
+ "The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"Bilden '{{image}}' \u00e4r f\u00f6r bred f\u00f6r omr\u00e5det du redigerar.<br/>Den kommer att krympas f\u00f6r att f\u00e5 plats.","The url for the file you inserted doesn't look well formed":"URL:en f\u00f6r filen ser inte korrekt formaterad ut","The url for the link you inserted doesn't look well formed":"URL:en f\u00f6r l\u00e4nken ser inte korrekt formaterad ut","This block contains unsaved changes":"Detta omr\u00e5de inneh\u00e5ller osparad information",
193
+ Underline:"Understryken","Unnamed Button":"Namnl\u00f6s knapp","Unnamed Select Menu":"Namnl\u00f6s meny","Unordered List":"Oordnad lista","Update Link":"Uppdatera l\u00e4nk","Updated link: {{link}}":"Uppdaterad l\u00e4nk: {{link}}","View / Edit Source":"Visa / redigera k\u00e4llkod","View Source":"Visa k\u00e4llkod","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nDet finns osparade \u00e4ndringar p\u00e5 denna sidan. \nOm du l\u00e4mnar denna sidan kommer du att f\u00f6rlora dina osparade \u00e4ndringar",
194
+ root:"root","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} bokst\u00e4ver \u00f6ver gr\u00e4nsen","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} bokst\u00e4ver \u00e5terst\u00e5r","{{characters}} characters":"{{characters}} bokst\u00e4ver","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} bokst\u00e4ver, {{charactersRemaining}} \u00f6ver den rekommenderade gr\u00e4nsen","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} bokst\u00e4ver, {{charactersRemaining}} kvarst\u00e5ende",
195
+ "{{sentences}} sentences":"{{sentences}} meningar","{{words}} word":"{{words}} ord","{{words}} words":"{{words}} ord"});u("zh-CN","\u7b80\u4f53\u4e2d\u6587",{"A preview of your embedded object is displayed below.":"A preview of your embedded object is displayed below.","Added link: {{link}}":"Added link: {{link}}","All changes will be lost!":"All changes will be lost!","Apply Source":"\u5e94\u7528\u6e90\u4ee3\u7801","Are you sure you want to stop editing?":"Are you sure you want to stop editing?",
196
+ Blockquote:"\u5927\u6bb5\u5f15\u7528",Bold:"\u7c97\u4f53",Cancel:"\u53d6\u6d88","Center Align":"\u4e2d\u5fc3\u5bf9\u9f50\u6587\u672c","Change HTML tag of selected element":"Change HTML tag of selected element","Change Language":"\u6539\u53d8\u8bed\u8a00","Change the color of the selected text.":"Change the color of the selected text.","Check this box to have the file open in a new browser window":"Check this box to have the file open in a new browser window","Check this box to have the link open in a new browser window":"Check this box to have the link open in a new browser window",
197
+ "Choose a link type:":"Choose a link type:","Clear Formatting":"Clear Formatting","Click to begin editing":"Click to begin editing","Click to detach the toolbar":"Click to detach the toolbar","Click to dock the toolbar":"Click to dock the toolbar","Click to edit the image":"Click to edit the image","Click to select all editable content":"Click to select all editable content","Click to select the contents of the '{{element}}' element":"Click to select the contents of the '{{element}}' element","Click to view statistics":"Click to view statistics",
198
+ Close:"Close","Confirm Cancel Editing":"\u786e\u8ba4\u53d6\u6d88\u7f16\u8f91","Content Statistics":"Content Statistics","Content contains more than {{limit}} characters and may be truncated":"Content contains more than {{limit}} characters and may be truncated","Content will not be truncated":"Content will not be truncated","Copy the file's URL from your browser's address bar and paste it into the box above":"Copy the file's URL from your browser's address bar and paste it into the box above","Copy the web address from your browser's address bar and paste it into the box above":"Copy the web address from your browser's address bar and paste it into the box above",
199
+ "Decrease Font Size":"Decrease Font Size",Destroy:"Destroy",Divider:"Divider","Document or other file":"Document or other file","Edit Link":"Edit Link",Email:"Email","Email address":"\u7535\u5b50\u90ae\u4ef6","Embed Code":"Embed Code","Embed Object":"Embed Object","Embed object":"Embed object","Ensure the file has been uploaded to your website":"Ensure the file has been uploaded to your website","Enter email address":"Enter email address","Enter subject":"Enter subject","Enter your URL":"Enter your URL",
200
+ "Failed to save {{failed}} content block(s).":"Failed to save {{failed}} content block(s).","Find the page on the web you want to link to":"Find the page on the web you want to link to","Float Image Left":"Float Image Left","Float Image Right":"Float Image Right","Formatted &amp; Cleaned":"Formatted &amp; Cleaned","Formatted Unclean":"Formatted Unclean","Heading&nbsp;1":"Heading&nbsp;1","Heading&nbsp;2":"Heading&nbsp;2","Heading&nbsp;3":"Heading&nbsp;3","Image height":"Image height","Image width":"Image width",
201
+ "Increase Font Size":"Increase Font Size",Initializing:"Initializing",Insert:"Insert","Insert Horizontal Rule":"\u63d2\u5165\u6c34\u5e73\u7ebf","Insert Link":"Insert Link","Insert Snippet":"Insert Snippet",Italic:"\u659c\u4f53\u5b57",Justify:"\u5bf9\u9f50\u6587\u5b57","Learn More About the Raptor WYSIWYG Editor":"Learn More About the Raptor WYSIWYG Editor","Left Align":"\u5de6\u5bf9\u9f50\u6587\u672c","Link to a document or other file":"Link to a document or other file","Link to a page on this or another website":"Link to a page on this or another website",
202
+ "Link to an email address":"Link to an email address",Location:"Location","Modify Image Size":"Modify Image Size","N/A":"N/A","New window":"New window","No changes detected to save...":"No changes detected to save...","Not sure what to put in the box above?":"Not sure what to put in the box above?",OK:"\u786e\u5b9a","Open the uploaded file in your browser":"Open the uploaded file in your browser","Ordered List":"Ordered List","Page on this or another website":"Page on this or another website",Paragraph:"Paragraph",
203
+ "Paste Embed Code":"Paste Embed Code","Paste your embed code into the text area below.":"Paste your embed code into the text area below.","Plain Text":"Plain Text",Preview:"Preview",Raptorize:"Raptorize",Reinitialise:"Reinitialise","Remaining characters before the recommended character limit is reached. Click to view statistics":"Remaining characters before the recommended character limit is reached. Click to view statistics","Remove Image Float":"Remove Image Float","Remove Link":"Remove Link","Remove unnecessary markup from editor content":"Remove unnecessary markup from editor content",
204
+ "Resize Image":"Resize Image","Right Align":"\u53f3\u5bf9\u9f50\u6587\u672c",Save:"\u5b58\u50a8","Saved {{saved}} out of {{dirty}} content blocks.":"Saved {{saved}} out of {{dirty}} content blocks.","Saving changes...":"\u4fdd\u5b58\u66f4\u6539...","Select all editable content":"Select all editable content","Select {{element}} element":"Select {{element}} element","Show Guides":"\u7eb2\u8981","Source Code":"Source Code","Step Back":"Step Back","Step Forward":"Step Forward",Strikethrough:"Strikethrough",
205
+ "Sub script":"Sub script","Subject (optional)":"Subject (optional)","Successfully saved {{saved}} content block(s).":"Successfully saved {{saved}} content block(s).","Super script":"Super script","The URL does not look well formed":"The URL does not look well formed","The email address does not look well formed":"The email address does not look well formed","The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.":"The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",
206
+ "The url for the file you inserted doesn't look well formed":"The url for the file you inserted doesn't look well formed","The url for the link you inserted doesn't look well formed":"The url for the link you inserted doesn't look well formed","This block contains unsaved changes":"This block contains unsaved changes",Underline:"\u4e0b\u5212\u7ebf","Unnamed Button":"Unnamed Button","Unnamed Select Menu":"Unnamed Select Menu","Unordered List":"Unordered List","Update Link":"Update Link","Updated link: {{link}}":"Updated link: {{link}}",
207
+ "View / Edit Source":"View / Edit Source","View Source":"View Source","\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes":"\nThere are unsaved changes on this page. \nIf you navigate away from this page you will lose your unsaved changes",root:"\u672c","{{charactersRemaining}} characters over limit":"{{charactersRemaining}} characters over limit","{{charactersRemaining}} characters remaining":"{{charactersRemaining}} characters remaining",
208
+ "{{characters}} characters":"{{characters}} characters","{{characters}} characters, {{charactersRemaining}} over the recommended limit":"{{characters}} characters, {{charactersRemaining}} over the recommended limit","{{characters}} characters, {{charactersRemaining}} remaining":"{{characters}} characters, {{charactersRemaining}} remaining","{{sentences}} sentences":"{{sentences}} sentences","{{words}} word":"{{words}} word","{{words}} words":"{{words}} words"});c.ui.editor.registerPlugin("imageResize",
209
+ {options:{allowOversizeImages:!1,manuallyResizingClass:null,resizeButtonClass:null,resizingClass:null},init:function(a){this.options=c.extend({},this.options,{manuallyResizingClass:this.options.baseClass+"-manually-resize",resizeButtonClass:this.options.baseClass+"-resize-button",resizingClass:this.options.baseClass+"-in-progress"});a.bind("enabled",this.bind,this)},bind:function(){this.options.allowOversizeImages||(this.addImageListeners(),this.editor.bind("change",this.scanForOversizedImages,this),
210
+ this.editor.bind("save",this.save,this));this.editor.bind("destroy",this.cancel,this);this.editor.bind("cancel",this.cancel,this);this.editor.getElement().on("mouseenter."+this.options.baseClass,"img",c.proxy(this.imageMouseEnter,this));this.editor.getElement().on("mouseleave."+this.options.baseClass,"img",c.proxy(this.imageMouseLeave,this))},unbind:function(){this.options.allowOversizeImages||(this.removeImageListeners(),this.editor.unbind("change",this.scanForOversizedImages,this));this.editor.getElement().off("mouseenter."+
211
+ this.options.baseClass,"img");this.editor.getElement().off("mouseleave."+this.options.baseClass,"img")},addImageListeners:function(){this.resized=c.proxy(this.imageResizedByUser,this);var a=this;this.editor.getElement().find("img").each(function(){this.addEventListener&&this.addEventListener("DOMAttrModified",a.resized,!1);this.attachEvent&&this.attachEvent("onpropertychange",a.resized)})},removeImageListeners:function(){var a=this;this.editor.getElement().find("img").each(function(){this.removeEventListener&&
212
+ this.addEventListener("DOMAttrModified",a.resized,!1);this.detachEvent&&this.detachEvent("onpropertychange",a.resized)})},imageResizedByUser:function(a){var b=c(a.target);b.is("img")&&b.attr("_moz_resizing")&&"style"==a.attrName&&a.newValue.match(/width|height/)&&this.editor.fire("change")},scanForOversizedImages:function(){var a=this.editor.getElement(),b=[];c(a.find("img")).each(function(){a.width()<c(this).outerWidth()&&b.push(c(this))});b.length&&this.resizeOversizedImages(b,a.width())},resizeOversizedImages:function(a,
213
+ b){for(var d=c("<a>",{href:"",target:"_blank"}),e=0;e<a.length;e++){var f=a[e],h=f.outerWidth();f.outerHeight();var g=Math.min(b/h),h=Math.round(Math.abs(g*(h-(f.outerWidth()-f.width()))));f.addClass(this.options.resizingClass);d=d.html(f.attr("title")||f.attr("src").substr(f.attr("src").lastIndexOf("/")+1)).attr("href",f.attr("src"));c(f).css({width:h});var i=this;this.showOversizeWarning(o(c(d)),{hide:function(){f.removeClass(i.options.resizingClass)}})}},cancel:function(){this.removeClasses();
214
+ this.removeToolsButtons();this.unbind()},save:function(){this.removeClasses(this.options.resizingClass);this.removeToolsButtons();this.unbind()},showOversizeWarning:function(a,b){this.editor.showInfo(g("The image '{{image}}' is too wide for the element being edited.<br/>It will be resized to fit.",{image:a}),b)},removeClasses:function(a){a||(a=[this.options.resizingClass,this.options.manuallyResizingClass]);c.isArray(a)||(a=[a]);for(var b=0;b<a.length;b++)this.editor.getElement().find("img."+a[b]).removeClass(a[b])},
215
+ manuallyResizeImage:function(a){this.removeToolsButtons();var b=this.editor.getElement().find("img."+this.options.manuallyResizingClass),d=c(b).innerWidth(),e=c(b).innerHeight(),f="#"+this.options.baseClass+"-width",h="#"+this.options.baseClass+"-height",P=this,i=function(a){a=Math.round(a||c(f).val())+"px";c(b).css({width:a})},j=c(this.editor.getTemplate("imageresize.manually-resize-image",{width:d,height:e,baseClass:this.options.baseClass}));j.dialog({modal:!0,resizable:!1,title:g("Modify Image Size"),
216
+ autoOpen:!0,buttons:[{text:g("Resize Image"),click:function(){i(c(this).find(f).val());c(this).dialog("close")}},{text:g("Cancel"),click:function(){i(d);c(this).dialog("close")}}],close:function(){P.editor.checkChange();c(j).remove()},open:function(){var a=c(this).find(f),b=c(this).find(h);a.keyup(function(){b.val(Math.round(Math.abs(e/d*c(this).val())));i()});b.keyup(function(){a.val(Math.round(Math.abs(d/e*c(this).val())));i()})}});a.preventDefault();return!1},displayToolsButtonRelativeToImage:function(a){var b=
217
+ c("<button>"+g("Click to edit the image")+"</button>").appendTo("body").addClass(this.options.resizeButtonClass).button({text:!1,icons:{primary:"ui-icon-tools"}});b.css({position:"absolute",left:c(a).position().left+c(a).innerWidth()-c(b).outerWidth()-10+"px",top:c(a).position().top+10+"px"}).attr("contenteditable",!1).click(c.proxy(this.manuallyResizeImage,this));b.addClass(this.editor.options.supplementaryClass).find("span").addClass(this.editor.options.supplementaryClass);c(a).before(b)},removeToolsButtons:function(){this.editor.getElement().find("."+
218
+ this.options.resizeButtonClass).each(function(){c(this).remove()})},imageMouseEnter:function(a){c(a.target).addClass(this.options.manuallyResizingClass);this.displayToolsButtonRelativeToImage(a.target)},imageMouseLeave:function(a){c(a.relatedTarget).hasClass(this.options.resizeButtonClass)||(c(a.target).removeClass(this.options.manuallyResizingClass),this.removeToolsButtons())}});c.ui.editor.registerPlugin("link",{visible:null,dialog:null,types:{},defaultLinkTypes:[{type:"external",title:function(){return g("Page on this or another website")},
219
+ focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.external",this.options);return this},show:function(a,b){var c=this;a.find('input[name="location"]').bind("keyup",function(){c.validate(a)});b&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("keyup"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked","checked"));return this},attributes:function(a){var b={href:a.find('input[name="location"]').val()};
220
+ a.find('input[name="blank"]').is(":checked")&&(b.target="_blank");this.options.regexLink.test(b.href)||this.plugin.editor.showWarning(g("The url for the link you inserted doesn't look well formed"));return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-url",d=!0;this.options.regexLink.test(a.find('input[name="location"]').val())?a.find(b).has(":visible").hide():(a.find(b).size()||a.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},
221
+ this.options,{messageClass:this.options.baseClass+"-error-message-url",message:g("The URL does not look well formed")}))),a.find(b).not(":visible").show(),d=!1);return d}},{type:"email",title:function(){return g("Email address")},focusSelector:'input[name="email"]',init:function(){this.content=this.plugin.editor.getTemplate("link.email",this.options);return this},show:function(a,b){var c=this;a.find('input[name="email"]').bind("keyup",function(){c.validate(a)});b&&(a.find('input[name="email"]').val(this.plugin.selectedElement.attr("href").replace(/(mailto:)|(\?Subject.*)/gi,
222
+ "")).trigger("keyup"),/\?Subject\=/i.test(this.plugin.selectedElement.attr("href"))&&a.find('input[name="subject"]').val(decodeURIComponent(this.plugin.selectedElement.attr("href").replace(/(.*\?Subject=)/i,""))));return this},attributes:function(a){var b={href:"mailto:"+a.find('input[name="email"]').val()};if(a=a.find('input[name="subject"]').val())b.href=b.href+"?Subject="+encodeURIComponent(a);return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-email",d=!0;this.options.regexEmail.test(a.find('input[name="email"]').val())?
223
+ a.find(b).has(":visible").hide():(a.find(b).size()||a.find('input[name="email"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-email",message:g("The email address does not look well formed")}))),a.find(b).not(":visible").show(),d=!1);return d}},{type:"fileUrl",title:function(){return g("Document or other file")},focusSelector:'input[name="location"]',init:function(){this.content=this.plugin.editor.getTemplate("link.file-url",
224
+ this.options);return this},show:function(a,b){var c=this;a.find('input[name="location"]').bind("keyup",function(){c.validate(a)});b&&(a.find('input[name="location"]').val(this.plugin.selectedElement.attr("href")).trigger("click"),"_blank"===this.plugin.selectedElement.attr("target")&&a.find('input[name="blank"]').attr("checked","checked"));return this},attributes:function(a){var b={href:a.find('input[name="location"]').val()};a.find('input[name="blank"]').is(":checked")&&(b.target="_blank");this.options.regexLink.test(b.href)||
225
+ this.plugin.editor.showWarning(g("The url for the file you inserted doesn't look well formed"));return b},validate:function(a){var b="."+this.options.baseClass+"-error-message-file-url",d=!0;this.options.regexLink.test(a.find('input[name="location"]').val())?a.find(b).has(":visible").hide():(a.find(b).size()||a.find('input[name="location"]').after(this.plugin.editor.getTemplate("link.error",c.extend({},this.options,{messageClass:this.options.baseClass+"-error-message-file-url",message:g("The URL does not look well formed")}))),
226
+ a.find(b).not(":visible").show(),d=!1);return d}}],init:function(a,b){this.options=c.extend({},{panelAnimation:"fade",replaceTypes:!1,customTypes:[],typeDataName:"uiWidgetEditorLinkType",dialogWidth:750,dialogHeight:"auto",dialogMinWidth:670,regexLink:/^(http|https|ftp):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/i,regexEmail:/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/},b);a.bind("save",
227
+ this.repairLinks,this);a.bind("cancel",this.cancel,this)},initTypes:function(){this.types={};for(var a={type:null,title:null,content:null,plugin:this,options:this.options,attributes:function(){},init:function(){return this},show:function(){},editing:function(a){if(a.attr("class"))for(var b=this.classes.split(/\s/gi),d=0;d<b.length;d++)if(b[d].trim()&&c(a).hasClass(b[d]))return!0;return!1},focusSelector:null,focus:function(){if(this.focusSelector){var a=c(this.focusSelector),b=a.val();a.val("");a.focus().val(b)}}},
228
+ b=null,b=this.options.replaceTypes?this.options.customTypes:c.merge(this.defaultLinkTypes,this.options.customTypes),d,e=0;e<b.length;e++)d=c.extend({},a,b[e],{classes:this.options.baseClass+"-"+b[e].type}).init(),this.types[d.type]=d},show:function(){if(!this.visible){p();this.selectedElement=j().first();var a=this.selectedElement.is("a"),b=this.options,d=this,e=this.dialog=c(this.editor.getTemplate("link.dialog",b)).appendTo("body");this.initTypes();var f=this.dialog.find("fieldset"),h;for(h in this.types){var i=
229
+ c.extend({},this.types[h],{title:this.types[h].title()});c(this.editor.getTemplate("link.label",i)).appendTo(f)}f.find('input[type="radio"]').bind("change."+this.editor.widgetName,function(){d.typeChange(d.types[c(this).val()],a)});e.dialog({autoOpen:!1,modal:!0,resizable:!0,width:b.dialogWidth,minWidth:b.dialogMinWidth,height:b.dialogHeight,title:a?g("Edit Link"):g("Insert Link"),dialogClass:b.baseClass+" "+b.dialogClass,buttons:[{text:a?g("Update Link"):g("Insert Link"),click:function(){n();d.apply(a)&&
230
+ c(this).dialog("close")}},{text:g("Cancel"),click:function(){c(this).dialog("close")}}],beforeopen:function(){d.dialog.find("."+d.options.baseClass+"-content").hide()},open:function(){d.visible=!0;var b=e.parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}});var f=e.find('.ui-editor-link-menu input[type="radio"]');f.first().attr("checked","checked");var h=!1;if(a)for(var g in d.types)if(h=
231
+ d.types[g].editing(d.selectedElement)){f.filter('[value="'+g+'"]').attr("checked","checked");d.typeChange(d.types[g],a);break}(!a||a&&!h)&&d.typeChange(d.types[f.filter(":checked").val()],a);c(this).unbind("keyup."+d.editor.widgetName).bind("keyup."+d.editor.widgetName,function(a){13==a.keyCode&&(a=d.types[f.filter(":checked").val()],(!c.isFunction(a.validate)||a.validate(d.dialog.find("."+d.options.baseClass+"-content")))&&b.find("button:eq(0)").trigger("click"))})},close:function(){n();d.visible=
232
+ !1;e.find("."+b.baseClass+"-content").hide();c(this).dialog("destroy")}}).dialog("open")}},apply:function(a){var b=this.types[this.dialog.find('input[type="radio"]:checked').val()],d=b.attributes(this.dialog.find("."+this.options.baseClass+"-content"),a);if(!d)return!0;n();var e=o(c("<a>"+(d.title?d.title:d.href)+"</a>").attr(c.extend({},d,{target:"_blank"})));a?(this.selectedElement[0].className=this.selectedElement[0].className.replace(RegExp(this.options.baseClass+"-[a-zA-Z]+","g"),""),this.selectedElement.addClass(b.classes).attr(d),
233
+ this.editor.showConfirm(g("Updated link: {{link}}",{link:e}))):(ea("a",c.extend(d,{id:this.editor.getUniqueId()}),b.classes),this.editor.showConfirm(g("Added link: {{link}}",{link:e})),this.selectedElement=c("#"+d.id).removeAttr("id"));this.selectedElement.data(this.options.baseClass+"-href",d.href);x(this.selectedElement);p();return!0},typeChange:function(a,b){var d=this.dialog.find("."+this.options.baseClass+"-content"),e=d.closest("."+this.options.baseClass+"-wrap"),f=a.ajaxUri&&!this.types[a.type].content;
234
+ f&&e.addClass(this.options.baseClass+"-loading");var h=this;d.hide(this.options.panelAnimation,function(){f?c.ajax({url:a.ajaxUri,type:"get",success:function(f){d.html(f);h.types[a.type].content=f;e.removeClass(h.options.baseClass+"-loading");a.show(d,b);d.show(h.options.panelAnimation,c.proxy(a.focus,a))}}):(d.html(a.content),a.show(d,b),d.show(h.options.panelAnimation,c.proxy(a.focus,a)))})},remove:function(){this.editor.unwrapParentTag("a")},repairLinks:function(){var a=this;this.editor.getElement().find('a[class^="'+
235
+ this.options.baseClass+'"]').each(function(){c(this).data(a.options.baseClass+"-href")&&c(this).attr("href",c(this).data(a.options.baseClass+"-href"))})},cancel:function(){this.dialog&&c(this.dialog.dialog("close"))}});c.ui.editor.registerUi({link:{hotkeys:{"ctrl+l":{action:function(){this.editor.getPlugin("link").show()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",this.change,this);return a.uiButton({title:g("Insert Link"),click:function(){a.getPlugin("link").show()}})},change:function(){j().length?
236
+ this.ui.enable():this.ui.disable()}},unlink:{hotkeys:{"ctrl+shift+l":{action:function(){this.ui.click()},restoreSelection:!1}},init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);return a.uiButton({title:g("Remove Link"),click:function(){a.getPlugin("link").remove()}})},change:function(){j().is("a")?this.ui.enable():this.ui.disable()}}});c.ui.editor.registerPlugin("list",{options:{},validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),
237
+ validChildren:"a,abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,dfn,em,font,i,iframe,img,input,kbd,label,map,object,p,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var".split(","),toggleList:function(a){c(j()).is("li")&&c(j()).parent().is(a)?this.unwrapList():this.wrapList(a);this.editor.fire("selectionChange");this.editor.fire("change")},unwrapList:function(){p();var a=[],b=[],d=M(),e=N();a.push(c(d).html());b.push(d);if(c(d)[0]!==c(e)[0]){var f=d;do f=c(f).next(),a.push(c(f).html()),
238
+ b.push(f);while(c(f)[0]!==c(e)[0])}f=0===c(d).prev().length;e=0===c(e).next().length;d=c(d).parent();for(listElementsIndex=0;listElementsIndex<b.length;listElementsIndex++)c(b[listElementsIndex]).remove();for(b=0;b<a.length;b++)d.parent().is("li")||(a[b]="<p>"+a[b]+"</p>");f&&e?(d.replaceWith(a.join("")),n(),a=j()[0],x(a)):(f?c(d).before(a.join("")):e?c(d).after(a.join("")):O(a.join("")),n(),this.editor.checkChange())},wrapList:function(a){ba(this.editor.getElement());""===c.trim(y())&&B(j());var b=
239
+ c("<div>").html(y()),d=[],e=this;c(b).contents().each(function(){var a;a="block"===G(this.tagName)?J(c(this).html(),e.validChildren):J(o(c(this)),e.validChildren);a=c("<li>"+a+"</li>");""!==c.trim(a.text())&&d.push(o(a))});b=this.options.baseClass+"-selection";a="<"+a+' class="'+b+'">'+d.join("")+"</"+a+">";n();var f=c(j()[0]).parent(),h=this.editor.getElement()[0];f===h||j()[0]===h?t(a):C(a,this.validParents);b=c(this.editor.getElement().find("."+b).removeClass(b));B(b.find("li:first")[0]);this.editor.checkChange()},
240
+ toggleButtonState:function(a,b){var d=function(a){b.button.toggleClass("ui-state-highlight",a).toggleClass("ui-state-default",!a)},e=M();if(null===e||!e.length)e=this.editor.getElement();var f=N();if(null===f||!f.length)f=this.editor.getElement();e=e[0];f=f[0];if(c(e).is(a)&&c(f).is(a)&&e===f)return d(!0);var h=c(e).parentsUntil(g,a).first()&&c(f).parentsUntil(g,a).first(),g="#"+this.editor.getElement().attr("id"),i=c(e).is(a+" > li")||c(e).parentsUntil(g,a+" > li").length,j=c(f).is(a+" > li")||c(f).parentsUntil(g,
241
+ a+" > li").length;if(i&&j&&h){h=c(Y());h.is(a)||(h=c(h).parentsUntil(g,a).first());g=h.find("ul, ol");if(!g.length)return d(!0);for(h=0;h<g.length;h++)if(c.contains(g[h],e)&&c.contains(g[h],f))return d(!1);return d(!0)}return d(!1)}});c.ui.editor.registerUi({listUnordered:{init:function(a){var b=a.uiButton({title:g("Unordered List"),click:function(){a.getPlugin("list").toggleList("ul")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ul",b)});return b}},listOrdered:{init:function(a){var b=
242
+ a.uiButton({title:g("Ordered List"),click:function(){a.getPlugin("list").toggleList("ol")}});a.bind("selectionChange",function(){a.getPlugin("list").toggleButtonState("ol",b)});return b}}});c.ui.editor.registerUi({logo:{ui:null,init:function(){return this.ui=this.editor.uiButton({title:g("Learn More About the Raptor WYSIWYG Editor"),click:function(){l.open("http://www.jquery-raptor.com/about/editors/","_blank")},ready:function(){var a=function(b){var d=typeof b;if("object"!=d||null===b)return"string"==
243
+ d&&(b='"'+b+'"'),""+b;var e=[],g=b&&c.isArray(b);c.each(b,function(b,c){d=typeof c;"string"==d?c='"'+c+'"':"object"==d&null!==c&&(c=a(c));e.push((g?"":'"'+b+'":')+(""+c))});return(g?"[":"{")+(""+e)+(g?"]":"}")},b={enableUi:this.options.enableUi,enablePlugins:this.options.enablePlugins,disabledPlugins:a(this.options.disabledPlugins),ui:a(this.options.ui),t:(new Date).getTime()},d=[],e;for(e in b)d.push(e+"="+encodeURIComponent(b[e]));this.ui.button.find(".ui-button-icon-primary").css({"background-image":"url(http://www.jquery-raptor.com/logo/0.0.30?"+
244
+ d.join("&")+")"})}})}}});c.ui.editor.registerPlugin("normaliseLineBreaks",{options:{enter:"<p><br/></p>",enterValidTags:"address,blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),shiftEnter:"<br/>",shiftEnterValidTags:"a,abbr,acronym,address,applet,b,bdo,big,blockquote,body,button,caption,center,cite,code,dd,del,dfn,div,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,i,iframe,ins,kbd,label,legend,li,noframes,noscript,object,p,pres,q,s,samp,small,span,strike,strong,sub,sup,td,th,tt,u,var".split(",")},
245
+ hotkeys:{"return":{action:function(){I();var a=""===i.getSelection().toHtml(),b;b=i.getSelection();var d=b.isBackwards()?b.focusNode:b.anchorNode;(b.isBackwards()?b.focusOffset:0!==b.anchorOffset)?b=!1:(b=d.previousSibling,b=!b||""===c(b).html()?!0:!1);var e;d=i.getSelection();e=d.isBackwards()?d.anchorNode:d.focusNode;(d.isBackwards()?d.focusOffset:d.anchorOffset)!==e.textContent.length?e=!1:(d=e.nextSibling,e=!d||""===c(d).html()?!0:!1);var f=this.options.baseClass+"-enter-break",d=c(this.options.enter).attr("id",
246
+ f);C(d,this.options.enterValidTags);d=c("#"+f).removeAttr("id");a?b?w(d.next()):e?w(d):(w(d.next()),(a=d.prev())&&""!==c.trim(a.html())&&o(a)!==this.options.enter&&d.remove()):(w(d.next()),d.remove())},restoreSelection:!1},"return+shift":{action:function(){I();var a=this.options.baseClass+"-enter-break",b=c(this.shiftEnter).attr("id",a).appendTo("body");this.options.shiftEnterValidTags?C(this.options.shiftEnter,this.options.shiftEnterValidTags):t(b);a=c("#"+a).removeAttr("id").next();w(a)},restoreSelection:!1}}});
247
+ c.ui.editor.registerPlugin("paste",{options:{allowedTags:"h1,h2,h3,h4,h5,h6,div,ul,ol,li,blockquote,p,a,span,hr,br".split(","),allowedAttributes:["href","title"],allowedEmptyTags:["hr","br"]},init:function(a,b){var d=!1,e=!1,f=this;a.getElement().bind("paste."+a.widgetName,c.proxy(function(){if(d)return!1;d=!0;p();c(".uiWidgetEditorPasteBin").length&&c(".uiWidgetEditorPasteBin").remove();c('<div class="uiWidgetEditorPasteBin" contenteditable="true" style="width: 1px; height: 1px; overflow: hidden; position: fixed; top: -1px;" />').appendTo("body");
248
+ c(".uiWidgetEditorPasteBin").focus();l.setTimeout(function(){var h=c(".uiWidgetEditorPasteBin").html(),h=f.filterAttributes(h),h=f.filterChars(h),h=f.stripEmpty(h),h=f.stripAttributes(h),h=J(h,f.options.allowedTags),h={plain:c("<div/>").html(c(".uiWidgetEditorPasteBin").html()).text(),markup:h,html:c(".uiWidgetEditorPasteBin").html()};e=c(a.getTemplate("paste.dialog",h));c(e).dialog({modal:!0,width:650,height:500,resizable:!0,title:"Paste",position:"center",show:b.dialogShowAnimation,hide:b.dialogHideAnimation,
249
+ dialogClass:b.baseClass+" "+b.dialogClass,buttons:[{text:g("Insert"),click:function(){var b=null,b=c(this).find(".ui-editor-paste-area:visible"),b=b.hasClass("ui-editor-paste-plain")||b.hasClass("ui-editor-paste-source")?b.val():b.html(),b=f.filterAttributes(b),b=f.filterChars(b);n();t(b);a.checkChange();d=!1;c(this).dialog("close")}},{text:g("Cancel"),click:function(){n();d=!1;c(this).dialog("close")}}],open:function(){var a=c(this).find(".ui-editor-paste-panel-tabs");a.find("ul.ui-tabs-nav li").click(function(){a.find("ul.ui-tabs-nav li").removeClass("ui-state-active").removeClass("ui-tabs-selected");
250
+ c(this).addClass("ui-state-active").addClass("ui-tabs-selected");a.children("div").hide().eq(c(this).index()).show()});var b=e.parent().find(".ui-dialog-buttonpane");b.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});b.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){d=!1;c(this).dialog("destroy").remove()}});c(".uiWidgetEditorPasteBin").remove()},0);return!0},this))},filterAttributes:function(a){c.each([{regexp:/(<meta\s*[^>]*\s*>)|(<\s*link\s* href="file:[^>]*\s*>)|(<\/?\s*\w+:[^>]*\s*>)/gi,
251
+ handler:""},{regexp:/(class="Mso[^"]*")|(<\!--(.|\s){1,}?--\>)/gi,handler:""},{regexp:/(class="Apple-(style|converted)-[a-z]+\s?[^"]+")/,handle:""},{regexp:/id="internal-source-marker_[^"]+"|dir="[rtl]{3}"/,handle:""},{regexp:/(<p[^>]*>\s*(\&nbsp;|\u00A0)*\s*<\/p[^>]*>)|(<p[^>]*>\s*<font[^>]*>\s*(\&nbsp;|\u00A0)*\s*<\/\s*font\s*>\s<\/p[^>]*>)/ig,handler:""},{regexp:/(style="[^"]*mso-[^;][^"]*")|(style="margin:\s*[^;"]*;")/gi,handler:""},{regexp:/(?:<style([^>]*)>([\s\S]*?)<\/style>|<link\s+(?=[^>]*rel=['"]?stylesheet)([^>]*?href=(['"])([^>]*?)\4[^>\/]*)\/?>)/gi,
252
+ handler:""},{regexp:/(<\s*script[^>]*>((.|\s)*?)<\\?\/\s*script\s*>)|(<\s*script\b([^<>]|\s)*>?)|(<[^>]*=(\s|)*[("|')]javascript:[^$1][(\s|.)]*[$1][^>]*>)/ig,handler:""}],function(b,c){a=a.replace(c.regexp,c.handler)});return a},filterChars:function(a){a=a.replace(/[\u2018|\u2019|\u201A]/g,"'");a=a.replace(/[\u201C|\u201D|\u201E]/g,'"');a=a.replace(/\u2026/g,"...");a=a.replace(/[\u2013|\u2014]/g,"-");a=a.replace(/\u02C6/g,"^");a=a.replace(/\u2039/g,"<");a=a.replace(/\u203A/g,">");return a=a.replace(/[\u02DC|\u00A0]/g,
253
+ " ")},stripAttributes:function(a){var a=c("<div/>").html(a),b=this.options.allowedAttributes;c(a.find("*")).each(function(){var a=[];c.each(this.attributes,function(e,g){-1===c.inArray(g.nodeName,b)&&a.push(g.nodeName)});for(var e=0;e<a.length;e++)c(this).attr(a[e],null)});return a.html()},stripEmpty:function(a){var a=c("<div/>").html(a),b=this.options.allowedEmptyTags;a.find("*").filter(function(){return-1!==c.inArray(this.tagName.toLowerCase(),b)||c(this).find(b.join(",")).length?!1:""===c.trim(c(this).text())}).remove();
254
+ return a.html()},updateAreas:function(a,b){var d=c(a).is("textarea")?c(a).val():c(a).html();c(a).hasClass("ui-editor-paste-plain")||b.find(".ui-editor-paste-plain").val(c("<div/>").html(d).text());c(a).hasClass("ui-editor-paste-rich")||b.find(".ui-editor-paste-rich").html(d);c(a).hasClass("ui-editor-paste-source")||b.find(".ui-editor-paste-source").html(d);c(a).hasClass("ui-editor-paste-markup")||b.find(".ui-editor-paste-markup").html(this.stripAttributes(d))}});c.ui.editor.registerPlugin("placeholder",
255
+ {init:function(a,b){b=c.extend({},{content:"[Your content here]",tag:"p",select:!0},b);this.show=function(){if(!c.trim(a.getElement().html())){var d=c(document.createElement(b.tag)).html(b.content);a.getElement().html(d);b.select&&B(d)}};a.bind("show",this.show)}});c.ui.editor.registerUi({raptorize:{init:function(a){var b=a.uiButton({title:g("Raptorize"),ready:function(){b.button.raptorize&&b.button.raptorize()}});return b}}});c.ui.editor.registerPlugin("saveJson",{options:{id:{attr:"name"},postName:"content",
256
+ showResponse:!1,appendId:!1,ajax:{url:"/",type:"post",cache:!1},callback:null},init:function(){},getId:function(){if("string"===typeof this.options.id)return this.options.id;if("function"===typeof this.options.id)return this.options.id.apply(this,[this.editor.getOriginalElement()]);if(this.options.id.attr){var a=this.editor.getOriginalElement().attr(this.options.id.attr);if(a)return a}return null},getData:function(){var a={};a[this.getId()]=this.editor.save();return a},save:function(){this.message=
257
+ this.editor.showLoading(g("Saving changes..."));var a={},b=0;this.editor.unify(function(d){d.isDirty()&&(b++,d=d.getPlugin("saveJson"),c.extend(a,d.getData()))});this.dirty=b;this.requests=this.failed=this.saved=0;this.ajax(a)},done:function(a){this.options.multiple?this.saved++:this.saved=this.dirty;var b=this;this.options.showResponse&&this.editor.showConfirm(a,{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar();b.options.callback&&c.isFunction(b.options.callback)&&
258
+ b.options.callback.call(b)})}})},fail:function(a){this.options.multiple?this.failed++:this.failed=this.dirty;this.options.showResponse&&this.editor.showError(a.responseText)},always:function(){this.dirty===this.saved+this.failed&&(this.options.showResponse||(0<this.failed&&0===this.saved?this.editor.showError(g("Failed to save {{failed}} content block(s).",this)):0<this.failed?this.editor.showError(g("Saved {{saved}} out of {{dirty}} content blocks.",this)):this.editor.showConfirm(g("Successfully saved {{saved}} content block(s).",
259
+ this),{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})),this.message.hide(),this.message=null)},ajax:function(a,b){var d=c.extend(!0,{},this.options.ajax);c.isFunction(d.data)?d.data=d.data.apply(this,[b,a]):this.options.postName&&(d.data={},d.data[this.options.postName]=JSON.stringify(a));c.isFunction(d.url)&&(d.url=d.url.apply(this,[b]));this.requests++;c.ajax(d).done(c.proxy(this.done,this)).fail(c.proxy(this.fail,this)).always(c.proxy(this.always,
260
+ this))}});c.ui.editor.registerPlugin("saveRest",{options:{showResponse:!1,ajax:{url:"/",type:"post",cache:!1}},init:function(){},getId:function(){if("string"===typeof this.options.id)return this.options.id;if(this.options.id.attr){var a=this.editor.getOriginalElement().attr(this.options.id.attr);if(a)return a}return null},getData:function(){this.getId();this.editor.save();return this.editor.save()},save:function(){this.message=this.editor.showLoading(g("Saving changes..."));this.requests=this.failed=
261
+ this.saved=0;var a=this,b=0;this.editor.unify(function(c){c.isDirty()&&(b++,c.getPlugin("saveRest").ajax(c.save(),a))});this.dirty=b;0===b&&(this.message.hide(),this.editor.showInfo(g("No changes detected to save...")))},done:function(a){this.options.multiple?this.saved++:this.saved=this.dirty;this.options.showResponse&&this.editor.showConfirm(a,{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();a.hideToolbar()})}})},fail:function(a){this.options.multiple?this.failed++:this.failed=
262
+ this.dirty;this.options.showResponse&&this.editor.showError(a.responseText)},always:function(){this.dirty===this.saved+this.failed&&(this.options.showResponse||(0<this.failed&&0===this.saved?this.editor.showError(g("Failed to save {{failed}} content block(s).",this)):0<this.failed?this.editor.showError(g("Saved {{saved}} out of {{dirty}} content blocks.",this)):this.editor.showConfirm(g("Successfully saved {{saved}} content block(s).",this),{delay:1E3,hide:function(){this.editor.unify(function(a){a.disableEditing();
263
+ a.hideToolbar()})}})),this.message.hide(),this.message=null)},ajax:function(a,b){var d=c.extend(!0,{},this.options.ajax);c.isFunction(d.data)?d.data=d.data.apply(this,[a]):this.options.postName&&(d.data={},d.data[this.options.postName]=JSON.stringify(a));c.isFunction(d.url)&&(d.url=d.url.apply(this));b.requests++;c.ajax(d).done(c.proxy(b.done,b)).fail(c.proxy(b.fail,b)).always(c.proxy(b.always,b))}});c.ui.editor.registerUi({save:{options:{plugin:"saveJson"},init:function(a){return a.uiButton({title:g("Save"),
264
+ icon:"ui-icon-save",click:function(){a.checkChange();a.getPlugin(this.options.plugin).save()}})}}});c.ui.editor.registerPlugin({snippet:{ids:[],enabled:!1,init:function(a,b){if(b.snippets){for(var c=0,e=b.snippets.length;c<e;c++)this.createSnippet(b.snippets[c],a);a.bind("restore",this.createButtons,this);a.bind("save",this.disable,this);a.bind("cancel",this.disable,this);a.bind("enabled",this.enable,this);a.bind("disabled",this.disable,this)}},createSnippet:function(){},enable:function(){this.enabled=
265
+ !0;this.createButtons()},disable:function(){this.removeButtons();this.enabled=!1},createButtons:function(){for(var a=this.editor,b=0,c=this.options.snippets.length;b<c;b++){var e=this.options.snippets[b];e.repeatable&&this.createButton(e,a)}},createButton:function(a,b){if(this.enabled){var d=this,e=b.getUniqueId();this.ids.push(e);var f=c("<button/>").addClass(d.options.baseClass).addClass(d.options.baseClass+"-button").addClass(d.options.baseClass+"-button-"+a.name).addClass(e).text("Add").click(function(){d.insertSnippet.call(d,
266
+ a,b,this)}),g=a.buttonAfter||b.getElement();c.isFunction(g)?g.call(this,f,a):f.insertAfter(g);c("."+e).button({icons:{primary:"ui-icon-plusthick"}})}},removeButtons:function(){if(this.enabled){for(var a=0,b=this.ids.length;a<b;a++)c("."+this.ids[a]).remove();a=0;for(b=this.options.snippets.length;a<b;a++){var d=this.options.snippets[a];c.isFunction(d.clean)&&d.clean.call(d,this,this.editor)}}},insertSnippet:function(a,b,d){var e=c(a.template).html(),f=a.appendTo||b.getElement();c.isFunction(f)?f.call(this,
267
+ e,a,d):c(e).appendTo(f);b.disableEditing();b.enableEditing()}}});c.ui.editor.registerUi({statistics:{options:{maximum:null,showCountInButton:!0,characterLimitTitle:g("Remaining characters before the recommended character limit is reached. Click to view statistics"),characterCountTitle:g("Click to view statistics")},init:function(a){a.bind("show",c.proxy(this.updateCount,this));a.bind("change",c.proxy(this.updateCount,this));return this.editor.uiButton({title:z(this.options.maximum)?this.options.characterLimitTitle:
268
+ this.options.characterCountTitle,label:g("Initializing"),text:!0,icon:"ui-icon-dashboard",click:function(){this.showStatistics()}})},updateCount:function(){var a=null,b=null,b=c("<div/>").html(this.editor.getCleanHtml()).text().length;z(this.options.maximum)?(a=this.options.maximum-b,b=0<=a?g("{{charactersRemaining}} characters remaining",{charactersRemaining:a}):g("{{charactersRemaining}} characters over limit",{charactersRemaining:-1*a})):b=g("{{characters}} characters",{characters:b});var d=this.ui.button;
269
+ !1===this.options.showCountInButton&&d.button("option","text",!1);d.button("option","label",b);d.button("option","text",!0);z(this.options.maximum)&&(0>a?d.addClass("ui-state-error").removeClass("ui-state-default"):0<=a&&15>=a?d.addClass("ui-state-highlight").removeClass("ui-state-error ui-state-default"):d.removeClass("ui-state-highlight ui-state-error").addClass("ui-state-default"))},showStatistics:function(){this.processTemplate().dialog({modal:!0,resizable:!1,title:g("Content Statistics"),dialogClass:this.editor.options.dialogClass+
270
+ " "+this.editor.options.baseClass,show:this.editor.options.dialogShowAnimation,hide:this.editor.options.dialogHideAnimation,buttons:[{text:g("OK"),click:function(){c(this).dialog("close")}}],open:function(){c(this).parent().find(".ui-dialog-buttonpane").find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}})},close:function(){c(this).dialog("destroy").remove()}})},processTemplate:function(){var a=c("<div/>").html(this.editor.getCleanHtml()).text(),b=null,d=this.options.maximum?this.options.maximum-
271
+ a.length:"&infin;",b=z(d)?g("Content contains more than {{limit}} characters and may be truncated",{limit:this.options.maximum}):g("Content will not be truncated"),e=null,e=a.split(" ").length,e=1==e?g("{{words}} word",{words:e}):g("{{words}} words",{words:e}),f=null,f=a.split(". ").length,f=g("{{sentences}} sentences",{sentences:f}),h=null,h=0<=d||!z(d)?g("{{characters}} characters, {{charactersRemaining}} remaining",{characters:a.length,charactersRemaining:d}):g("{{characters}} characters, {{charactersRemaining}} over the recommended limit",
272
+ {characters:a.length,charactersRemaining:-1*d});return c(this.editor.getTemplate("statistics.dialog",{characters:h,words:e,sentences:f,truncation:b}))}}});c.ui.editor.registerUi({tagMenu:{validParents:"blockquote,body,button,center,dd,div,fieldset,form,iframe,li,noframes,noscript,object,td,th".split(","),init:function(a){a.bind("selectionChange",this.change,this);a.bind("show",this.change,this);return a.uiSelectMenu({name:"tagMenu",title:g("Change HTML tag of selected element"),select:c(a.getTemplate("tagmenu.menu")),
273
+ change:function(b){if(!("undefined"===typeof b||"na"===b)){var d=a.getElement()[0],e=j();if(!y()||""===y()){if(c(e)[0]===c(d)[0])return;p();d=c("<"+b+">").html(e.html());e.replaceWith(d);n()}else{var e=c(j()[0]).parent(),f=this.options.baseClass+"-selection",b=c("<"+b+">").html(y()).addClass(f);e===d||j()[0]===d?t(b):C(b,this.validParents);B(a.getElement().find("."+f).removeClass(f))}a.checkChange()}}})},change:function(){var a=j()[0];a?(a=a.tagName.toLowerCase(),this.ui.select.find("option[value="+
274
+ a+"]").length?this.ui.val(a):this.ui.val("na"),c(this.ui.button).toggleClass("ui-state-disabled",this.editor.getElement()[0]===j()[0])):c(this.ui.button).toggleClass("ui-state-disabled",!0)}}});c.ui.editor.registerPlugin("toolbarTip",{init:function(){c.browser.msie||this.bind("show, tagTreeUpdated",function(){c(".ui-editor-wrapper [title]").each(function(){c(this).attr("data-title",c(this).attr("title"));c(this).removeAttr("title")})})}});(function(){var a=null,b=0;c.ui.editor.registerPlugin("unsavedEditWarning",
275
+ {init:function(d){var e=this;a||(a=c(d.getTemplate("unsavededitwarning.warning",this.options)).attr("id",d.getUniqueId()).appendTo("body").bind("mouseenter."+d.widgetName,function(){c.ui.editor.eachInstance(function(a){a.isDirty()&&a.getElement().addClass(e.options.baseClass+"-dirty")})}).bind("mouseleave."+d.widgetName,function(){c("."+e.options.baseClass+"-dirty").removeClass(e.options.baseClass+"-dirty")}));d.bind("dirty",function(){b++;0<b&&(K(a),a.addClass(e.options.baseClass+"-visible"))});
276
+ d.bind("cleaned",function(){b--;0===b&&a.removeClass(e.options.baseClass+"-visible")})}})})();c.ui.editor.registerUi({viewSource:{init:function(a){return a.uiButton({title:g("View / Edit Source"),click:function(){this.show()}})},show:function(){var a=this,b=c(this.editor.getTemplate("viewsource.dialog",{baseClass:a.options.baseClass,source:a.editor.getHtml()})),d=this.ui.button;c(d).button("option","disabled",!0);b.dialog({modal:!1,width:600,height:400,resizable:!0,title:g("View Source"),autoOpen:!0,
277
+ dialogClass:a.options.baseClass+" "+a.options.dialogClass,buttons:[{text:g("Apply Source"),click:function(){var b=c(this).find("textarea").val();a.editor.setHtml(b);c(this).find("textarea").val(a.editor.getHtml())}},{text:g("Close"),click:function(){c(this).dialog("close")}}],open:function(){var a=c(this).parent().find(".ui-dialog-buttonpane");a.find("button:eq(0)").button({icons:{primary:"ui-icon-circle-check"}});a.find("button:eq(1)").button({icons:{primary:"ui-icon-circle-close"}})},close:function(){c(this).dialog("destroy").remove();
278
+ c(d).button("option","disabled",!1);a.editor.checkChange()}})}}});var r=!1})(jQuery,window,rangy);
5
279
  jQuery('<style type="text/css">.ui-editor-wrapper{overflow:visible;z-index:1001;position:fixed}.ui-editor-wrapper .ui-editor-toolbar{padding:6px 0 0 5px;overflow:visible}.ui-editor-wrapper .ui-editor-toolbar,.ui-editor-wrapper .ui-editor-toolbar *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path:first-child{margin-left:5px}.ui-editor-wrapper .ui-dialog-titlebar .ui-editor-element-path{min-width:10px;min-height:15px;display:inline-block}.ui-editor-dock-docked-to-element .ui-editor-toolbar{padding:5px 0 0 5px!important}.ui-editor-dock-docked-to-element .ui-editor-toolbar .ui-editor-group{margin:0 5px 5px 0}.ui-editor-dock-docked-element{display:block!important;border:0 none transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper textarea,.ui-editor-wrapper input{padding:5px}.ui-editor-wrapper .ui-dialog-content{font-size:13px}.ui-editor-wrapper textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1}html body div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-editing{outline:0}.ui-editor-wrapper textarea,.ui-editor-wrapper input{border:1px solid #d4d4d4}.ui-editor-wrapper .ui-dialog-content{font-size:13px}html body div.ui-wrapper div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon{margin-top:0!important}.ui-editor-path{padding:5px;font-size:13px}.ui-editor-selectmenu{overflow:visible;position:relative}.ui-editor-selectmenu-button{text-align:left;padding:3px 18px 5px 5px!important;float:none!important}.ui-editor-selectmenu-button .ui-icon{position:absolute;right:1px;top:8px}.ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px}.ui-editor-selectmenu-wrapper{position:relative}.ui-editor-selectmenu-button .ui-button-text{padding:0 25px 0 5px}.ui-editor-selectmenu-button .ui-icon{background-repeat:no-repeat}.ui-editor-selectmenu-menu{position:absolute;top:100%;left:0;right:auto;display:none;margin-top:-1px!important}.ui-editor-selectmenu-visible .ui-editor-selectmenu-menu{display:block;z-index:1}.ui-editor-selectmenu-menu-item{padding:5px;margin:3px;z-index:1;text-align:left;font-size:13px;font-weight:normal!important;border:1px solid transparent;cursor:pointer;background-color:inherit}.ui-editor-selectmenu-button{background:#f5f5f5;border:1px solid #ccc}.ui-editor-buttonset .ui-editor-selectmenu-visible .ui-editor-selectmenu-button{-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.ui-editor-buttonset{float:left;margin:0 5px 4px 0;display:inline-block}.ui-editor-buttonset>.ui-button{float:left;display:block;margin:0 -1px 0 0;font-size:13px}.ui-editor-buttonset .ui-button:hover{z-index:1}.ui-editor-buttonset .ui-editor-selectmenu{display:block}.ui-editor-buttonset .ui-editor-selectmenu .ui-button{margin:0 -1px 0 0}.ui-editor-ff .ui-editor-buttonset{float:none;vertical-align:top}.ui-editor-wrapper .ui-button{height:32px;margin-bottom:0;margin-top:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-wrapper .ui-button-icon-only{width:32px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:first-child{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-wrapper .ui-editor-buttonset>.ui-button:last-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.ui-editor-unsupported{position:relative}.ui-editor-unsupported-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:black;filter:alpha(opacity=50);opacity:.5}.ui-editor-unsupported-content{position:fixed;top:50%;left:50%;margin:-200px 0 0 -300px;width:600px;height:400px}.ui-editor-unsupported-input{position:absolute;bottom:10px}.ui-editor-unsupported-content{padding:10px;background-color:white;border:1px solid #777}.ui-editor-messages{margin:0}.ui-editor-messages .ui-editor-message-close{cursor:pointer;float:right}.ui-editor-messages .ui-icon{margin:0 0 3px 3px}.ui-editor-messages .ui-icon,.ui-editor-messages .ui-editor-message{display:inline-block;vertical-align:top}.ui-editor-messages .ui-editor-message-wrapper{padding:3px 3px 3px 1px;-webkit-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);-moz-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5);box-shadow:inset 0 -1px 1px rgba(0,0,0,0.35),inset 0 1px 2px rgba(255,255,255,0.5)}.ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px}.ui-editor-messages .ui-editor-message-wrapper:last-child{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.ui-editor-messages .ui-editor-message-circle-close{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWQ0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhMWMxYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff5d4b),color-stop(100%,#fa1c1c));background:-webkit-linear-gradient(top,#ff5d4b,#fa1c1c);background:-moz-linear-gradient(top,#ff5d4b,#fa1c1c);background:-o-linear-gradient(top,#ff5d4b,#fa1c1c);background:-ms-linear-gradient(top,#ff5d4b,#fa1c1c);background:linear-gradient(top,#ff5d4b,#fa1c1c)}.ui-editor-messages .ui-editor-message-circle-check{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWI4ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1Yzk1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#cdeb8e),color-stop(100%,#a5c956));background:-webkit-linear-gradient(top,#cdeb8e,#a5c956);background:-moz-linear-gradient(top,#cdeb8e,#a5c956);background:-o-linear-gradient(top,#cdeb8e,#a5c956);background:-ms-linear-gradient(top,#cdeb8e,#a5c956);background:linear-gradient(top,#cdeb8e,#a5c956)}.ui-editor-messages .ui-editor-message-info{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTRmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmYjRlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#a9e4f7),color-stop(100%,#0fb4e7));background:-webkit-linear-gradient(top,#a9e4f7,#0fb4e7);background:-moz-linear-gradient(top,#a9e4f7,#0fb4e7);background:-o-linear-gradient(top,#a9e4f7,#0fb4e7);background:-ms-linear-gradient(top,#a9e4f7,#0fb4e7);background:linear-gradient(top,#a9e4f7,#0fb4e7)}.ui-editor-messages .ui-editor-message-alert{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffd65e),color-stop(100%,#febf04));background:-webkit-linear-gradient(top,#ffd65e,#febf04);background:-moz-linear-gradient(top,#ffd65e,#febf04);background:-o-linear-gradient(top,#ffd65e,#febf04);background:-ms-linear-gradient(top,#ffd65e,#febf04);background:linear-gradient(top,#ffd65e,#febf04)}.ui-editor-messages .ui-editor-message-clock{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiODNmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5M2NlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fb83fa),color-stop(100%,#e93cec));background:-webkit-linear-gradient(top,#fb83fa,#e93cec);background:-moz-linear-gradient(top,#fb83fa,#e93cec);background:-o-linear-gradient(top,#fb83fa,#e93cec);background:-ms-linear-gradient(top,#fb83fa,#e93cec);background:linear-gradient(top,#fb83fa,#e93cec)}.ui-editor-messages .ui-editor-message-clock .ui-icon.ui-icon-clock{background:transparent url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat center center}.ui-editor-align-left-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VYPbAZR1QUb0WxEZmPD1lR3wTYCttpSJQxg6mE0sgt2E/AzCLMBMTsQcwCxAskuQE722FwwEYiNsNjKClR8EUjH4w2DActMFBsAEGAAnS84DrgEl1wAAAAASUVORK5CYII=\') 0 0}.ui-editor-align-left-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-right-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAvYjGYrMhuEHanugo0EbETH1jQPg714bGcGYhOqu2A3AT+DMBvQQnYgzQHECiS7ADnZw9j4wmA61J+sQMUcUFtBtrMC8TEg9kNxwYBlJooNAAgwAJo0OAu5XKT8AAAAAElFTkSuQmCC\') 0 0}.ui-editor-align-right-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-center-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAlswGErjO2KrJiqLtiIw0Zc2JpmYbCTgM2WFIUBTD2MRnbBbgI2gzAbELMDMQcQK5DsAuRkj80FMDAFiI2RbGUFKuaA2noGiEOwhsGAZSaKDQAIMAB/BzgOq8akNwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-align-center-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-align-justify-button .ui-icon{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzYWEzQfHlf//+lYL0McK8ADSAJJuBBqC6AAjWYrEN2VZkNgg7Ut0FGwnYiI6tqe6CbUTYCsPMQGxCdRfsJsJmNqCF7ECaA4gVSHYBcrKHsZFdMBGIjbDYygpUzAG1FWQ7KxAfA2I/FBcMWGai2ACAAAMAvPA4C7ttvJ4AAAAASUVORK5CYII=\') 0 0}.ui-editor-align-justify-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-bold-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKRJREFUeNpi/P//PwMlgImBQjDwBrCgmMbEpA2kGnGofQ3E9UD86t+/fzhdcBWIpwExMxQ3AHEIEK8BYgkgdsLrAih4A8SsaBYwQcWYiDGAEcmAbiwuJBiIIAPYoLgfiMuBeBmUXwHEXIQMYEIy4BUQXwDiy1C+HBBrEPKCDBCzwwwDpVRGRkZksU8ozkVOykCFVkBqOZ5oB3lpAoqe0bzAABBgANfuIyxmXKp/AAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-bold-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-italic-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwMlgImBQjDwBrBgmMgEN1MbiBvRpOv//ft3FUUEFIjImJGRERnrAPF6IO6BiaGrZyLCi6xAvJDcMLAA4j9AfJlcA/yBeCe5sWAExAJAfIKkWIAFJBAUATE7kM+M143ooQoEVkD8EA1b4Yy10bzAABBgAC7mS5rTXrDAAAAAAElFTkSuQmCC\') 0 0}.ui-editor-text-italic-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-underline-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQkCxASwopjExhQGpMCSheijdiCz279+/q3AeKAxgmJGREYSdgHgdlIaJ6SCLIevB5oXXUJe9RhK7gkUMZxgwAjEzlEYG2MRwGsCKRTErKQawYFHMQqwBn6G2qSCJGULFPmPYhpwSgdEIY6YCcTKa2rlAPBvEAEYjdgNAUYRMowOYWmQ9LFjUPSGQP2RwemFoZiaAAAMAlEI7bVBRJkoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-underline-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-strike-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL5JREFUeNpi/P//PwMlgImBQkCxASwopjHBzbMB4nQg5oTyrwKxNhAXAfGjf//+EXRBFhC/BOI0KAapYwZpxusCJPASquEdlD8FiHWwKWREjgUkL4gDcQ0QfwfiXqiBcIDsBXQD9hATcEADXOAckAEwzMjIiI4lgHgiEM8GYkmYOLIeXAZ4I2sA4vlQjGEArkBsAeJzQAUVYH8yMnIAKTmC6QAaHhpALALEPCBDoOJfgFQ5wVgYmnmBYgMAAgwAEGZWNyZpBykAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-strike-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-sub-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMlgImBQjDwBrDATWJCMWs6lM7Ep/nfv39YXSAPxL+AWALKJtkLLkB8EohZoWySDbAH4uNQQ+xJNUAJiH8DMT8QPwZiWagYDEwA4v1QGgJACQmEGRkZQTgXiI+i4VyoHAy7AfEaEBucCNEM2AzEKkiKu6BiYMuAdAYQLwZiKQwDgGAVED+E0iBgBeUjiy1HErMCWzyaFxgAAgwA5Gw9vTeiCqoAAAAASUVORK5CYII=\') 0 0}.ui-editor-text-sub-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-text-super-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpi/P//PwMlgImBQjDwBrCgmMaEYt50KJ0JpRuBWBuIrwJx/b9///C6QB6IfwGxBJQNAvVAPAkqRtALLkB8EohZoWwQiAbiICCuI8YAeyA+DjXEHiqmD8SaQLwIysYMAyhQAuLfQMwPxI+B2AkqVkZsLHgDsQYQTwXiVCBmg4phB6CUCMOMjIwgvBmIVaBsEO6CijEgY5geFAOAYBUQP4TSIGAF5SOLoVjMOJoXGAACDACTRz3jjn6PnwAAAABJRU5ErkJggg==\') 0 0}.ui-editor-text-super-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-quote-block-button .ui-icon-quote{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGVJREFUeNpi/P//PwMlgImBQjAcDWBhYZEA4r1AHA/EKHxiXQBS+BKIF+LgEzTAG4h3I0UvOh+/AUCFbECcDmROA2lC5mMzgAWLGDuUtsTBJ+iFeUDMC6Wx8VEA42hSptwAgAADAO3wKLgntfGkAAAAAElFTkSuQmCC\') 0 0}.ui-editor-quote-block-button:hover .ui-icon-quote{filter:alpha(opacity=100);opacity:1}.ui-editor-clean-button .ui-icon-clean{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABNVBMVEUAAAAAAAAgSocgSocgPnAAAABxcXFPT09YWFggSocgSocoToUbPXgSN3kyYZw0ZqT///8iUZkgSoc1Z6UiUJaJrNkwXpZIeLiOvO03a6s4b7JekNUjUpqCp9eNr9pSjeAwX5g2aqquxuV8otPB1euOsNv8/f6gveFgkdVnkMmbuuVfk9lkk9fK3Pbs8vmWtd5Vjs98odCHqNWkv+Jzms6Qt+xnmNuzyudVidS90u6hwe5mmuQtXKCow+OqxepNg82Xtd3C1Ox0m89vl8x3oNl4n9NSjuDi7PqlxO+MtOyWtt2fwO60y+dUjt5zm8/L2+9qneT3+f7g6/qDrelRi95snuWowuSfvOGPr9uwyeqRsdqUs9qat92OrtmDptN5ns9Rh8hqk8uXuehwnt1vl83e6vmZu+gBAK69AAAADXRSTlMbAKM01gogSSmAy7W1OP1GaAAAAM1JREFUeF5VzNN2A1EAQNE7TIrrsSe0Udu2zf//hHZWk672PO6HAySR/UmUwBjT9XyzeJlZuGpe60wE474TxxghhHEcOz4DzLcxRoZhJGT/AOcoiiKEOE9AZEGw291fOcpNdZeD74fEqKZ5lFLP0+YplIDAzBfXrTQKNyW3bEIhgV51QD5fyVv1fQir0zOzcxfW4tLaCGqkHoYWWR/BxubW9k5/7+PgcAjZ8JicnJKz82wC6gRstTu3d/cPj0/PcFIF6ZQMf5NTaaCAfylf1j4ecCeyzckAAAAASUVORK5CYII=\') 0 0}.ui-editor-clean-button:hover .ui-icon-clean{filter:alpha(opacity=100);opacity:1}.ui-editor-clear-formatting-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wGGxcPH7KJ9wUAAAEKSURBVDjL3ZG9SgNBFIW/I76D1RIEazEIFitWNguxUPANUkUIKG4jYiEBC7WwUFJZiNssFvoOFipMFx/AoIVVEAvxB7w2MyBhV5Iq4IHLPecy9zBzBv4nJLUltQc5O1awXAE+gAnPhzMAFoE7YNzzoQ0WgBvg1vPBDSRNAl9m9gC4ebPpc+jkkADkkOTggi4KryFpV9KMpHgfXr/T1DJwGWxn4IIuM7iQdB1qDu73oPder9spuNDPYLZoeUrSZd9saQUej6DzUqvZCbhj2Pjr+pu/ZzuwnMLbc7Vqh+BCPyjIIAaefMVhuA69bhTZGnyuwlULXDeKrFWWQT+akDTAbfk3B90s+4WR4Acs5VZuyM1J1wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-clear-formatting-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-click-button-to-edit-button{z-index:4000}.ui-editor-click-button-to-edit{outline:1px solid transparent}.ui-editor-click-button-to-edit-highlight{outline:1px dotted rgba(0,0,0,0.5);-webkit-transition:all .5s 0s;-moz-transition:all .5s 0s;-ms-transition:all .5s 0s;-o-transition:all .5s 0s;transition:all .5s 0s}.ui-editor-color-picker-basic-select .ui-editor-selectmenu-menu{min-width:100px}.ui-editor-color-picker-basic-select span{padding-left:2px}.ui-editor-color-picker-basic-swatch{width:16px;height:16px;float:left;margin-top:2px;border:1px solid rgba(0,0,0,0.2)}.ui-editor-debug-reinit-button .ui-icon-reload{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqBJREFUeNqkU01PE2EQnrfdtmyLpbRNA/ULGyAhRi+NHkTk5sEEiRyMEi+evHszJh5I/AF613ho9EIwhEiMB4kSjQcWSDxgIAhJoZV26dd2t/v17jqzkoLGG5vM7rvzzPPsfOww13XhOJdAt8vPN0EIBEAQBPD5/UHGWALdnWgW2iO07H+40sL91APhH2ev4HOH+tJiZzoZCia7guXpj8XsnevprGX9yVQMM8i9K0jA2GI7A+9y3Uwo4I6Mj6aijToHzl2nXrNk27bBMDg0FQ7dcQFezeYljH6PlmsLuI4T8zF+e+zqqZ69ggaKZrH13WaxXDcUwm2LQ6xbgOKOCreu9WTfLuQVy3bSCBV8XoBpjmR6xYvFfKNflpuZTyuF1q+y8sHhXLINA7q6g/Byek06ERWgUlJh8EykHzkTxPUETMMYTcWCQ/Wqllnb3hct0/yM01nWVZUwePZiWcLnt0Vpd1NvmZCMBuL4PtwuwdL1S37GMqpuQaFUL+Mk5rllgeM41BuqeZH5/bmNzdJSbzQEiUggjJyBtgCqRVTDjqrc9c6YOjbRhlCHSON9YKMYGQpDrWVDh2F7mR2WoOsbezVdU30CdMXEGNY3abZ0rLcEVVkGpVqlPk0SRjEUS5y2gGUYX7byckURgnB66OxJ7MFD7MHkAQZ0Jh9hFEOxxDkUMM2ZrR/bMo+IsA3hjuzN4fPpvtQUjneJjM7kI4xiKJY4xGW0C9F7bwDrHvNHwk8T4zcutGz0hRjEQp4+1AwHGoYLosBgf3b+O1e1x9iPuUbu7uGfiEJzerUGu6+npwKDA8lm5lx8J54Ie2lWapr7c6tSWd+QwTSfYGPn/lqmoyKOpkn2yuoErKxeQdfgAbSO9hWXbAa/XDjKYcdd598CDAAkzn7JYhVZYAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-debug-reinit-button:hover .ui-icon-reload{filter:alpha(opacity=100);opacity:1}.ui-editor-debug-destroy-button .ui-icon-close{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-debug-destroy-button:hover .ui-icon-close{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-s{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNpi/P//PwMlgAVEPGNiIqTOBojz/zIwTHrPwHD4BZDzGGhxMhAzEWlRvtTy5SE/GRiKge61R5YgyoB/IHVPnzIoTprk/52BoRJoiDNBA5BCxuY3UN2vz58Znu7ZwyAaHOz+8f//RqC8OzEuAPtdcfbsgM937zJ8+fKFgePHDwa3sDBroKGt8EBEAo1ArAV1ARPQucwqs2f7vz14kOHH378MF/buPQ4S+wXEQPkauAG3EFHp7bBihTHDs2cMf4E2ffvwgQGmeeuyZWf+MDA0ATXs+I8eiP+gGBhNNTsjIs7+5+Vl+HTrFsOry5cZXr56xXB02bKjQM21QCU7sKaDRYiA2wE0RPJnamq2VVGR8adr1xi4uLkZPjMwsDJCNf/HagAjI8SA//95gRRb5pEjxnttbM6aeHsb87CwMED9DAZ/0QxAjgVmRkZGj+vXr0+wt7evWc3ENPfI1q1n2djYGP4TSsqMEBfYLV26tExXVzcfyF8NdM17oG33V69e3QKUO0vIAF1PT8+Y2NhYUDRuh7n0PyTEdzAQ4YKYHTt2TAEyz5OaGxkpzc4AAQYAvlOuK2pYar0AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-s{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-button .ui-icon-pin-w{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wFFgA2AnOoAZ4AAAH4SURBVDjLtZNNaxNhFIXPfefNJJlkppFI09Ca1FiRMiDduCjWQltdtILdu1DcSkpx7UL6A1zGH+BKEFy5MkhErRvpwo+NSDEaaYyZSZNJJslkPl43XQQaaUA8u3M5PFwu5wL/KBo1FEC4DJALiN2jjAWIbcA5EVABzotkUu+ZJmvLsmQwJtcHA2oHQc8FXm8D9eE8HzafgThPpS5H19Zux4kmIqbJWL3OT/u+9LNWK1er1V8PgMMdwBsJ8AARtFoD6na1qK7PubFYTOOc9RqNQxEEX1ygswP4Jx6mDNw3Fhc/WVtb4uPy8uAx0YeHwMaoLBs1DBE9kzTtIJLJ4FQ6LQnghZVMFscCCIB8IeKB7/e6lYpjNZs2V1WeNk02FuApwAJA8xwnFHgeSUL4rmVJ3yIRfyzAFWA+Oj29EZqcvODYNveJEloisZnq9++NAkjD5gCY59nsnfjq6iafnT3bNQzJrtWQzeUm+p3OxQXbll8Cb45tYBGRKcucEd2Irq/fDC8tzSm5nKRMTSEUi3lcUXB1ZSV1RlVvPWLs2rEiaUIIDAbee+AtisWMUyqpRhAoiq7rLdtudvf2fsQlqWe02yQDr/7axEvAbml///uTcHjhqyxncjMz5zqO87th28+vu+47GWjfBdyxP61QKFA+nydVVQn/S38ATpHDEx6slP8AAAAASUVORK5CYII=\') 0 0}.ui-editor-dock-button:hover .ui-icon-pin-w{filter:alpha(opacity=100);opacity:1}.ui-editor-dock-docked{z-index:10000}.ui-editor-dock-docked .ui-editor-toolbar-wrapper{position:fixed;top:0;left:0;right:0;border-top:0;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;box-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-box-align:center;box-align:center}.ui-editor-dock-docked .ui-editor-toolbar{text-align:center}.ui-editor-dock-docked .ui-editor-path{position:fixed;bottom:0;left:0;right:0}.ui-editor-ios .ui-editor-dock-docked .ui-editor-path{display:none}.ui-editor-dock-docked-to-element-wrapper{font-size:inherit;color:inherit;font-family:inherit}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper{position:relative!important;top:auto!important;left:auto!important;border:0 none!important;padding:0!important;margin:0!important;z-index:auto!important;width:100%!important;font-size:inherit!important;color:inherit!important;font-family:inherit!important;float:none!important;width:auto!important;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar{margin:0;z-index:2;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-box-ordinal-group:1;box-ordinal-group:1}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-toolbar .ui-widget-header{border-top:0;border-left:0;border-right:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-path{border:0 none;margin:0;-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-box-ordinal-group:3;box-ordinal-group:3;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.ui-editor-dock-docked-to-element-wrapper .ui-editor-wrapper .ui-editor-messages{margin:0}.ui-editor-dock-docked-element{margin:0!important;display:block;z-index:1;position:relative!important;top:auto!important;left:auto!important;border:0 none;padding:0;margin:0;z-index:auto;width:100%;font-size:inherit;color:inherit;font-family:inherit;float:none;width:auto;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-box-ordinal-group:2;box-ordinal-group:2}.ui-editor-dock-docked .ui-editor-messages{position:fixed;top:0;left:50%;margin:0 -400px 10px;padding:0;text-align:left}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper{width:800px}.ui-editor-dock-docked .ui-editor-messages .ui-editor-message-wrapper:first-child{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.ui-editor-embed-button .ui-icon-youtube{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAxlBMVEX////////fNzfaMTHVLCzKISHFGxvvR0flPDzpSEjdMTH4Y2PaKyvtTk7PJibXIyOnLi7lQECkKyvSHR3mPj6eJCSUGhqRFxfqQkL0XFziOTmOFBSBBwehKCiHDQ3PFRWaISGXHR3wVlaECgqqMTGLEBDGHR365eW1ICDaXFz139/LDg7NLi6tNDTSKSnMNzd9AwP1TEy/Fhbwxsbqv7+7EhKzFBS6EBDonZ3akJDkhISxBwf8a2vLIiLPcHD88fH67+/fYGAnLmvBAAAAAXRSTlMAQObYZgAAAJtJREFUeF5Vx0WShFAUBMB631F3afdxd7v/pQaiN5C7BK4mgM3nxAahczfihIgrrfVTqs+qGN2qLMvHwy4tB6sOmWeMIXp7/jI9L8PCYowR0e/3xzVj1gLLiHNOg9OR82iJvBZC0GD/J0Sdo7B93+/78+737AKNK6Uker2UA7fBNlBKPdyos2CLWXI/ksywnr+MzNdoLyZa4HYC/3EAHWTN0A0YAAAAAElFTkSuQmCC\') 0 0}.ui-editor-embed-button:hover .ui-icon-youtube{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;height:100%;width:100%}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div>p:first-child{padding-top:10px}.ui-editor-ui-embed .ui-dialog-content .ui-editor-embed-panel-tabs>div textarea{display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:4;-moz-box-flex:4;-ms-box-flex:4;box-flex:4}.ui-editor-float-left-button .ui-icon-float-left{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNpi/P//PwMlgImBQsACY1zaIH4A6Bp7dAUzV31jnLHy22YgkxFqIQhf/vfvXymKAQ8eidtra35lYAQqY+FgZWBmZ2X49fk7AxvbX6DsN1+CLlgwn5khMECAwcLiL4OogiIDj6QEw9uLZ4AGfAVJ70BzAQg7ohigrnaP4cEDLoY3bzkYzL6/ZVA34ma4ev07w/sPv0HSHgRdoKICUvgR6IWPDK8evWb49+8iw/1bfxhevwYbsBfNdhC2BkkwwqLRxRhuFgM3HyMDrwAjw8vH/xj2nvuH1WZgIDKgGMDExLQNiz9xYWagASboBpAU/zAXsCCJ7SbCZjaghexAmgOIFUh2AXKyh7GRXTARiI2w2MoKVMwBtRVkOysQHwNiPxQXDFhmotgAgAADAKYzbYynfqX2AAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-left-button:hover .ui-icon-float-left{filter:alpha(opacity=100);opacity:1}.ui-editor-float-none-button .ui-icon-float-none{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAkFBMVEUAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEAAADRrxbRsBYBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAACcegnCrQ6ffgqukQv+/GixkS3duyLhwyfkyizevSNRMDCigDLauC/y41DcuiLrzTTQrhWCYBiObSDErz3r4VvApCt4Vg6dewnDaH3NAAAAGHRSTlMAycfDxcu9v8HYu+DAwIm3uZnRkdDn7LIyy/h+AAAAWklEQVR4Xp2KRwqFMBQAYzfGXmPtvfx//9spgvAWQcRZzgx6gz6dGEDkQ1FWNRBN2/XZCMRvXtZtB4LSfxon6AHTsjVZUQWR5xz2cWfJxYR9eFf2MQnCCH3hAIfwBUXJe8YuAAAAAElFTkSuQmCC\') 0 0}.ui-editor-float-none-button:hover .ui-icon-float-none{filter:alpha(opacity=100);opacity:1}.ui-editor-float-right-button .ui-icon-float-right{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNpi/P//PwMlgImBQsACN4mJqRFIaQExIxQzZYRzBaaHcWE4kZGJ8aCe/0sHFAOAoB5d4avXfAwPH4swaGt+ZWAEGsnCwcrAzM7K8Ovzd3sMFwDBWpjNMPrK5b++C94yMwQGCDBYWPxlEFVQZOCRlGB4e/EMAzYDgtFdICr6kUFd7QfDgwdcDG/ecjCYfX/LoG7EzXD1+ncGeyNMAzYiuQDsCmHhf54qKr+BzI9AL3xkePXoNcO/fxcZ7t/6wwDzAyMsGoGBiDWUnQwR4tx8jAy8AowMLx//Y9h95g+GAdvQXIAPM//798+EKBfgAkADMMJgNxE2swEtZAfSHECsQLILkJM9jI3sgolAbITFVlagYg6orSDbWYH4GBD7obhgwDITxQYABBgAdBpg+9sXURwAAAAASUVORK5CYII=\') 0 0}.ui-editor-float-right-button:hover .ui-icon-float-right{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-inc-button .ui-icon-font-size-inc{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOhJREFUeNpi/P//PwMlgImBQkCxASxgU5gwzJkOpTORBZ2ilzO8+MjFwMIixnBhnTlOF8gD8U8gFoey4UBSyZooLzgD8Umo65xhgsYu5USHgS0QHwfiE1A2TtuxGaAIxL+B+AEQnwFiaagYg6Qi2AAHIP4PpbEa4AHEz4HYAIi/QL3hgSS/H4gfQmlELCAHNBBLQGlksenP7x9l4Bc3YMTnBRWogbZIuBOIZUFyW2b5EQwDVyA+giYPcionSA6U5Jc0yTK8vrUcVQU0L1gB8RMotkKSXoMkXgQT5BM3A+sDYcahn5kAAgwArro7Z1GYijsAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-inc-button:hover .ui-icon-font-size-inc{filter:alpha(opacity=100);opacity:1}.ui-editor-font-size-dec-button .ui-icon-font-size-dec{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKxJREFUeNpi/P//PwMlgImBQjAMDGBBMY0Jbp4JEFcAcQcQnwEJpLa/Zfj27SvD+fPnGVhYxBgurDPH6wI9IP4DpRmMXcpJ9oIZELcBcRiaOCjOH0BpnAYoAbE6EE8EYnYgtjq7pxMm5wjE8lAapwFOQLwFiIuB+AQ0PBi2zvYHUQeAmBFKYxoATJWWQOwLxJJAfA6I5YE4FyT+9O5hBiSXwAHjaFKm3ACAAAMA85o8WKYZErQAAAAASUVORK5CYII=\') 0 0}.ui-editor-font-size-dec-button:hover .ui-icon-font-size-dec{filter:alpha(opacity=100);opacity:1}.ui-editor-show-guides-button .ui-icon-pencil{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/P//PwNFAGQAIyMjDK9BYqNgXHqZ0MSYcFmEyxBGsClMTGS5+t+/fxg2biLGAGTXoBvATGoYkuUFGMDmhd2kGjL4vHCUUi9cIjcpnwPi2UAsBaXPQZPwOXxscD5Cy0xLSbUc3YDnJLue0uwMEGAA2O1APJOrHFQAAAAASUVORK5CYII=\') 0 0}.ui-editor-show-guides-button:hover .ui-icon-pencil{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-show-guides-visible *{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-undo-button .ui-icon-undo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAe1JREFUeNrEUzFrFEEU/mazu7d3x8U9g0ROwkHEwrSrNmksJBxok1RRwUIEz0awFStZoqQw5B9ok1jYiRDBwl4PSaFJVLCMMfHWS7zb3ZndGd9ssgdXiVzhwGNnH+/75n3vm2FKKQyzDAy5zKmHLRSKRdiOA6tQgGlZDcrPUme3dcFBEPSLlZQQcZyFTFN8WZiGOUCnVCMRws9/4zD8BwkEFpz7N66c8vQJUbeLNEn+LuEQqxo8jv0716e8/f0UPIp0+n1OTbFLsUF1z+n7boAgA0eRf/em521tdeE4BuYunfa0OYehEMUJ3wt6Fza+7s4EkVwh3DJFLyPgYejfa0576+u/MsZe70g/tX8QRujSHDgXtpTpmOvarkjYrZ97Qg/xUTYDOv3B46U3rcnJMqRUUKaBtsXwzWDYJmfax1y0x07gx/FxfLbckd+1Wj0dYddI8vlcwhp1gcUnr/z55mXvbcfA99WXrVwjMwzGHNs0yiWbVSpFXqtVMTFxkrU+zOt55ENc04N7tvTCP9O86mn76D6cIzDSODYRhhUEnXFguy4/bs6gWr1IubN9F3KShHN8Wn6a3QNtZaFU0lvtZXAUm1LK13Jn5z7Vzw0Q9EmE0NvZDNnpoDw6OuC7voFUs0C19Uzif39MQxP8EWAA91//GdkHdYEAAAAASUVORK5CYII=\') 0 0}.ui-editor-undo-button:hover .ui-icon-undo{filter:alpha(opacity=100);opacity:1}.ui-editor-redo-button .ui-icon-redo{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd9JREFUeNrEU89LG0EUfjP7KyvEGsRorRhoySGCuSyht0IPgicFQZCcvXsvHoP/Q8FDKZRCpQityKIHvZT2YI6t6MUfCJqQKpt1d7Ozu7N9O9vWhIIUcvDBt/OY4X3z3vfNkjiOoZ+g0GfIyaf46gtQSQJF0wQIvePN5nJiJYS8xmUzDAIz8H1gnQ74npcS3BeubYOm60lqCKQjm/89QhSG0HEcSG6tzo4bAWM1JJntGaE7UNQKcL6EaQkxknQfcS6Imk0GizOTxrvPx7Xf4pvdBAOc85VBnVTLU6OPhx8NZBVZUjmPIYpStNsMGo0I5l8+NT5sfxckggCFAYrFzyaHlo1yoYDdSs2WD9e2A/atC4wFooMkJBT79EqBF88Lxu7eYU0QMN+v5Eey1enSRKF1y6ULFoKFAFUDntMgwpsiDuAEMbgBhydDKmxtH9TRmdWUwPOWSsXi2Fmr7RyfNG6sa9vzbI+FHT+MI3730hbmjIwEcLTxSRSrup5qgH6Wvn39cd76ae9TSndw6wzRQNiSooQxiohjHij4Pqy379PiTMb86wJalL+6ZB+pLK9RSv+x0XddkQfrb9K2VdXssRHZk4M1mRDc6XXWsaw/aT15ibKimN3n5MF/pr4JfgkwANDA599q/NhJAAAAAElFTkSuQmCC\') 0 0}.ui-editor-redo-button:hover .ui-icon-redo{filter:alpha(opacity=100);opacity:1}.ui-editor-hr-button .ui-icon-hr{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMTExMDEmgEYi0gZsSCrwJxNUzhv3//GBixGEA0ABnAgkV8LZqtTFDaF6aAX8KCwdBrA4QDckFq+1sGSUVrBkZGRqKwvEEhg2PyS7BeuAv07AsZXjw4BmJuQLIV5gImJLYrv7g53LlwA8TkLRgCi28wXDzQF/Dr10+G379/M/z58wfoz/9gfUxMrAzMzGwMsnr5DBwcvBgGHABiexBDyTiV4cuXTwxfv35j+PHjB9CQ/0BnszCwsHAysLHxIofVQSB2gBlgnxogAqREiI6B+ikf7ZFdcHD2hjf2X79+Zfj8+TNeF7Cz84K9wMrKdRDZAAcQ8fbJaYYndw4zYAsDHlFjBjZxKwyXwAPx1cMTDIdWxoKY+5BCHo7f31tp8VM9iUFQ0oaBQ9YBYQIoLo1dygmmA2QgIGHJoGhUCtaLLSkfweICVqA6diDNAcQKyJYTlRdAanCJY8sL04HYFM3WM0Acgs0QRlymEwsAAgwAwwCYinucCRoAAAAASUVORK5CYII=\') 0 0}.ui-editor-hr-button:hover .ui-icon-hr{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-i18n-select{height:23px;top:-8px;text-align:left}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-status{font-size:13px;line-height:10px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper .ui-editor-i18n-select .ui-editor-selectmenu-item-icon{height:24px;width:24px}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-en,.ui-editor-wrapper .ui-icon.ui-editor-i18n-en{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNpinDRzn5qN3uFDt16+YWBg+Pv339+KGN0rbVP+//2rW5tf0Hfy/2+mr99+yKpyOl3Ydt8njEWIn8f9zj639NC7j78eP//8739GVUUhNUNuhl8//ysKeZrJ/v7z10Zb2PTQTIY1XZO2Xmfad+f7XgkXxuUrVB6cjPVXef78JyMjA8PFuwyX7gAZj97+T2e9o3d4BWNp84K1NzubTjAB3fH0+fv6N3qP/ir9bW6ozNQCijB8/8zw/TuQ7r4/ndvN5mZgkpPXiis3Pv34+ZPh5t23//79Rwehof/9/NDEgMrOXHvJcrllgpoRN8PFOwy/fzP8+gUlgZI/f/5xcPj/69e/37//AUX+/mXRkN555gsOG2xt/5hZQMwF4r9///75++f3nz8nr75gSms82jfvQnT6zqvXPjC8e/srJQHo9P9fvwNtAHmG4f8zZ6dDc3bIyM2LTNlsbtfM9OPHH3FhtqUz3eXX9H+cOy9ZMB2o6t/Pn0DHMPz/b+2wXGTvPlPGFxdcD+mZyjP8+8MUE6sa7a/xo6Pykn1s4zdzIZ6///8zMGpKM2pKAB0jqy4UE7/msKat6Jw5mafrsxNtWZ6/fjvNLW29qv25pQd///n+5+/fxDDVbcc//P/zx/36m5Ub9zL8+7t66yEROcHK7q5bldMBAgwADcRBCuVLfoEAAAAASUVORK5CYII=\') 0 0}.ui-editor-selectmenu-menu .ui-icon.ui-editor-i18n-zh_CN,.ui-editor-wrapper .ui-icon.ui-editor-i18n-zh_CN{background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==\') 0 0}.ui-editor-image-resize-in-progress{outline:1px dashed rgba(0,0,0,0.5)}.ui-editor-statistics-button .ui-icon-dashboard{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhFJREFUeNrEk7tv01AUxr/4kcRO7Fh1HghFgSAeYglDlIfUbGEBhaWoUxFiQWJGMDDyhzB2ZmANYmAoIvQPaIHIkVJjKyWkcdzYSR1zbhSGQhFDB47007333PN9V/cVCcMQ5wkO54wIxe+5q8Rt4gaRW+VsYo9oE1/+ZpAktjKZzL1arXatWCzmFEVhOYzH40m327U7nc7nwWDwhlLbxITN8SsDVvisXq9vtVqtuqZp2XK5HDcMg5vNZlylUon7vq+XSqXLi8WiYJqmTvWfiNkvg8e06gMqLDmOI5AIvV4P8/l8CeuzHMHn8/kcmeiWZQWk6zCD67quP280GuXNdlv4qKrwTk6WwpXoFNVqNTKdTtf6/X7C87wPzOAhrX4nCIK195KEp4aBtxyHKRm4roujozGdwQSO49LYx/7+VzIPeVEUOcsyh+wab9Ge0+SKGW3nhSzj5WiEoWlhMvHolKOIRmVIkgpZVhGPKxAEGdlsIc20zOASz/NSs9lkl4IwJuOJH+CVksDi2APPx0iYIgNlCTNYXy8hmdQkpmUGCfag2u134DgJipKGdqGAR6NjbKdVOAMbQRAiRsaCEKMaHru7XdYutRw95R+Hh0NXVTNIpXQy0KDrOVy8chOb34Z4XcjCMvZoO86p12bbBy7Tsv5dYoc4OAtFFM3BxkZ4xtzOSvvPuE98X7V//oX//ht/CjAAagzmsnB4V5cAAAAASUVORK5CYII=\') 0 0}.ui-editor-statistics-button:hover .ui-icon-dashboard{filter:alpha(opacity=100);opacity:1}.ui-editor-link-button .ui-icon-link{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAilBMVEX///8EBARUVFRUVFQEBARTU1MqKiwfHx5MTEzGxsZNTU1FRUWAgH8SEhJnZ2fd3d06Ojrg4ODIyMgODg4DAwMSEhLCwsGcnKXExNEvLy+ysrh+foMQEBBBQUEEBATJydeenqcDAwPT09OIiIjj4+OZmZl3d3fU1OPCwsHW1tXq6urr6+va2trGxsaRnmwcAAAAI3RSTlMAimdfRTOWgDXbAGXFj339cv3dAHtC3OP8bt+2cnuA/OMA+Akct2IAAABoSURBVHhetcVZFoIgGAbQ7wcVwyEKtBi01OZh/9urw2EJdV8ufkHmnDHG85RE2a7Wp812GGJtiaqvG1rOXws1dV9BzWKi2/3xfL1pErOCdT6YS2SCdxZdsdtfD8ci1UFnIxGNWUrjHz6V6QhqNdQf6wAAAABJRU5ErkJggg==\') 0 0}.ui-editor-link-button:hover .ui-icon-link{filter:alpha(opacity=100);opacity:1}.ui-editor-unlink-button .ui-icon-unlink{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA2FBMVEX///8WFhYvLy9LS0sEBAQODg4EBARNTU0DAwNVVVVUVFQtLS1nZ2cfHx46OjoSEhLGxsZTU1OAgH/T09NUVFQEBAQ6OjpMTEwvLy+4uMDCwsEQEBCvr7sSEhIEBAR+foMqKixFRUUEBARDQ0MBAQEBAQG5ucQiIiICAgIODg7Z2dlAQEBMTEwsLCxGRkYAAABPT0/e3t4mJiYqKiopKSlUVFQiIiJJSUkjIyNFRUU5OTkBAQEoKCi/v8zCws+qgFWFZkY7MSbc3Nzj4+Pm5ubOztzU1OTQ0N6IE/7FAAAAQ3RSTlMAAAAAigAAAAAAZwB9gACP2zPF+F9ocjVu39xy40KAtpZlRQBrUPx9AIb8AE8AAAAA/AAAAAAAAAAAAAAA/PwAAAD8PWHlxQAAALtJREFUeF5dzsVWxEAQheHqpGPEPeMWGXfcmQHe/42oC+ewmH95F1UfGWFyhZLQUBHlTvBxOp92gZP/DaN25Esp/ag9ukeUxa5p6qbpxpmHqGgNOtWm6gxahaIokwX1ht16ps3q7rAn9utrg7RxX6Z6KvtjbWJZGHTuuLLtw8P2f/CAWd4uGYNBqCpj5s1NM2cMPd3xc2D4EDDkIWCmj1NgSEHAlGUJDAnEmOfPr+8XxtDr27sQwHDA0GU/2RcVwEV78WkAAAAASUVORK5CYII=\') 0 0}.ui-editor-unlink-button:hover .ui-icon-unlink{filter:alpha(opacity=100);opacity:1}.ui-editor-link-panel .ui-editor-link-menu{height:100%;width:200px;float:left;border-right:1px dashed #d4d4d4;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-link-panel .ui-editor-link-menu p{font-weight:bold;margin:12px 0 8px}.ui-editor-link-panel .ui-editor-link-menu fieldset{-webkit-box-flex:2;-moz-box-flex:2;-ms-box-flex:2;box-flex:2;margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-menu fieldset label{display:block;margin-bottom:10px}.ui-editor-link-panel .ui-editor-link-menu fieldset label span{display:inline-block;width:150px;font-size:13px;vertical-align:top}.ui-editor-link-panel .ui-editor-link-menu fieldset,.ui-editor-link-panel .ui-editor-link-wrap fieldset{border:0}.ui-editor-link-panel .ui-editor-link-wrap{margin-left:200px;padding-left:20px;min-height:200px;position:relative}.ui-editor-link-panel .ui-editor-link-wrap.ui-editor-link-loading:after{content:\'Loading...\';position:absolute;top:60px;left:200px;padding-left:20px;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOXRFWHRTb2Z0d2FyZQBBbmltYXRlZCBQTkcgQ3JlYXRvciB2MS42LjIgKHd3dy5waHBjbGFzc2VzLm9yZyl0zchKAAAAOnRFWHRUZWNobmljYWwgaW5mb3JtYXRpb25zADUuMi4xNzsgYnVuZGxlZCAoMi4wLjM0IGNvbXBhdGlibGUpCBSqhQAAAAhhY1RMAAAACAAAAAC5PYvRAAAAGmZjVEwAAAAAAAAAEAAAABAAAAAAAAAAAAA8A+gAAIIkGDIAAACsSURBVDiNtZLBCcMwDEUfJgOUjhAyQsmp9FA8TgfISj6F4gl66jSdIIf00G9wnLjYKf3w0Qch6Us2fMdVLMYx0haYRZsrMJEegZdiDj3gFFeT54jBiU2mO+XdVvdRyV0OYidVMEAH3AEPHGoboMKwuy+seYqLV9iNTpM90P7S6AQMitXogYnPHSbyz2SAC9HqQVigkW7If90z8FAsctCyvMvKQdpkSOzfxP/hDd++JCi8XmbFAAAAGmZjVEwAAAABAAAAEAAAABAAAAAAAAAAAAA8A+gAABlX8uYAAAC3ZmRBVAAAAAI4jaWQsQ3CQBAEB4cECFGCI1fiAlyFKwARWgSIeqjCNTh0gIjIkBw9gffFSfz74VlpdX/W3Xr3YBmlmIUSmMSoSGHee+CmGsMGaFU/cAecqnVh/95qpg0J/O0gCytgDRzUX4DnryIn5lwO6L7c6fxskRhMwkc4qj+TEcFjC9SqWcsj8x3GhMgu9LHmfUinvgKuYmWWp5BIyEFvBPuUAy9ibzAYgWEhUhQN8BCb2NALKY4q8wCrG7AAAAAaZmNUTAAAAAMAAAAQAAAAEAAAAAAAAAAAADwD6AAA9MEhDwAAAKhmZEFUAAAABDiNY2CgMTgNxTgBExLbh4GB4SCUxgeMcEkcZmBg+A+lcQETqBoTbJI+UM1ku4AiEATFZIEQBoi//kPZxIAAKEaJBYpACAm24wUSBORVGBgYUqA0BtjKAAmHrXg0f4aq+YxuiAQDIiD/Q/k8DAwMdVDMw8DAkIamJo2QCyYjKZ4MtfErlP8VlzeQw2AlkgErkbyBMwzQgRoDA8N+KMapAQDdvyovpG6D8gAAABpmY1RMAAAABQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZC1N1AAAAsWZkQVQAAAAGOI21kkEOgjAURF9YGBbGtYcwLowrwxk8BMcg3XACD9djGJaujKmLTkMRCiXEl0ympYX8+Xz4M62UpIjWR8DI59inDgzg5CkOwEs+YnMFmzhJOdwAK1UAZ+ANfLRewuJ75QAb/kKRvp/HmggVPxHWsAMu8hEN8JRPUdLnt9oP6HTYRc/uEsCVvnlO+wFGFYRJrKPLdU4FU5HCB0KsEt+DxZfBj+xDSo7vF9AbJ9PxYV81AAAAGmZjVEwAAAAHAAAAEAAAABAAAAAAAAAAAAA8A+gAAPSdgJwAAADDZmRBVAAAAAg4jaWSTQrCMBCFP6NIT5AjCF6gJ6jbUnoCL1biDTyF5AAueoZu3LkSrAtHTEJiIn3wmCTz92YILMQ64++BPTDKXQMH4AbcAZQTvAEasTFo4AqcxeowoAFmsSk1s8M+DChRMEnyFFNQAg10sWSFv49cESPUn+RRWFLE8N2DKe2axaIR/sU25eiAi9gUBt6zDzGnFad13nZCgAr/I1UxBdZRUAMPYV2iIETrdGudd28Hqx8FFHCU8wl4xoJeZnUrSRiyCSsAAAAaZmNUTAAAAAkAAAAQAAAAEAAAAAAAAAAAADwD6AAAGe6xwAAAALtmZEFUAAAACjiNpZJBCsIwEEWfpUsPULoSl55Beh4J7nqCHkDceR3pIaSr4Ak8Qq2L/khomlrig+FPhszwJy3EqYCHolq4F6UDBkWnWgbspN+CT7EwMAPuwFM67aUAem/IdIW952jQOeCXg1bN7ZyDNQRvsEkYkgNG+S1XcpHWKwacgatzlLLH2z/8vUJCf5wSaKQxToCVBjSM37jxaluFw+qOXeOgBF4KVzNqNkH3DAfGX7tXnsRREeUD4f8lQGjw+ycAAAAaZmNUTAAAAAsAAAAQAAAAEAAAAAAAAAAAADwD6AAA9HhiKQAAAJ9mZEFUAAAADDiNtZDLCcMwEEQfIUcXoDpCKgg6qIRUEtKB6wg6poDgalyFTj7YBw+2QyRlCc6DYVm0n9FCGQc8JFepWzgBN0WACIxS/NZ8BgYVD8pzA1ogKb5x3xSPyp0a4+YLSe/J4iBH0QF83uCvXKSFq2TBs97KH/Y1ZsdL+3IEgmJt86u0PTAfJlQGdKrprA6ekslBjl76mUYqMgFhpStJaQVr0gAAABpmY1RMAAAADQAAABAAAAAQAAAAAAAAAAAAPAPoAAAZshBTAAAAu2ZkQVQAAAAOOI21kCEOwkAQRR8rKkkFCtmjkJ4ARTgBArViT4LjLJwBgUZUr8NBQlrR38Am3XYEvOTnT7PzuzO7IE8BHFWfgNdELwBLYCMH8EAr+VzIyUvgBlzkZaZ/D1zlCfXXba2+C93sVaNwK08ogUaHzcQEu9wE0O9e83kDEw7YAhG4K/ww5CoJFB52j8bwU6rcTLOJYYWo2kKywk9Zz5yvgCAfDb9nfhLoHztYJzhIpgnGOEv/owMnkSfarUXVlAAAAABJRU5ErkJggg==\') no-repeat left center}.ui-editor-link-panel .ui-editor-link-wrap h2{margin:10px 0 0}.ui-editor-link-panel .ui-editor-link-wrap fieldset{margin:2px 4px;padding:7px 4px;font-size:13px}.ui-editor-link-panel .ui-editor-link-wrap fieldset input[type=text]{width:400px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-external-href{width:365px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email label{display:inline-block;width:115px}.ui-editor-link-panel .ui-editor-link-wrap fieldset.ui-editor-link-email input{width:340px}.ui-editor-link-panel .ui-editor-link-wrap ol li{list-style:decimal inside}.ui-editor-link-panel .ui-editor-link-wrap .ui-editor-link-panel .ui-editor-link-wrap fieldset #ui-editor-link-external-target{vertical-align:middle}.ui-editor-link-error-message div{padding:0 .7em}.ui-editor-link-error-message div p{margin:0}.ui-editor-link-error-message div p .ui-icon{margin-top:2px;float:left;margin-right:2px}.ui-editor-list-unordered-button .ui-icon-list-unordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi/P//PwNFAGQAIyNjGBCvgdIMxGKQXhaoORFlZWWBXV1dTED2KqjYGiBmRMJMaOwrQFwOc0EEEG+A0iS5gBFEMDExkeX9f//+MTAxUAhgBsQC8U4oTRKABWJ8Rkae84wZk5iB7MVQsW1IAYYLW8MCMRGID0Bp+gYiC46EhTPR4QrEdCA+A6VJT8pAcDMsLB3EuAniQP14BIiPAfEJID4FxGehqe8OED8B4vVgvVADioH4GZTGGWhYvUtpbqQ4JQIEGABjeFYu055ToAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-list-unordered-button:hover .ui-icon-list-unordered{filter:alpha(opacity=100);opacity:1}.ui-editor-list-ordered-button .ui-icon-list-ordered{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNpi/P//PwNFAGQAIyNjIxCvAWJBIGYgFoP0skDNqQfidUDMiGT2GigfhpnQ2FeAuJwFSQMTmuNCiPEBTFMblF1CahAwgvzBxMREVvj9+/cP7oIuIN4Bpcl2gRMQJwFxDFRuG1KAYcVAF1jDojEBiGcAsQSp0QjzgiEQawLxSiibNoGInmqRE9J0IJaEYnNSXAAzYC4QNwJxIJLcEbRAYwZidiDmgOLTYPVIzgJpPgD2F45Aw+olqAFrgfg5EBeTagAjpdkZIMAAg/ZGwsH5qkAAAAAASUVORK5CYII=\') 0 0}.ui-editor-list-ordered-button:hover .ui-icon-list-ordered{filter:alpha(opacity=100);opacity:1}.ui-editor-paste-panel-tabs{height:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-editor-paste .ui-tabs a{outline:0}.ui-editor-paste-panel-tabs{position:relative;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-paste-panel-tabs>div{overflow:auto;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #c2c2c2;border-top:0}.ui-editor-paste-panel-tabs>div>textarea.ui-editor-paste-area{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;display:-webkit-box;display:-moz-box;display:-ms-box;display:box}.ui-editor-paste-panel-tabs>div>textarea,.ui-editor-paste-panel-tabs>div>.ui-editor-paste-area{border:0;padding:2px}.ui-editor-raptorize-button .ui-icon-raptorize{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABDlBMVEX///9NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU0Y/iVtAAAAWXRSTlMA/v1mTvW+WQFF+nGpsyPlDhXL1GvZHduk48LslL2a7tadwee772kEfqD8+OGCXWJ2+bQ9pt7xCme4iQU4iNH0mCEPEd82Ocxj4De2HoMaq3MHZJsDeGwCG8H1fioAAAC1SURBVHheNchFlsMwEADRlmRkSDKmMDMMMjMz9P0vkifLrl194F3NW0qtugV5Wt1FHpnloGKRmr3TK96YDjiMxFGCONngcJ1De4GNDJqhvd2VkbzsY+eDw2efMTYsjRFxd4+DZx6ajC1xhXTTB560EyfWASJW2FEG3vGJElZOz4xzH6QLKLqMgpvbu3sxD+4jPBFJe05fBby9ly0S6ADxl4BviGjp5xd0Of0TUqaUEPs/kR1YA96IIUDtx93SAAAAAElFTkSuQmCC\') 0 0}.ui-editor-raptorize-button:hover .ui-icon-raptorize{filter:alpha(opacity=100);opacity:1}.ui-editor-save-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNqkU71ugzAQPowtwdAdqRLK3odg6161a+cukZonoGrElgWWDqhb16oP0AfoytStirows0QRMj/unQsohAQi5aTD5vju4/Pd2VBKwTnG6cEYe8bl6s73P09Jel8ur3H5ruv6CUiBYRgfQRAosnrCyQhLOZTLG1ImpYQSA1VVjf7dNE0gLOV0R6AXlAMSk4uiGCUQ6ITdJzDpz0SQTxAoxlqVZo+gLEuQyDxFwIQAwg4IiPV3vYbL2WyUgDBHFbxG0Um9t237sIIkSeDYYGHbur3neQMCTgqoRWEYDToh8NyLxSO4rgtpmrY14D0CUsA5h80mh/n8QQdXq7CTTN/ILMtqa9AjEDjOGrTdSnAcRwdpr1unzB5BMweiGwY8tx/H8U+WZbmUSoPJlfr3NrZLgDkXujbNXaD9DfoLAt8OFRHPfb8X+sLcW+Pc6/wnwABHMdnKf4KT4gAAAABJRU5ErkJggg==\') 0 0}.ui-editor-save-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-cancel-button .ui-icon{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAtFBMVEX///+nAABhAACnAACjAACCAACgAACHAACjAAByAAB1AAByAACDAACnAACCAACHAACgAACNAACbAACXAACMAACSAABfAACYAACRAACjAACbAAChAACqAACNAACcAACHAACqAADEERGsERHQERG+NjaiERHUTEzYERG4ERGlFBSfFRX/d3f6cnK0JSWoHh7qYmLkXFyvFRXmXl7vZ2fNRUX4cHDXT0/+dnbbU1O3Li7GPT26MTG2f8oMAAAAIXRSTlMASEjMzADMzAAASMxIAMwAAMzMzEjMzEhISABIzABISEg/DPocAAAAj0lEQVR4Xo3PVw6DMBBF0RgXTO+hBYhtILX3sv99RRpvgPcxVzp/M5syb7lYepxDABDeYcQ5wg+MAMhr3JOyJKfxTABqduuvjD37O6sBwjZ+f76/7TFuQw1VnhyGYZPklYagKbKLlDIrmkBDGq1hUaqhM4UQJpwOwFdK+a4LAbCdlWNTCgGwjLlhUQqZ8uofSk8NKY1Fm8EAAAAASUVORK5CYII=\') 0 0}.ui-editor-cancel-button:hover .ui-icon{filter:alpha(opacity=100);opacity:1}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-icon{text-align:left}.ui-editor-wrapper .ui-editor-selectmenu .ui-editor-selectmenu-button .ui-editor-selectmenu-text{font-size:13px;line-height:22px}.ui-editor-selectmenu-menu li a,.ui-editor-selectmenu-status{line-height:12px}.ui-editor-wrapper [data-title]:after{opacity:0;content:attr(data-title);display:block;position:absolute;top:100%;font-size:12px;font-weight:normal;color:white;padding:11px 16px 7px;white-space:nowrap;text-shadow:none;overflow:visible;z-index:1000;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;-webkit-border-radius:9px 9px 2px 2px;-moz-border-radius:9px 9px 2px 2px;-ms-border-radius:9px 9px 2px 2px;-o-border-radius:9px 9px 2px 2px;border-radius:9px 9px 2px 2px;-webkit-transition:opacity .23s 0s;-moz-transition:opacity .23s 0s;-ms-transition:opacity .23s 0s;-o-transition:opacity .23s 0s;transition:opacity .23s 0s;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:-ms-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 10px 0}.ui-editor-wrapper [data-title]:hover:after{opacity:1}.ui-editor-wrapper .ui-editor-select-element{position:relative}.ui-editor-wrapper .ui-editor-select-element:after{background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9InJnYmEoNDAsIDQwLCA0MCwgMCkiLz48c3RvcCBvZmZzZXQ9IjZweCIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\'),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(5px,rgba(40,40,40,0)),color-stop(6px,#282828),color-stop(100%,#282828)),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-webkit-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-moz-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-o-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:-ms-linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0;background:linear-gradient(rgba(40,40,40,0) 5px,#282828 6px,#282828),url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGAgMAAACKgJcSAAAADFBMVEUAAAAoKCgoKCgoKCj7f2xyAAAAA3RSTlMATLP00ibhAAAAJklEQVR4XgXAMRUAEBQF0GtSwK6KYrKpIIz5P4eBTcvSc808J/UBPj4IdoCAGiAAAAAASUVORK5CYII=\') no-repeat 3px 0}.ui-editor-unsaved-edit-warning{position:fixed;bottom:0;right:0;height:30px;line-height:30px;border-radius:5px 0 0 0;border:1px solid #d4d4d4;padding-right:7px;background:url(\'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWNiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==\');background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fffff2),color-stop(100%,#edecbd));background:-webkit-linear-gradient(top,#fffff2,#edecbd);background:-moz-linear-gradient(top,#fffff2,#edecbd);background:-o-linear-gradient(top,#fffff2,#edecbd);background:-ms-linear-gradient(top,#fffff2,#edecbd);background:linear-gradient(top,#fffff2,#edecbd);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;filter:alpha(opacity=0);opacity:0}.ui-editor-unsaved-edit-warning .ui-icon{display:inline-block;float:left;margin:8px 5px 0 5px}.ui-editor-unsaved-edit-warning-visible{filter:alpha(opacity=100);opacity:1}.ui-editor-unsaved-edit-warning-dirty{outline:1px dotted #aaa;background-image:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEUAAACfn5/FQV4CAAAAAnRSTlMAG/z2BNQAAABPSURBVHhexc2xEYAgEAXRdQwILYFSKA1LsxRKIDRwOG8LMDb9++aO8tAvjps4qXMLaGNf5JglxyyEhWVBXpAfyCvyhrwjD74OySfy8dffFyMcWadc9txXAAAAAElFTkSuQmCC\')!important}.ui-editor-view-source-button .ui-icon-view-source{filter:alpha(opacity=85);opacity:.85;background:url(\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNpi/P//PwMlgImBQkCxAQwgLzAyMqLjMCCehsSfBhVDUQf2PhYDIoB4JhCLIYmJQcUiCBkQBcRzgFgci6vEoXJRuAyIAeIFODQjG7IAqhbFAAMg3gOlGQhguFp0FyQC8UoglgTx0QFUjSRUTSKuMEgG4nUghVgMkITKJROKhXQg3gbUI42kXxokBpUjGI0gDYVAfBzJABC7EFs6YBz6eYFiAwACDAADJlDtLE22CAAAAABJRU5ErkJggg==\') 0 0}.ui-editor-view-source-button:hover .ui-icon-view-source{filter:alpha(opacity=100);opacity:1}.ui-editor-ui-view-source .ui-editor-ui-view-source-dialog{overflow:auto}.ui-editor-ui-view-source-plain-text{height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}.ui-editor-ui-view-source-dialog textarea{white-space:pre-line;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical;-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cms-white{color:#fff}.cms-black{color:#000}.cms-blue{color:#4f81bd}.cms-red{color:#c0504d}.cms-green{color:#9bbb59}.cms-purple{color:#8064a2}.cms-orange{color:#f79646}.cms-grey{color:#999}</style>').appendTo('head');