diff --git a/src/static/ckeditor/plugins/div/dialogs/div.js b/src/static/ckeditor/plugins/div/dialogs/div.js deleted file mode 100644 index 48233dad..00000000 --- a/src/static/ckeditor/plugins/div/dialogs/div.js +++ /dev/null @@ -1,10 +0,0 @@ -(function(){function t(a,m,r){m.is&&m.getCustomData("block_processed")||(m.is&&CKEDITOR.dom.element.setMarker(r,m,"block_processed",!0),a.push(m))}function q(a,m){function r(){this.foreach(function(a){/^(?!vbox|hbox)/.test(a.type)&&(a.setup||(a.setup=function(c){a.setValue(c.getAttribute(a.id)||"",1)}),a.commit||(a.commit=function(c){var f=this.getValue();if("dir"!=a.id||c.getComputedStyle("direction")!=f)f?c.setAttribute(a.id,f):c.removeAttribute(a.id)}))})}var q=function(){var g=CKEDITOR.tools.extend({}, -CKEDITOR.dtd.$blockLimit);a.config.div_wrapTable&&(delete g.td,delete g.th);return g}(),u=CKEDITOR.dtd.div,n={},p=[];return{title:a.lang.div.title,minWidth:400,minHeight:165,contents:[{id:"info",label:a.lang.common.generalTab,title:a.lang.common.generalTab,elements:[{type:"hbox",widths:["50%","50%"],children:[{id:"elementStyle",type:"select",style:"width: 100%;",label:a.lang.div.styleSelectLabel,"default":"",items:[[a.lang.common.notSet,""]],onChange:function(){var g=["info:elementStyle","info:class", -"advanced:dir","advanced:style"],c=this.getDialog(),f=c.getModel(a),f=f&&f.clone()||new CKEDITOR.dom.element("div",a.document);this.commit(f,!0);for(var g=[].concat(g),b=g.length,k,e=0;earguments.length)){var f=this._||(this._={}),e=a.onContentLoad&&CKEDITOR.tools.bind(a.onContentLoad,this),g=CKEDITOR.tools.cssLength(a.width),h=CKEDITOR.tools.cssLength(a.height);f.frameId= -CKEDITOR.tools.getNextId()+"_iframe";d.on("load",function(){CKEDITOR.document.getById(f.frameId).getParent().setStyles({width:g,height:h})});var k={src:"%2",id:f.frameId,frameborder:0,allowtransparency:!0},m=[];"function"==typeof a.onContentLoad&&(k.onload="CKEDITOR.tools.callFunction(%1);");CKEDITOR.ui.dialog.uiElement.call(this,d,a,m,"iframe",{width:g,height:h},k,"");l.push('\x3cdiv style\x3d"width:'+g+";height:"+h+';" id\x3d"'+this.domId+'"\x3e\x3c/div\x3e');m=m.join("");d.on("show",function(){var b= -CKEDITOR.document.getById(f.frameId).getParent(),c=CKEDITOR.tools.addFunction(e),c=m.replace("%1",c).replace("%2",CKEDITOR.tools.htmlEncode(a.src));b.setHtml(c)})}};e.prototype=new CKEDITOR.ui.dialog.uiElement;CKEDITOR.dialog.addUIElement("iframe",{build:function(d,a,l){return new e(d,a,l)}})})()}}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png b/src/static/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png deleted file mode 100644 index 4a8d2bfd..00000000 Binary files a/src/static/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/magicline/images/hidpi/icon.png b/src/static/ckeditor/plugins/magicline/images/hidpi/icon.png deleted file mode 100644 index b981bb5c..00000000 Binary files a/src/static/ckeditor/plugins/magicline/images/hidpi/icon.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/magicline/images/icon-rtl.png b/src/static/ckeditor/plugins/magicline/images/icon-rtl.png deleted file mode 100644 index 55b5b5f9..00000000 Binary files a/src/static/ckeditor/plugins/magicline/images/icon-rtl.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/magicline/images/icon.png b/src/static/ckeditor/plugins/magicline/images/icon.png deleted file mode 100644 index e0634336..00000000 Binary files a/src/static/ckeditor/plugins/magicline/images/icon.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/mathjax/dialogs/mathjax.js b/src/static/ckeditor/plugins/mathjax/dialogs/mathjax.js deleted file mode 100755 index 563c72f6..00000000 --- a/src/static/ckeditor/plugins/mathjax/dialogs/mathjax.js +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. - For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -CKEDITOR.dialog.add("mathjax",function(d){var c,b=d.lang.mathjax;return{title:b.title,minWidth:350,minHeight:100,contents:[{id:"info",elements:[{id:"equation",type:"textarea",label:b.dialogInput,onLoad:function(){var a=this;if(!CKEDITOR.env.ie||8!=CKEDITOR.env.version)this.getInputElement().on("keyup",function(){c.setValue("\\("+a.getInputElement().getValue()+"\\)")})},setup:function(a){this.setValue(CKEDITOR.plugins.mathjax.trim(a.data.math))},commit:function(a){a.setData("math","\\("+this.getValue()+ -"\\)")}},{id:"documentation",type:"html",html:'\x3cdiv style\x3d"width:100%;text-align:right;margin:-8px 0 10px"\x3e\x3ca class\x3d"cke_mathjax_doc" href\x3d"'+b.docUrl+'" target\x3d"_black" style\x3d"cursor:pointer;color:#00B2CE;text-decoration:underline"\x3e'+b.docLabel+"\x3c/a\x3e\x3c/div\x3e"},!(CKEDITOR.env.ie&&8==CKEDITOR.env.version)&&{id:"preview",type:"html",html:'\x3cdiv style\x3d"width:100%;text-align:center;"\x3e\x3ciframe style\x3d"border:0;width:0;height:0;font-size:20px" scrolling\x3d"no" frameborder\x3d"0" allowTransparency\x3d"true" src\x3d"'+ -CKEDITOR.plugins.mathjax.fixSrc+'"\x3e\x3c/iframe\x3e\x3c/div\x3e',onLoad:function(){var a=CKEDITOR.document.getById(this.domId).getChild(0);c=new CKEDITOR.plugins.mathjax.frameWrapper(a,d)},setup:function(a){c.setValue(a.data.math)}}]}]}}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png b/src/static/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png deleted file mode 100755 index 85b8e11d..00000000 Binary files a/src/static/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/mathjax/icons/mathjax.png b/src/static/ckeditor/plugins/mathjax/icons/mathjax.png deleted file mode 100755 index d25081be..00000000 Binary files a/src/static/ckeditor/plugins/mathjax/icons/mathjax.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/mathjax/images/loader.gif b/src/static/ckeditor/plugins/mathjax/images/loader.gif deleted file mode 100755 index 3ffb1811..00000000 Binary files a/src/static/ckeditor/plugins/mathjax/images/loader.gif and /dev/null differ diff --git a/src/static/ckeditor/plugins/mathjax/lang/af.js b/src/static/ckeditor/plugins/mathjax/lang/af.js deleted file mode 100755 index ee70c661..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/af.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","af",{title:"Wiskunde in TeX",button:"Wiskunde",dialogInput:"Skryf you Tex hier",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokument",loading:"laai...",pathName:"wiskunde"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/ar.js b/src/static/ckeditor/plugins/mathjax/lang/ar.js deleted file mode 100755 index 82bbc950..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/ar.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","ar",{title:"الرياصيات في Tex",button:"رياضيات",dialogInput:"أكتب Tex خاصتك هنا",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"وثائق Tex",loading:"جاري التحميل...",pathName:"رياضيات"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/az.js b/src/static/ckeditor/plugins/mathjax/lang/az.js deleted file mode 100755 index 863d9248..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/az.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","az",{title:"TeX ilə düsturları",button:"Riyaziyyat",dialogInput:"TeX-ini burada yazın",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX üzə nizamnaməsi",loading:"yükləmə...",pathName:"riyaziyyat"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/bg.js b/src/static/ckeditor/plugins/mathjax/lang/bg.js deleted file mode 100755 index c893aab1..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/bg.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","bg",{title:"Формули в TeX формат",button:"Формули",dialogInput:"Въведете вашите данни с TeX форматиране тук",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX документация",loading:"зареждане...",pathName:"формули"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/ca.js b/src/static/ckeditor/plugins/mathjax/lang/ca.js deleted file mode 100755 index 33a353dc..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/ca.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","ca",{title:"Matemàtiques a TeX",button:"Matemàtiques",dialogInput:"Escriu el TeX aquí",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentació TeX",loading:"carregant...",pathName:"matemàtiques"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/cs.js b/src/static/ckeditor/plugins/mathjax/lang/cs.js deleted file mode 100755 index e2e0b510..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/cs.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","cs",{title:"Matematika v TeXu",button:"Matematika",dialogInput:"Zde napište TeXový kód",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Dokumentace k TeXu",loading:"Nahrává se...",pathName:"Matematika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/cy.js b/src/static/ckeditor/plugins/mathjax/lang/cy.js deleted file mode 100755 index bd919ba0..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/cy.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","cy",{title:"Mathemateg mewn TeX",button:"Math",dialogInput:"Ysgrifennwch eich TeX yma",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Dogfennaeth TeX",loading:"llwytho...",pathName:"math"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/da.js b/src/static/ckeditor/plugins/mathjax/lang/da.js deleted file mode 100755 index df562af7..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/da.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","da",{title:"Matematik i TeX",button:"Matematik",dialogInput:"Skriv din TeX her",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentation",loading:"henter...",pathName:"matematik"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/de-ch.js b/src/static/ckeditor/plugins/mathjax/lang/de-ch.js deleted file mode 100755 index 9f72e65d..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/de-ch.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","de-ch",{title:"Mathematik in Tex",button:"Rechnung",dialogInput:"Schreiben Sie hier in Tex",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX-Dokumentation",loading:"Ladevorgang...",pathName:"rechnen"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/de.js b/src/static/ckeditor/plugins/mathjax/lang/de.js deleted file mode 100755 index 690794bd..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/de.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","de",{title:"TeX-Formel einfügen",button:"TeX-Formel einfügen",dialogInput:"Schreiben Sie hier in Tex",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX-Dokumentation",loading:"Ladevorgang...",pathName:"rechnen"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/el.js b/src/static/ckeditor/plugins/mathjax/lang/el.js deleted file mode 100755 index d4013e5d..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/el.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","el",{title:"Μαθηματικά με τη γλώσσα TeX",button:"Μαθηματικά",dialogInput:"Γράψτε κώδικα TeX εδώ",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Τεκμηρίωση TeX",loading:"γίνεται φόρτωση…",pathName:"μαθηματικά"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/en-au.js b/src/static/ckeditor/plugins/mathjax/lang/en-au.js deleted file mode 100755 index 3da31417..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/en-au.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","en-au",{title:"Mathematics in TeX",button:"Maths",dialogInput:"Write your TeX here",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX documentation",loading:"loading...",pathName:"maths"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/en-gb.js b/src/static/ckeditor/plugins/mathjax/lang/en-gb.js deleted file mode 100755 index d9f0cbde..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/en-gb.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","en-gb",{title:"Mathematics in TeX",button:"Math",dialogInput:"Write you TeX here",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX documentation",loading:"loading...",pathName:"math"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/en.js b/src/static/ckeditor/plugins/mathjax/lang/en.js deleted file mode 100755 index 9e66c845..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/en.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","en",{title:"Mathematics in TeX",button:"Math",dialogInput:"Write your TeX here",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX documentation",loading:"loading...",pathName:"math"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/eo.js b/src/static/ckeditor/plugins/mathjax/lang/eo.js deleted file mode 100755 index 4aa7cb49..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/eo.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","eo",{title:"Matematiko en TeX",button:"Matematiko",dialogInput:"Skribu vian TeX tien",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentado",loading:"estas ŝarganta",pathName:"matematiko"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/es-mx.js b/src/static/ckeditor/plugins/mathjax/lang/es-mx.js deleted file mode 100755 index cc62c4f1..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/es-mx.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","es-mx",{title:"Matemáticas en TeX",button:"Matemáticas",dialogInput:"Escribe tu TeX aquí",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentación sobre TeX",loading:"cargando...",pathName:"matemáticas"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/es.js b/src/static/ckeditor/plugins/mathjax/lang/es.js deleted file mode 100755 index 6ec9e4dc..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/es.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","es",{title:"Matemáticas en TeX",button:"Matemáticas",dialogInput:"Escribe tu TeX aquí",docUrl:"http://es.wikipedia.org/wiki/TeX",docLabel:"Documentación de TeX",loading:"cargando...",pathName:"matemáticas"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/et.js b/src/static/ckeditor/plugins/mathjax/lang/et.js deleted file mode 100755 index 3ac1fa56..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/et.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","et",{title:"Matemaatika TeX keeles",button:"Matemaatika",dialogInput:"Kirjuta oma TeX kood siia",docUrl:"https://et.wikipedia.org/wiki/LaTeX",docLabel:"TeX dokumentatsioon",loading:"laadimine...",pathName:"matemaatika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/eu.js b/src/static/ckeditor/plugins/mathjax/lang/eu.js deleted file mode 100755 index 3c372ab7..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/eu.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","eu",{title:"Matematikak TeX-en",button:"Matematika",dialogInput:"Idatzi zure TeX hemen",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentazioa",loading:"kargatzen...",pathName:"matematika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/fa.js b/src/static/ckeditor/plugins/mathjax/lang/fa.js deleted file mode 100755 index d638a840..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/fa.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","fa",{title:"ریاضیات در تک",button:"ریاضی",dialogInput:"فرمول خود را اینجا بنویسید",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"مستندسازی فرمول نویسی",loading:"بارگیری",pathName:"ریاضی"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/fi.js b/src/static/ckeditor/plugins/mathjax/lang/fi.js deleted file mode 100755 index bd5140c1..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/fi.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","fi",{title:"Matematiikkaa TeX:llä",button:"Matematiikka",dialogInput:"Kirjoita TeX:iä tähän",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentaatio",loading:"lataa...",pathName:"matematiikka"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/fr.js b/src/static/ckeditor/plugins/mathjax/lang/fr.js deleted file mode 100755 index b24e55de..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/fr.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","fr",{title:"Formules mathématiques en TeX",button:"Maths",dialogInput:"Saisir la formule TeX ici",docUrl:"http://fr.wikibooks.org/wiki/LaTeX/Math%C3%A9matiques",docLabel:"Documentation de TeX",loading:"chargement...",pathName:"maths"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/gl.js b/src/static/ckeditor/plugins/mathjax/lang/gl.js deleted file mode 100755 index 0657f1f9..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/gl.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","gl",{title:"Matemáticas en TeX",button:"Matemáticas",dialogInput:"Escriba o seu TeX aquí",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentación de TeX",loading:"cargando...",pathName:"matemáticas"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/he.js b/src/static/ckeditor/plugins/mathjax/lang/he.js deleted file mode 100755 index 9e5c21dc..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/he.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","he",{title:"מתמטיקה בTeX",button:"מתמטיקה",dialogInput:"כתוב את הTeX שלך כאן",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"תיעוד TeX",loading:"טוען...",pathName:"מתמטיקה"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/hr.js b/src/static/ckeditor/plugins/mathjax/lang/hr.js deleted file mode 100755 index 6e90bd5b..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/hr.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","hr",{title:"Matematika u TeXu",button:"Matematika",dialogInput:"Napiši svoj TeX ovdje",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentacija",loading:"učitavanje...",pathName:"matematika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/hu.js b/src/static/ckeditor/plugins/mathjax/lang/hu.js deleted file mode 100755 index 3ab4b748..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/hu.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","hu",{title:"Matematika a TeX-ben",button:"Matek",dialogInput:"Írd a TeX-ed ide",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentáció",loading:"töltés...",pathName:"matek"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/id.js b/src/static/ckeditor/plugins/mathjax/lang/id.js deleted file mode 100755 index 4dcbf825..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/id.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","id",{title:"Mathematics in TeX",button:"Matematika",dialogInput:"Tulis Tex anda disini",docUrl:"http:// MISSING //en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX documentation",loading:"memuat...",pathName:"math"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/it.js b/src/static/ckeditor/plugins/mathjax/lang/it.js deleted file mode 100755 index a91094a0..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/it.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","it",{title:"Formule in TeX",button:"Formule",dialogInput:"Scrivere qui il proprio TeX",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentazione TeX",loading:"caricamento…",pathName:"formula"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/ja.js b/src/static/ckeditor/plugins/mathjax/lang/ja.js deleted file mode 100755 index 0141ecd7..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/ja.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","ja",{title:"TeX形式の数式",button:"数式",dialogInput:"TeX形式の数式を入力してください",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeXの解説",loading:"読み込み中…",pathName:"math"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/km.js b/src/static/ckeditor/plugins/mathjax/lang/km.js deleted file mode 100755 index d68d998f..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/km.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","km",{title:"គណិត​វិទ្យា​ក្នុង TeX",button:"គណិត",dialogInput:"សរសេរ TeX របស់​អ្នក​នៅ​ទីនេះ",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"ឯកសារ​អត្ថបទ​ពី ​TeX",loading:"កំពុង​ផ្ទុក..",pathName:"គណិត"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/ko.js b/src/static/ckeditor/plugins/mathjax/lang/ko.js deleted file mode 100755 index 2d0d8f58..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/ko.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","ko",{title:"TeX 문법 수식",button:"수식",dialogInput:"여기 TeX 를 입력하세요",docUrl:"http://ko.wikipedia.org/wiki/%EC%9C%84%ED%82%A4%EB%B0%B1%EA%B3%BC:TeX_%EB%AC%B8%EB%B2%95",docLabel:"TeX 문서",loading:"불러오는 중...",pathName:"수식"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/ku.js b/src/static/ckeditor/plugins/mathjax/lang/ku.js deleted file mode 100755 index 84f225a0..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/ku.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","ku",{title:"بیرکاری لە TeX",button:"بیرکاری",dialogInput:"TeXەکەت لێرە بنووسە",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"بەڵگەنامەکردنی TeX",loading:"بارکردن...",pathName:"بیرکاری"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/lt.js b/src/static/ckeditor/plugins/mathjax/lang/lt.js deleted file mode 100755 index 7b2c3e85..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/lt.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","lt",{title:"Matematika per TeX",button:"Matematika",dialogInput:"Parašyk savo TeX čia",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX žinynas",loading:"kraunasi...",pathName:"matematika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/lv.js b/src/static/ckeditor/plugins/mathjax/lang/lv.js deleted file mode 100755 index 10a09eaf..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/lv.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","lv",{title:"Matemātika TeX valodā",button:"Matemātika",dialogInput:"Ieraksti savu TeX te",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentācija",loading:"ielāde...",pathName:"matemātika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/nb.js b/src/static/ckeditor/plugins/mathjax/lang/nb.js deleted file mode 100755 index 8e0d39d5..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/nb.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","nb",{title:"Matematikk i TeX",button:"Matematikk",dialogInput:"Skriv TeX-koden her",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX-dokumentasjon",loading:"laster...",pathName:"matematikk"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/nl.js b/src/static/ckeditor/plugins/mathjax/lang/nl.js deleted file mode 100755 index fe9cf316..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/nl.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","nl",{title:"Wiskunde in TeX",button:"Wiskunde",dialogInput:"Typ hier uw TeX",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX documentatie",loading:"laden...",pathName:"wiskunde"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/no.js b/src/static/ckeditor/plugins/mathjax/lang/no.js deleted file mode 100755 index 33e87aba..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/no.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","no",{title:"Matematikk i TeX",button:"Matte",dialogInput:"Skriv TeX-koden her",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX-dokumentasjon",loading:"laster...",pathName:"matte"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/oc.js b/src/static/ckeditor/plugins/mathjax/lang/oc.js deleted file mode 100755 index 06385da6..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/oc.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","oc",{title:"Formulas matematicas en TeX",button:"Matematicas",dialogInput:"Sasir la formula TeX aicí",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentacion de TeX",loading:"cargament...",pathName:"matematicas"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/pl.js b/src/static/ckeditor/plugins/mathjax/lang/pl.js deleted file mode 100755 index 70f2be53..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/pl.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","pl",{title:"Wzory matematyczne w TeX",button:"Wzory matematyczne",dialogInput:"Wpisz wyrażenie w TeX",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Dokumentacja TeX",loading:"ładowanie...",pathName:"matematyka"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/pt-br.js b/src/static/ckeditor/plugins/mathjax/lang/pt-br.js deleted file mode 100755 index 6b9620d0..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/pt-br.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","pt-br",{title:"Matemática em TeX",button:"Matemática",dialogInput:"Escreva seu TeX aqui",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentação TeX",loading:"carregando...",pathName:"Matemática"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/pt.js b/src/static/ckeditor/plugins/mathjax/lang/pt.js deleted file mode 100755 index 29c7cfca..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/pt.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","pt",{title:"Matemática em TeX",button:"Matemática",dialogInput:"Escreva aqui o seu TeX",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentação TeX",loading:"a carregar ...",pathName:"matemática"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/ro.js b/src/static/ckeditor/plugins/mathjax/lang/ro.js deleted file mode 100755 index 72c606cb..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/ro.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","ro",{title:"Matematici in TeX",button:"Matematici",dialogInput:"Scrie TeX-ul aici",docUrl:"http://ro.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Documentatie TeX",loading:"încarcă...",pathName:"matematici"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/ru.js b/src/static/ckeditor/plugins/mathjax/lang/ru.js deleted file mode 100755 index a48da75f..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/ru.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","ru",{title:"Математика в TeX-системе",button:"Математика",dialogInput:"Введите здесь TeX",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX документация",loading:"загрузка...",pathName:"мат."}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/sk.js b/src/static/ckeditor/plugins/mathjax/lang/sk.js deleted file mode 100755 index 299c30a9..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/sk.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","sk",{title:"Matematika v TeX-u",button:"Matematika",dialogInput:"Napíšte svoj TeX sem",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Dokumentácia TeX",loading:"načítavanie...",pathName:"matematika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/sl.js b/src/static/ckeditor/plugins/mathjax/lang/sl.js deleted file mode 100755 index c8df95b5..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/sl.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","sl",{title:"Matematika v TeX",button:"Matematika",dialogInput:"Napišite svoj TeX tukaj",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentacija",loading:"nalaganje...",pathName:"matematika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/sq.js b/src/static/ckeditor/plugins/mathjax/lang/sq.js deleted file mode 100755 index 7416e77e..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/sq.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","sq",{title:"Matematikë në TeX",button:"Matematikë",dialogInput:"Shkruani TeX-in tuaj këtu",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Tex dokumentimi",loading:"duke u hapur...",pathName:"matematikë"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/sr-latn.js b/src/static/ckeditor/plugins/mathjax/lang/sr-latn.js deleted file mode 100755 index 1157ef97..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/sr-latn.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","sr-latn",{title:"Matematika u TeX-u",button:"Matematika",dialogInput:"Napiši svoj TeX ovde",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentacija",loading:"postavljanje....",pathName:"matematika"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/sr.js b/src/static/ckeditor/plugins/mathjax/lang/sr.js deleted file mode 100755 index e534fc13..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/sr.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","sr",{title:"Математика у TeX-у",button:"Математика",dialogInput:"Напиши свој TeX овде",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX документација",loading:"постављање...",pathName:"математика"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/sv.js b/src/static/ckeditor/plugins/mathjax/lang/sv.js deleted file mode 100755 index 8d93cc0d..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/sv.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","sv",{title:"Mattematik i TeX",button:"Matte",dialogInput:"Skriv din TeX här",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX dokumentation",loading:"laddar...",pathName:"matte"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/tr.js b/src/static/ckeditor/plugins/mathjax/lang/tr.js deleted file mode 100755 index a2925f17..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/tr.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","tr",{title:"TeX ile Matematik",button:"Matematik",dialogInput:"TeX kodunuzu buraya yazın",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX yardım dökümanı",loading:"yükleniyor...",pathName:"matematik"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/tt.js b/src/static/ckeditor/plugins/mathjax/lang/tt.js deleted file mode 100755 index 44003bdc..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/tt.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","tt",{title:"TeX'та математика",button:"Математика",dialogInput:"Биредә TeX форматында аңлатмагызны языгыз",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX турыдна документлар",loading:"йөкләнә...",pathName:"математика"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/ug.js b/src/static/ckeditor/plugins/mathjax/lang/ug.js deleted file mode 100755 index 649c0354..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/ug.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","ug",{title:"TeX شەكلىدىكى ماتېماتىكا فورمۇلا تەھرىرلىگۈچ",button:"ماتېماتىكا فورمۇلا",dialogInput:"بۇ جايغا TeX ڭىزنى يېزىڭ",docUrl:"http:// MISSING //en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX documentation",loading:"loading...",pathName:"math"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/uk.js b/src/static/ckeditor/plugins/mathjax/lang/uk.js deleted file mode 100755 index 77875f4e..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/uk.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","uk",{title:"Математика у TeX",button:"Математика",dialogInput:"Наберіть тут на TeX'у",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Документація про TeX",loading:"завантажується…",pathName:"математика"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/vi.js b/src/static/ckeditor/plugins/mathjax/lang/vi.js deleted file mode 100755 index 66961038..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/vi.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","vi",{title:"Toán học bằng TeX",button:"Toán",dialogInput:"Nhập mã TeX ở đây",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"Tài liệu TeX",loading:"đang nạp...",pathName:"toán"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/zh-cn.js b/src/static/ckeditor/plugins/mathjax/lang/zh-cn.js deleted file mode 100755 index ea9ad35e..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/zh-cn.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","zh-cn",{title:"TeX 语法的数学公式编辑器",button:"数学公式",dialogInput:"在此编写您的 TeX 指令",docUrl:"http://zh.wikipedia.org/wiki/TeX",docLabel:"TeX 语法(可以参考维基百科自身关于数学公式显示方式的帮助)",loading:"正在加载...",pathName:"数字公式"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/lang/zh.js b/src/static/ckeditor/plugins/mathjax/lang/zh.js deleted file mode 100755 index 84cdab1c..00000000 --- a/src/static/ckeditor/plugins/mathjax/lang/zh.js +++ /dev/null @@ -1 +0,0 @@ -CKEDITOR.plugins.setLang("mathjax","zh",{title:"以 TeX 表示數學",button:"數學",dialogInput:"請輸入 TeX",docUrl:"http://en.wikibooks.org/wiki/LaTeX/Mathematics",docLabel:"TeX 說明文件",loading:"載入中…",pathName:"數學"}); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/mathjax/plugin.js b/src/static/ckeditor/plugins/mathjax/plugin.js deleted file mode 100755 index b442d0b8..00000000 --- a/src/static/ckeditor/plugins/mathjax/plugin.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. - For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -(function(){CKEDITOR.plugins.add("mathjax",{lang:"af,ar,az,bg,ca,cs,cy,da,de,de-ch,el,en,en-au,en-gb,eo,es,es-mx,et,eu,fa,fi,fr,gl,he,hr,hu,id,it,ja,km,ko,ku,lt,lv,nb,nl,no,oc,pl,pt,pt-br,ro,ru,sk,sl,sq,sr,sr-latn,sv,tr,tt,ug,uk,vi,zh,zh-cn",requires:"widget,dialog",icons:"mathjax",hidpi:!0,isSupportedEnvironment:function(){return!CKEDITOR.env.ie||8/,'\x3cscript src\x3d"'+CKEDITOR.getUrl(b.config.mathJaxLib)+'"\x3e\x3c/script\x3e\x3c/head\x3e')});b.on("paste",function(a){a.data.dataValue=a.data.dataValue.replace(new RegExp("\x3cspan[^\x3e]*?"+c+".*?\x3c/span\x3e","ig"),function(a){return a.replace(/()/i,"")})})}});CKEDITOR.plugins.mathjax= -{};CKEDITOR.plugins.mathjax.fixSrc=CKEDITOR.env.gecko?"javascript:true":CKEDITOR.env.ie?"javascript:void((function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+"})())":"javascript:void(0)";CKEDITOR.plugins.mathjax.loadingIcon=CKEDITOR.plugins.get("mathjax").path+"images/loader.gif";CKEDITOR.plugins.mathjax.copyStyles=function(b,c){for(var a="color font-family font-style font-weight font-variant font-size".split(" "),e=0;eb[1]?c=1:a[1] div -{ - padding-bottom: 6px !important; -} - -.scayt-lang-list > div input -{ - margin-right: 4px; -} - -#scayt_about_ -{ - margin: 30px auto 0 auto; -} - -#scayt_about_ p -{ - text-align: center; - margin-bottom: 10px; -} - -.cke_dialog_contents_body div[name=dictionaries] .cke_dialog_ui_hbox_last > a.cke_dialog_ui_button -{ - margin-top: 0; -} diff --git a/src/static/ckeditor/plugins/sharedspace/plugin.js b/src/static/ckeditor/plugins/sharedspace/plugin.js deleted file mode 100755 index ff8b09eb..00000000 --- a/src/static/ckeditor/plugins/sharedspace/plugin.js +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. - For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license -*/ -(function(){function f(a,b,c){var e,d;if(c="string"==typeof c?CKEDITOR.document.getById(c):new CKEDITOR.dom.element(c))if(e=a.fire("uiSpace",{space:b,html:""}).html)a.on("uiSpace",function(a){a.data.space==b&&a.cancel()},null,null,1),d=c.append(CKEDITOR.dom.element.createFromHtml(g.output({id:a.id,name:a.name,langDir:a.lang.dir,langCode:a.langCode,space:b,spaceId:a.ui.spaceId(b),content:e}))),c.getCustomData("cke_hasshared")?d.hide():c.setCustomData("cke_hasshared",1),d.unselectable(),d.on("mousedown", -function(a){a=a.data;a.getTarget().hasAscendant("a",1)||a.preventDefault()}),a.focusManager.add(d,1),a.on("focus",function(){for(var a=0,b,e=c.getChildren();b=e.getItem(a);a++)b.type==CKEDITOR.NODE_ELEMENT&&!b.equals(d)&&b.hasClass("cke_shared")&&b.hide();d.show()}),a.on("destroy",function(){d.remove()})}var g=CKEDITOR.addTemplate("sharedcontainer",'\x3cdiv id\x3d"cke_{name}" class\x3d"cke {id} cke_reset_all cke_chrome cke_editor_{name} cke_shared cke_detached cke_{langDir} '+CKEDITOR.env.cssClass+ -'" dir\x3d"{langDir}" title\x3d"'+(CKEDITOR.env.gecko?" ":"")+'" lang\x3d"{langCode}" role\x3d"presentation"\x3e\x3cdiv class\x3d"cke_inner"\x3e\x3cdiv id\x3d"{spaceId}" class\x3d"cke_{space}" role\x3d"presentation"\x3e{content}\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e');CKEDITOR.plugins.add("sharedspace",{init:function(a){a.on("loaded",function(){var b=a.config.sharedSpaces;if(b)for(var c in b)f(a,c,b[c])},null,null,9)}})})(); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/showblocks/images/block_address.png b/src/static/ckeditor/plugins/showblocks/images/block_address.png deleted file mode 100644 index 5abdae12..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_address.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_blockquote.png b/src/static/ckeditor/plugins/showblocks/images/block_blockquote.png deleted file mode 100644 index a8f49735..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_blockquote.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_div.png b/src/static/ckeditor/plugins/showblocks/images/block_div.png deleted file mode 100644 index 87b3c171..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_div.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_h1.png b/src/static/ckeditor/plugins/showblocks/images/block_h1.png deleted file mode 100644 index 3933325c..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_h1.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_h2.png b/src/static/ckeditor/plugins/showblocks/images/block_h2.png deleted file mode 100644 index c99894c2..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_h2.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_h3.png b/src/static/ckeditor/plugins/showblocks/images/block_h3.png deleted file mode 100644 index cb73d679..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_h3.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_h4.png b/src/static/ckeditor/plugins/showblocks/images/block_h4.png deleted file mode 100644 index 7af6bb49..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_h4.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_h5.png b/src/static/ckeditor/plugins/showblocks/images/block_h5.png deleted file mode 100644 index ce5bec16..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_h5.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_h6.png b/src/static/ckeditor/plugins/showblocks/images/block_h6.png deleted file mode 100644 index e67b9829..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_h6.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_p.png b/src/static/ckeditor/plugins/showblocks/images/block_p.png deleted file mode 100644 index 63a58202..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_p.png and /dev/null differ diff --git a/src/static/ckeditor/plugins/showblocks/images/block_pre.png b/src/static/ckeditor/plugins/showblocks/images/block_pre.png deleted file mode 100644 index 955a8689..00000000 Binary files a/src/static/ckeditor/plugins/showblocks/images/block_pre.png and /dev/null differ